[Checkins] SVN: megrok.z3cform.tabular/trunk/setup.py Use ZPL as license.

Uli Fouquet uli at gnufix.de
Sat Feb 13 08:55:50 EST 2010


Log message for revision 109012:
  Use ZPL as license.
  

Changed:
  U   megrok.z3cform.tabular/trunk/setup.py

-=-
Modified: megrok.z3cform.tabular/trunk/setup.py
===================================================================
--- megrok.z3cform.tabular/trunk/setup.py	2010-02-13 13:54:07 UTC (rev 109011)
+++ megrok.z3cform.tabular/trunk/setup.py	2010-02-13 13:55:50 UTC (rev 109012)
@@ -13,12 +13,13 @@
       classifiers=[
         "Programming Language :: Python",
         "Topic :: Software Development :: Libraries :: Python Modules",
+        "License :: OSI Approved :: Zope Public License",
         ],
       keywords='grok z3c.form megrok.z3cform.wizard',
       author='Christian Klinger',
       author_email='cklinger at novareto.de',
       url='',
-      license='GPL',
+      license='ZPL 2.1',
       package_dir={'':'src'},
       packages=find_packages('src', exclude=['ez_setup']),
       namespace_packages=['megrok', 'megrok.z3cform'],



More information about the checkins mailing list