diff options
Diffstat (limited to 'src/ruby/tools/grpc-tools.gemspec')
-rw-r--r-- | src/ruby/tools/grpc-tools.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/tools/grpc-tools.gemspec b/src/ruby/tools/grpc-tools.gemspec index bc142ae3cb..0c39f762f8 100644 --- a/src/ruby/tools/grpc-tools.gemspec +++ b/src/ruby/tools/grpc-tools.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby/tools' s.summary = 'Development tools for Ruby gRPC' s.description = 'protoc and the Ruby gRPC protoc plugin' - s.license = 'BSD-3-Clause' + s.license = 'Apache-2.0' s.files = %w( version.rb platform_check.rb README.md ) s.files += Dir.glob('bin/**/*') |