Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bin/oay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bin/ofs/README.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions bin/oli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 5 additions & 2 deletions bindings/c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 6 additions & 0 deletions bindings/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bindings/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bindings/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bindings/haskell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bindings/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bindings/lua/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 3 additions & 1 deletion bindings/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bindings/ocaml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bindings/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions bindings/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 5 additions & 2 deletions bindings/swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 4 additions & 2 deletions bindings/zig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 3 additions & 1 deletion core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.