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

Philipp von Weitershausen philikon at philikon.de
Tue Jul 22 13:57:10 EDT 2008


Log message for revision 88722:
  license header
  

Changed:
  U   grokcore.component/trunk/src/grokcore/component/interfaces.py

-=-
Modified: grokcore.component/trunk/src/grokcore/component/interfaces.py
===================================================================
--- grokcore.component/trunk/src/grokcore/component/interfaces.py	2008-07-22 17:53:11 UTC (rev 88721)
+++ grokcore.component/trunk/src/grokcore/component/interfaces.py	2008-07-22 17:57:09 UTC (rev 88722)
@@ -1,3 +1,18 @@
+##############################################################################
+#
+# Copyright (c) 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.
+#
+##############################################################################
+"""Public interfaces.
+"""
 from zope.interface import Interface, Attribute
 
 class IContext(Interface):



More information about the Checkins mailing list