diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-06-07 10:23:56 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-06-08 11:22:41 +0200 |
commit | 4d5c3102a1b1bd440f22d4889e3afd146997fb6d (patch) | |
tree | a74ddaa1fced8aa72dc2ba24c2bb1caac0307f4c /grpc.gemspec | |
parent | 7897ae9308a25a064ee2e7386da25d37cc3273fa (diff) |
fix remaining license notices
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 9ec5589d8e..28e6dafa6c 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby' s.summary = 'GRPC system in Ruby' s.description = 'Send RPCs from Ruby using GRPC' - s.license = 'BSD-3-Clause' + s.license = 'Apache-2.0' s.required_ruby_version = '>= 2.0.0' |