]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix the 'license' field of the PyPI db (not the Trove Classifiers that I was changing...
authorczooko <czooko@zooko.com>
Tue, 16 Oct 2007 03:55:10 +0000 (20:55 -0700)
committerczooko <czooko@zooko.com>
Tue, 16 Oct 2007 03:55:10 +0000 (20:55 -0700)
The earlier patches were changing the Trove Classifiers, which is a different thing to this 'license' field.

setup.py

index 9195d56934e89ad32547307b8d36d8c92783d839..133e634a2f07900d24ec66b203c3d740360d616d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ setup(name='allmydata-tahoe',
       author='Allmydata, Inc.',
       author_email='tahoe-dev@allmydata.org',
       url='http://allmydata.org/',
-      license='GNU GPL',
+      license='GNU GPL v2 or later, plus transitive 12 month grace period; http://allmydata.org/trac/tahoe/browser/COPYING',
       packages=["allmydata", "allmydata.test", "allmydata.util",
                 "allmydata.scripts",
                 "allmydata.Crypto", "allmydata.Crypto.Cipher",