aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
diff options
context:
space:
mode:
authorGravatar Sebastian Schuberth <sschuberth@gmail.com>2017-02-28 09:58:24 +0100
committerGravatar Sebastian Schuberth <sschuberth@gmail.com>2017-02-28 09:58:24 +0100
commit902af0816ee06ab426b0b82cd0adf9b2c39af8e2 (patch)
tree835e8876544e28d7cbc5c1b92d8ef2d10895021d /python
parent6395a1cbd9e50bfb9ef59c96e38b8facded47e87 (diff)
Prefer the term "3-Clause BSD License" over "New BSD License"
The first is the newer name, which is also more telling.
Diffstat (limited to 'python')
-rwxr-xr-xpython/compatibility_tests/v2.5.0/setup.py2
-rwxr-xr-xpython/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/compatibility_tests/v2.5.0/setup.py b/python/compatibility_tests/v2.5.0/setup.py
index d8e34bc0..b41d54d4 100755
--- a/python/compatibility_tests/v2.5.0/setup.py
+++ b/python/compatibility_tests/v2.5.0/setup.py
@@ -64,7 +64,7 @@ if __name__ == '__main__':
url='https://developers.google.com/protocol-buffers/',
maintainer='protobuf@googlegroups.com',
maintainer_email='protobuf@googlegroups.com',
- license='New BSD License',
+ license='3-Clause BSD License',
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",
diff --git a/python/setup.py b/python/setup.py
index 64e318f1..a2026706 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -234,7 +234,7 @@ if __name__ == '__main__':
url='https://developers.google.com/protocol-buffers/',
maintainer='protobuf@googlegroups.com',
maintainer_email='protobuf@googlegroups.com',
- license='New BSD License',
+ license='3-Clause BSD License',
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",