From 2364269f77d8adc0798784fed5c34cd261b81eac Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Thu, 18 Jan 2024 22:18:52 +0800 Subject: [PATCH] docs: add trademark information to every possible published readme. Signed-off-by: Chojan Shang --- README.md | 6 ++++-- bin/oay/README.md | 6 ++++++ bin/ofs/README.md | 6 ++++++ bin/oli/README.md | 6 ++++++ bindings/c/README.md | 7 +++++-- bindings/cpp/README.md | 6 ++++++ bindings/dotnet/README.md | 6 ++++++ bindings/go/README.md | 6 ++++++ bindings/haskell/README.md | 6 ++++++ bindings/java/README.md | 6 ++++++ bindings/lua/README.md | 6 ++++++ bindings/nodejs/README.md | 4 +++- bindings/ocaml/README.md | 6 ++++++ bindings/php/README.md | 6 ++++++ bindings/python/README.md | 6 ++++++ bindings/ruby/README.md | 6 ++++++ bindings/swift/README.md | 7 +++++-- bindings/zig/README.md | 6 ++++-- core/README.md | 4 +++- 19 files changed, 102 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0b65d2a80b6b..15f756eed067 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 +## Trademarks & Licenses -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..368784d5ffe3 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. + +## Trademarks & Licenses + +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..f145035e0ed4 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. + +## Trademarks & Licenses + +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..1bc9cb661e1d 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). + +## Trademarks & Licenses + +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..ffeec915330b 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 +## Trademarks & Licenses + +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..1d945a74f2e4 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` + +## Trademarks & Licenses + +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..28fa7adf790e 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. + +## Trademarks & Licenses + +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..2f8caab0e014 100644 --- a/bindings/go/README.md +++ b/bindings/go/README.md @@ -55,3 +55,9 @@ For benchmark ```shell go test -bench=. -tags dynamic . ``` + +## Trademarks & Licenses + +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..392ff4060204 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`. + +## Trademarks & Licenses + +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..22f75609546a 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 ``` + +## Trademarks & Licenses + +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..b2dbb236fe50 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. ``` + +## Trademarks & Licenses + +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..53440b15872b 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 +## Trademarks & Licenses 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..a718524bd2a9 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 ``` + +## Trademarks & Licenses + +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..d8e05e3f024c 100644 --- a/bindings/php/README.md +++ b/bindings/php/README.md @@ -82,3 +82,9 @@ cd incubator-opendal/bindings/php composer install composer test ``` + +## Trademarks & Licenses + +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..1e85950ac76d 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 ``` + +## Trademarks & Licenses + +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..3b5a5eacc30c 100644 --- a/bindings/ruby/README.md +++ b/bindings/ruby/README.md @@ -25,3 +25,9 @@ Run tests: ```shell rake spec ``` + +## Trademarks & Licenses + +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..28ff03630926 100644 --- a/bindings/swift/README.md +++ b/bindings/swift/README.md @@ -63,6 +63,9 @@ let readData = try op.blockingRead("/demo") print(readData!) ``` -## License +## Trademarks & Licenses + +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..2f4b8286afba 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 +## Trademarks & Licenses -[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..208a82e2dd61 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 +## Trademarks & Licenses 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.