Skip to content

Commit 013cbe4

Browse files
committed
feat(types): Add license Apache-2.0
1 parent 1648651 commit 013cbe4

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

tonic-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A collection of useful protobuf types that can be used with `tonic`.
1010
edition = "2021"
1111
homepage = "https://github.com/hyperium/tonic"
1212
keywords = ["rpc", "grpc", "protobuf"]
13-
license = "MIT"
13+
license = "MIT AND Apache-2.0"
1414
name = "tonic-types"
1515
readme = "README.md"
1616
repository = "https://github.com/hyperium/tonic"

tonic-types/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE
File renamed without changes.

0 commit comments

Comments
 (0)