Skip to content

Commit 4372c94

Browse files
committed
feat(health): Add grpc Apache-2.0 license
1 parent 6de0013 commit 4372c94

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tonic-health/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Health Checking module of `tonic` gRPC implementation.
77
edition = "2021"
88
homepage = "https://github.com/hyperium/tonic"
99
keywords = ["rpc", "grpc", "async", "healthcheck"]
10-
license = "MIT"
10+
license = "MIT AND Apache-2.0"
1111
name = "tonic-health"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"

tonic-health/LICENSE.grpc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE.grpc

tonic-health/NOTICE.txt.grpc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../NOTICE.txt.grpc

0 commit comments

Comments
 (0)