[Checkins] SVN: zope.paste/trunk/zope/paste/factory.py Added Zope boilerplate header

Philipp von Weitershausen philikon at philikon.de
Thu Mar 29 22:35:31 EDT 2007


Log message for revision 73938:
  Added Zope boilerplate header
  

Changed:
  UU  zope.paste/trunk/zope/paste/factory.py

-=-
Modified: zope.paste/trunk/zope/paste/factory.py
===================================================================
--- zope.paste/trunk/zope/paste/factory.py	2007-03-30 02:32:30 UTC (rev 73937)
+++ zope.paste/trunk/zope/paste/factory.py	2007-03-30 02:35:30 UTC (rev 73938)
@@ -1,3 +1,19 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
+"""
+$Id$
+"""
 import os.path
 import ZConfig
 import zope.event


Property changes on: zope.paste/trunk/zope/paste/factory.py
___________________________________________________________________
Name: svn:keywords
   + Id



More information about the Checkins mailing list