[Checkins] SVN: grokcore.formlib/trunk/src/grokcore/formlib/formlib.py license header

Philipp von Weitershausen philikon at philikon.de
Tue Jul 29 18:40:42 EDT 2008


Log message for revision 89005:
  license header
  

Changed:
  U   grokcore.formlib/trunk/src/grokcore/formlib/formlib.py

-=-
Modified: grokcore.formlib/trunk/src/grokcore/formlib/formlib.py
===================================================================
--- grokcore.formlib/trunk/src/grokcore/formlib/formlib.py	2008-07-29 22:39:15 UTC (rev 89004)
+++ grokcore.formlib/trunk/src/grokcore/formlib/formlib.py	2008-07-29 22:40:41 UTC (rev 89005)
@@ -1,4 +1,19 @@
-import types
+##############################################################################
+#
+# 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.
+#
+##############################################################################
+"""Custom implementations of formlib helpers
+"""
+
 from zope import interface, event, lifecycleevent
 from zope.interface.interfaces import IInterface
 from zope.formlib import form



More information about the Checkins mailing list