Skip to content

Commit

Permalink
chore(NOTICE): update copyright to year 2024 (#3894)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyanhanx authored Jan 2, 2024
1 parent e925b4b commit 3a1c8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache OpenDAL (Incubating)
Copyright 2023 The Apache Software Foundation
Copyright 2023-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
2 changes: 1 addition & 1 deletion bindings/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ go build -tags dynamic .
To running the go binding tests, we need to tell the linker where to find the `libopendal_c.so` file.

```shell
expose LD_LIBRARY_PATH=/path/to/opendal/target/debug/
expose LD_LIBRARY_PATH=/path/to/opendal/bindings/c/target/debug/
```

Then, we can run the tests.
Expand Down

0 comments on commit 3a1c8f7

Please sign in to comment.