]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: stop claiming that we are under GPL in the "license" field of the PyPI database
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 16 Oct 2007 02:57:42 +0000 (19:57 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 16 Oct 2007 02:57:42 +0000 (19:57 -0700)
Unfortunately, there is no way to claim that we are under a Free Software/Open
Source licence without also claiming to be under a licence that we are not or
claiming to have approval from DFSG or OSI, which we haven't.

Until now, I erred on the side of choosing the licence that is closest to our
from the list (GPL), but that was a bad idea and now I'm erring on the side of
not including a machine-readable licensing claim at all.

Hopefully humans who are interested will quickly find out that we are actually
under a Real Free Software Licence.

But really, this underscores that we need to talk to FSF, edit our licence for
clarity of intent, and submit it to DFSG/OSI.

setup.py

index 143fa427508018c8d07b002044b16ddcaf1c09eb..1fd88f6fca884bec2026f720ece73a8de082c8fd 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -37,8 +37,8 @@ trove_classifiers=[
     "Development Status :: 3 - Alpha", 
     "Environment :: Console",
     "Environment :: Web Environment",
-    "License :: OSI Approved :: GNU General Public License (GPL)", 
-    "License :: DFSG approved",
+    "License :: Free Software (GPL variant)", # Not a real acceptable value.  I guess this means we really need to get our licence DFSG/OSI approved.
+    "License :: Open Source (GPL variant)", # Not a real acceptable value.  I guess this means we really need to get our licence DFSG/OSI approved.
     "Intended Audience :: Developers", 
     "Intended Audience :: End Users/Desktop",
     "Intended Audience :: System Administrators",