diff --git a/README.md b/README.md index 0b65d2a80b6b..95f51d9609d5 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,8 @@ The first and most prominent mentions must use the full form: **Apache OpenDAL For more details, see the [Apache Product Name Usage Guide](https://www.apache.org/foundation/marks/guide). -## License +## License and Trademarks -Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bin/oay/README.md b/bin/oay/README.md index 766fd958a23f..eae03f47a8c2 100644 --- a/bin/oay/README.md +++ b/bin/oay/README.md @@ -15,3 +15,9 @@ Our first milestone is to provide S3 APIs. ### S3 API Only `list_object_v2` with `start_after` is supported. + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bin/ofs/README.md b/bin/ofs/README.md index 91c98092b587..eaf472caf3a7 100644 --- a/bin/ofs/README.md +++ b/bin/ofs/README.md @@ -1,3 +1,9 @@ # OpenDAL File System OpenDAL File System (ofs) is a userspace filesystem backing by OpenDAL. + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bin/oli/README.md b/bin/oli/README.md index 2845b6a00b10..bf1611e95253 100644 --- a/bin/oli/README.md +++ b/bin/oli/README.md @@ -87,3 +87,9 @@ Contribution is not only about code, but also about documentation, examples, and If you have any questions or suggestions about `oli`, please feel free to open an issue on GitHub. As `oli` is a part of Apache OpenDAL, you should follow the [CONTRIBUTION](https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md) documentation. There are still lots works to do with `oli`, you could track them on this [GitHub Issue](https://github.com/apache/incubator-opendal/issues/422). + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/c/README.md b/bindings/c/README.md index 99958bd32960..f2210999e4fe 100644 --- a/bindings/c/README.md +++ b/bindings/c/README.md @@ -138,6 +138,9 @@ If you want to build the documentations yourself, you could use make doc ``` -## License +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. -[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/bindings/cpp/README.md b/bindings/cpp/README.md index d16abde62b39..ec9518e98a8f 100644 --- a/bindings/cpp/README.md +++ b/bindings/cpp/README.md @@ -102,3 +102,9 @@ make docs - `OPENDAL_ENABLE_DOCUMENTATION`: Enable documentation. Default: `OFF` - `OPENDAL_DOCS_ONLY`: Only build documentation. Default: `OFF` - `OPENDAL_ENABLE_TESTING`: Enable testing. Default: `OFF` + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/dotnet/README.md b/bindings/dotnet/README.md index 2494c8190acd..2d4905025f2c 100644 --- a/bindings/dotnet/README.md +++ b/bindings/dotnet/README.md @@ -3,3 +3,9 @@ ![](https://img.shields.io/badge/status-unreleased-red) This binding is currently under development. Please check back later. + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/go/README.md b/bindings/go/README.md index 15672b3fbcf9..a51567ea5da6 100644 --- a/bindings/go/README.md +++ b/bindings/go/README.md @@ -55,3 +55,9 @@ For benchmark ```shell go test -bench=. -tags dynamic . ``` + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/haskell/README.md b/bindings/haskell/README.md index dc75dbee7137..9c20ccb03c82 100644 --- a/bindings/haskell/README.md +++ b/bindings/haskell/README.md @@ -56,3 +56,9 @@ cabal haddock ``` If your `cabal` version is greater than `3.8`, you can use `cabal haddock --open` to open the documentation in your browser. Otherwise, you can visit the documentation from `dist-newstyle/build/$ARCH/ghc-$VERSION/opendal-$VERSION/doc/html/opendal/index.html`. + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/java/README.md b/bindings/java/README.md index 996363374b79..3eb2291e1a8b 100644 --- a/bindings/java/README.md +++ b/bindings/java/README.md @@ -156,3 +156,9 @@ export OPENDAL_REDIS_ROOT=/ export OPENDAL_REDIS_DB=0 ./mvnw test -Dtest="behavior.*Test" -Dcargo-build.features=services-redis ``` + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/lua/README.md b/bindings/lua/README.md index accae5672702..4f888a8818c5 100644 --- a/bindings/lua/README.md +++ b/bindings/lua/README.md @@ -64,3 +64,9 @@ $ busted -o gtest test/opendal_test.lua [==========] 2 tests from 1 test file ran. (3.54 ms total) [ PASSED ] 2 tests. ``` + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/nodejs/README.md b/bindings/nodejs/README.md index 3e3490762753..3805c2c9b9a7 100644 --- a/bindings/nodejs/README.md +++ b/bindings/nodejs/README.md @@ -50,6 +50,8 @@ main(); - Asking questions in the [Discussions](https://github.com/apache/incubator-opendal/discussions/new?category=q-a). - Talk to community at [Discord](https://discord.gg/XQy8yGR2dg). -## License +## License and Trademarks Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/ocaml/README.md b/bindings/ocaml/README.md index 7699ecb0df5a..7acfdc18ce96 100644 --- a/bindings/ocaml/README.md +++ b/bindings/ocaml/README.md @@ -77,3 +77,9 @@ To execute unit tests, we can simply use the following command: cd bindings/ocaml dune test ``` + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/php/README.md b/bindings/php/README.md index 3b0c67c43d59..7eb035ca28a2 100644 --- a/bindings/php/README.md +++ b/bindings/php/README.md @@ -82,3 +82,9 @@ cd incubator-opendal/bindings/php composer install composer test ``` + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/python/README.md b/bindings/python/README.md index 7a194383e0e2..be2377203687 100644 --- a/bindings/python/README.md +++ b/bindings/python/README.md @@ -105,3 +105,9 @@ Build API docs: maturin develop -E docs pdoc -t ./template opendal ``` + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/ruby/README.md b/bindings/ruby/README.md index 543598de6080..ee2f7f761023 100644 --- a/bindings/ruby/README.md +++ b/bindings/ruby/README.md @@ -25,3 +25,9 @@ Run tests: ```shell rake spec ``` + +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/bindings/swift/README.md b/bindings/swift/README.md index af9922a894bd..c78ebe549cc3 100644 --- a/bindings/swift/README.md +++ b/bindings/swift/README.md @@ -63,6 +63,9 @@ let readData = try op.blockingRead("/demo") print(readData!) ``` -## License +## License and Trademarks + +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. -[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/bindings/zig/README.md b/bindings/zig/README.md index 3f57f0e248b2..1a8698da2589 100644 --- a/bindings/zig/README.md +++ b/bindings/zig/README.md @@ -21,6 +21,8 @@ zig build libopendal_c zig build test --summary all ``` -## License +## License and Trademarks -[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0) +Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. diff --git a/core/README.md b/core/README.md index 713491999a5c..207f0e44b220 100644 --- a/core/README.md +++ b/core/README.md @@ -159,6 +159,8 @@ The examples are available at [here](../examples/rust). Check out the [CONTRIBUTING](CONTRIBUTING.md) guide for more details on getting started with contributing to this project. -## License +## License and Trademarks Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation.