aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_reflection
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-06-07 10:23:56 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-06-08 11:22:41 +0200
commit4d5c3102a1b1bd440f22d4889e3afd146997fb6d (patch)
treea74ddaa1fced8aa72dc2ba24c2bb1caac0307f4c /src/python/grpcio_reflection
parent7897ae9308a25a064ee2e7386da25d37cc3273fa (diff)
fix remaining license notices
Diffstat (limited to 'src/python/grpcio_reflection')
-rw-r--r--src/python/grpcio_reflection/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_reflection/setup.py b/src/python/grpcio_reflection/setup.py
index eb60667326..920f3b2b48 100644
--- a/src/python/grpcio_reflection/setup.py
+++ b/src/python/grpcio_reflection/setup.py
@@ -44,7 +44,7 @@ COMMAND_CLASS = {
setuptools.setup(
name='grpcio-reflection',
version=grpc_version.VERSION,
- license='3-clause BSD',
+ license='Apache License 2.0',
description='Standard Protobuf Reflection Service for gRPC',
author='The gRPC Authors',
author_email='grpc-io@googlegroups.com',