From 902af0816ee06ab426b0b82cd0adf9b2c39af8e2 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 28 Feb 2017 09:58:24 +0100 Subject: Prefer the term "3-Clause BSD License" over "New BSD License" The first is the newer name, which is also more telling. --- python/compatibility_tests/v2.5.0/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/compatibility_tests/v2.5.0/setup.py') 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", -- cgit v1.2.3