[Checkins] SVN: grokcore.content/trunk/src/grokcore/content/ Added ZPL headers.

Souheil CHELFOUH souheil at chelfouh.com
Sat Feb 6 07:50:17 EST 2010


Log message for revision 108833:
  Added ZPL headers.
  

Changed:
  U   grokcore.content/trunk/src/grokcore/content/components.py
  U   grokcore.content/trunk/src/grokcore/content/interfaces.py

-=-
Modified: grokcore.content/trunk/src/grokcore/content/components.py
===================================================================
--- grokcore.content/trunk/src/grokcore/content/components.py	2010-02-06 12:47:04 UTC (rev 108832)
+++ grokcore.content/trunk/src/grokcore/content/components.py	2010-02-06 12:50:17 UTC (rev 108833)
@@ -1,5 +1,18 @@
-# -*- coding: utf-8 -*-
-
+##############################################################################
+#
+# Copyright (c) 2006-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.
+#
+##############################################################################
+"""Base content components for Grok.
+"""
 import persistent
 
 from grokcore.content import interfaces

Modified: grokcore.content/trunk/src/grokcore/content/interfaces.py
===================================================================
--- grokcore.content/trunk/src/grokcore/content/interfaces.py	2010-02-06 12:47:04 UTC (rev 108832)
+++ grokcore.content/trunk/src/grokcore/content/interfaces.py	2010-02-06 12:50:17 UTC (rev 108833)
@@ -1,5 +1,18 @@
-# -*- coding: utf-8 -*-
-
+##############################################################################
+#
+# Copyright (c) 2006-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.
+#
+##############################################################################
+"""Specific content interfaces for Grok.
+"""
 from grokcore.component.interfaces import IContext
 from zope.container.interfaces import IOrderedContainer
 from zope.container.interfaces import IContainer as IContainerBase



More information about the checkins mailing list