[Checkins] SVN: zc.relation/trunk/setup.py license on setup.py, why not

Gary Poster gary at zope.com
Wed Apr 23 21:10:55 EDT 2008


Log message for revision 85677:
  license on setup.py, why not

Changed:
  U   zc.relation/trunk/setup.py

-=-
Modified: zc.relation/trunk/setup.py
===================================================================
--- zc.relation/trunk/setup.py	2008-04-24 01:09:09 UTC (rev 85676)
+++ zc.relation/trunk/setup.py	2008-04-24 01:10:54 UTC (rev 85677)
@@ -1,6 +1,18 @@
+##############################################################################
+#
+# Copyright (c) 2006-2008 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
 from setuptools import setup, find_packages
 
-
 long_description = (
     open('src/zc/relation/README.txt').read() + "\n" +
     open('src/zc/relation/CHANGES.txt').read() + "\n")



More information about the Checkins mailing list