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 /src/objective-c/tests | |
parent | 7897ae9308a25a064ee2e7386da25d37cc3273fa (diff) |
fix remaining license notices
Diffstat (limited to 'src/objective-c/tests')
-rw-r--r-- | src/objective-c/tests/RemoteTestClient/RemoteTest.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec b/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec index 2e0a050b0c..7fbf6371b3 100644 --- a/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec +++ b/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RemoteTest" s.version = "0.0.1" - s.license = "New BSD" + s.license = "Apache License, Version 2.0" s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' } s.homepage = "http://www.grpc.io/" s.summary = "RemoteTest example" |