Skip to content
Open
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
610 changes: 610 additions & 0 deletions LICENSE.grpc

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions NOTICE.txt.grpc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2014 gRPC authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ project.
## License

This project is licensed under the [MIT license](LICENSE).
This project redistributes contents which are licensed under the [Apache License Version 2.0](LICENSE.grpc).

### Contribution

Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
license = "MIT AND Apache-2.0"
name = "examples"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion interop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
license = "MIT AND Apache-2.0"
name = "interop"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion tonic-health/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Health Checking module of `tonic` gRPC implementation.
edition = "2021"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "async", "healthcheck"]
license = "MIT"
license = "MIT AND Apache-2.0"
name = "tonic-health"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
Expand Down
1 change: 1 addition & 0 deletions tonic-health/LICENSE.grpc
1 change: 1 addition & 0 deletions tonic-health/NOTICE.txt.grpc
2 changes: 1 addition & 1 deletion tonic-reflection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Server Reflection module of `tonic` gRPC implementation.
edition = "2021"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "async", "reflection"]
license = "MIT"
license = "MIT AND Apache-2.0"
name = "tonic-reflection"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
Expand Down
1 change: 1 addition & 0 deletions tonic-reflection/LICENSE.grpc
1 change: 1 addition & 0 deletions tonic-reflection/NOTICE.txt.grpc
2 changes: 1 addition & 1 deletion tonic-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A collection of useful protobuf types that can be used with `tonic`.
edition = "2021"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "protobuf"]
license = "MIT"
license = "MIT AND Apache-2.0"
name = "tonic-types"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
Expand Down
1 change: 1 addition & 0 deletions tonic-types/LICENSE.grpc
1 change: 1 addition & 0 deletions tonic-types/NOTICE.txt.grpc
Loading