[Zope-CVS] SVN: messageboard/trunk/step02/interfaces.py I have no clue how I lost the header here.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun May 16 08:21:09 EDT 2004


Log message for revision 24746:
I have no clue how I lost the header here.



-=-
Modified: messageboard/trunk/step02/interfaces.py
===================================================================
--- messageboard/trunk/step02/interfaces.py	2004-05-16 12:14:35 UTC (rev 24745)
+++ messageboard/trunk/step02/interfaces.py	2004-05-16 12:21:09 UTC (rev 24746)
@@ -1,3 +1,22 @@
+##############################################################################
+#
+# Copyright (c) 2003 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (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.
+#
+##############################################################################
+"""Message Board Interfaces
+
+Interfaces for the Zope 3 based Message Board Package 
+
+$Id$
+"""
 from zope.schema import Text, TextLine, Field
 
 from zope.app.container.constraints import ContainerTypesConstraint




More information about the Zope-CVS mailing list