[Checkins] SVN: zope.app.pagetemplate/trunk/setup.py Add copyright header.

Martijn Faassen faassen at startifact.com
Fri Sep 11 11:29:41 EDT 2009


Log message for revision 103743:
  Add copyright header.
  

Changed:
  U   zope.app.pagetemplate/trunk/setup.py

-=-
Modified: zope.app.pagetemplate/trunk/setup.py
===================================================================
--- zope.app.pagetemplate/trunk/setup.py	2009-09-11 15:14:03 UTC (rev 103742)
+++ zope.app.pagetemplate/trunk/setup.py	2009-09-11 15:29:41 UTC (rev 103743)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2006-2009 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
 import os.path
 



More information about the checkins mailing list