Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(binding): Add Apache 2.0 License in README.md in sub-directory #3486

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 4 additions & 0 deletions bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ Please refer to the bindings listed above or which are already released for more
## Contributing

We welcome contributions to OpenDAL. Please refer to [CONTRIBUTING.md](../../CONTRIBUTING.md) for the contributing guidelines.

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ 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

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
![](https://img.shields.io/badge/status-unreleased-red)

This binding is currently under development. Please check back later.

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ For benchmark
```shell
go test -bench=. -tags dynamic .
```

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ export OPENDAL_REDIS_ROOT=/
export OPENDAL_REDIS_DB=0
./mvnw test -Dtest="behavior.*Test" -Dcargo-build.features=services-redis
```

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/lua/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ $ busted -o gtest test/opendal_test.lua
[==========] 2 tests from 1 test file ran. (3.54 ms total)
[ PASSED ] 2 tests.
```

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/ocaml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ To execute unit tests, we can simply use the following command:
cd bindings/ocaml
dune test
```

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ cd incubator-opendal/bindings/php
composer install
composer test
```

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ Build API docs:
maturin develop -E docs
pdoc opendal
```

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ Run some tests:
```shell
rake test
```

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 4 additions & 0 deletions bindings/tests/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# OpenDAL Binding Tests

OpenDAL will use [Cucumber](https://github.com/cucumber) for [BDD](Behaviour-Driven Development) tests. This module will provide [Gherkin](https://cucumber.io/docs/gherkin/) files and all bindings should implement againest them.

## License

[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)
Loading