[z3-checkins] r19712 - in z3/Five/branch/Five-1.3/doc/products:
FiveMiscTutorial InterfaceTutorial
efge at codespeak.net
efge at codespeak.net
Thu Nov 10 15:49:57 CET 2005
Author: efge
Date: Thu Nov 10 15:49:57 2005
New Revision: 19712
Modified:
z3/Five/branch/Five-1.3/doc/products/FiveMiscTutorial/__init__.py
z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/__init__.py
z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/module.py
z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/other.py
Log:
Add copyright headers.
Modified: z3/Five/branch/Five-1.3/doc/products/FiveMiscTutorial/__init__.py
==============================================================================
--- z3/Five/branch/Five-1.3/doc/products/FiveMiscTutorial/__init__.py (original)
+++ z3/Five/branch/Five-1.3/doc/products/FiveMiscTutorial/__init__.py Thu Nov 10 15:49:57 2005
@@ -1 +1,14 @@
+##############################################################################
+#
+# Copyright (c) 2005 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.
+#
+##############################################################################
+
# this is a package.
Modified: z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/__init__.py
==============================================================================
--- z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/__init__.py (original)
+++ z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/__init__.py Thu Nov 10 15:49:57 2005
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2005 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.
+#
+##############################################################################
+
import module, other
def initialize(context):
Modified: z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/module.py
==============================================================================
--- z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/module.py (original)
+++ z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/module.py Thu Nov 10 15:49:57 2005
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2005 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.
+#
+##############################################################################
+
from zope.interface import Interface, implements
class IElephant(Interface):
Modified: z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/other.py
==============================================================================
--- z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/other.py (original)
+++ z3/Five/branch/Five-1.3/doc/products/InterfaceTutorial/other.py Thu Nov 10 15:49:57 2005
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2005 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.
+#
+##############################################################################
+
from zope.interface import Interface, implements
from module import INoiseMaker, IElephant, AfricanElephant
More information about the z3-checkins
mailing list