[Zope-Checkins]
SVN: Zope/branches/five-integration/lib/python/Products/Five/
updated headers for py files to get ready for 2.8 a2 release
Brian Lloyd
brian at zope.com
Wed Mar 23 14:42:50 EST 2005
Log message for revision 29655:
updated headers for py files to get ready for 2.8 a2 release
Changed:
U Zope/branches/five-integration/lib/python/Products/Five/ReuseUtils.py
U Zope/branches/five-integration/lib/python/Products/Five/TrustedExpression.py
U Zope/branches/five-integration/lib/python/Products/Five/__init__.py
U Zope/branches/five-integration/lib/python/Products/Five/adding.py
U Zope/branches/five-integration/lib/python/Products/Five/api.py
U Zope/branches/five-integration/lib/python/Products/Five/bridge.py
U Zope/branches/five-integration/lib/python/Products/Five/browser.py
U Zope/branches/five-integration/lib/python/Products/Five/browserconfigure.py
U Zope/branches/five-integration/lib/python/Products/Five/doc/products/FiveMiscTutorial/__init__.py
U Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/__init__.py
U Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/module.py
U Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/other.py
U Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/__init__.py
U Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/browser.py
U Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/democontent.py
U Zope/branches/five-integration/lib/python/Products/Five/eventconfigure.py
U Zope/branches/five-integration/lib/python/Products/Five/fiveconfigure.py
U Zope/branches/five-integration/lib/python/Products/Five/fivedirectives.py
U Zope/branches/five-integration/lib/python/Products/Five/metaclass.py
U Zope/branches/five-integration/lib/python/Products/Five/metaconfigure.py
U Zope/branches/five-integration/lib/python/Products/Five/pagetemplatefile.py
U Zope/branches/five-integration/lib/python/Products/Five/resource.py
U Zope/branches/five-integration/lib/python/Products/Five/security.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/__init__.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/dummy.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/fivetest.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/framework.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/__init__.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/browser.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/classes.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/fancycontent.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/helpers.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/interfaces.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/simplecontent.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/subscriber.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/products/__init__.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/runalltests.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/test_bridge.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/test_editform.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/test_event.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/test_five.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/test_security.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/test_security2.py
U Zope/branches/five-integration/lib/python/Products/Five/tests/zopeconf.py
U Zope/branches/five-integration/lib/python/Products/Five/traversable.py
U Zope/branches/five-integration/lib/python/Products/Five/viewable.py
U Zope/branches/five-integration/lib/python/Products/Five/zcml.py
-=-
Modified: Zope/branches/five-integration/lib/python/Products/Five/ReuseUtils.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/ReuseUtils.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/ReuseUtils.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,5 +1,15 @@
-# Copyright (C) 2004 by Dr. Dieter Maurer, Eichendorffstr. 23, D-66386 St. Ingbert, Germany
-
+##############################################################################
+#
+# 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 new import function
def rebindFunction(f,rebindDir=None,**rebinds):
Modified: Zope/branches/five-integration/lib/python/Products/Five/TrustedExpression.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/TrustedExpression.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/TrustedExpression.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,4 +1,15 @@
-# Copyright (C) 2004 by Dr. Dieter Maurer, Eichendorffstr. 23, D-66386 St. Ingbert, Germany
+##############################################################################
+#
+# 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 sys import modules
Modified: Zope/branches/five-integration/lib/python/Products/Five/__init__.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/__init__.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/__init__.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Initialize the Five product
Modified: Zope/branches/five-integration/lib/python/Products/Five/adding.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/adding.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/adding.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,7 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002 Zope Corporation and Contributors.
-# All Rights Reserved.
+# 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.
Modified: Zope/branches/five-integration/lib/python/Products/Five/api.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/api.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/api.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Convenience package for short imports
Modified: Zope/branches/five-integration/lib/python/Products/Five/bridge.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/bridge.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/bridge.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
""" Z2 -> Z3 bridge utilities.
Modified: Zope/branches/five-integration/lib/python/Products/Five/browser.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/browser.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/browser.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Provide basic browser functionality
Modified: Zope/branches/five-integration/lib/python/Products/Five/browserconfigure.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/browserconfigure.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/browserconfigure.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Browser directives
Modified: Zope/branches/five-integration/lib/python/Products/Five/doc/products/FiveMiscTutorial/__init__.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/doc/products/FiveMiscTutorial/__init__.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/doc/products/FiveMiscTutorial/__init__.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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: Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/__init__.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/__init__.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/__init__.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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: Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/module.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/module.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/module.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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: Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/other.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/other.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/doc/products/InterfaceTutorial/other.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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
Modified: Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/__init__.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/__init__.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/__init__.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 democontent
def initialize(context):
Modified: Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/browser.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/browser.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/browser.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 Products.Five import BrowserView
import random
Modified: Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/democontent.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/democontent.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/doc/products/ViewsTutorial/democontent.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 OFS.SimpleItem import SimpleItem
from Products.PageTemplates.PageTemplateFile import PageTemplateFile
Modified: Zope/branches/five-integration/lib/python/Products/Five/eventconfigure.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/eventconfigure.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/eventconfigure.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,3 +1,15 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
"""
Use 'structured monkey patching' to enable zope.app.container event sending for
Zope 2 objects.
Modified: Zope/branches/five-integration/lib/python/Products/Five/fiveconfigure.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/fiveconfigure.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/fiveconfigure.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Five-specific directive handlers
Modified: Zope/branches/five-integration/lib/python/Products/Five/fivedirectives.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/fivedirectives.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/fivedirectives.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Five ZCML directive schemas
Modified: Zope/branches/five-integration/lib/python/Products/Five/metaclass.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/metaclass.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/metaclass.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,3 +1,15 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
# metaclass taken from PEAK.
# Martijn doesn't pretend to understand this.
from weakref import WeakValueDictionary
Modified: Zope/branches/five-integration/lib/python/Products/Five/metaconfigure.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/metaconfigure.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/metaconfigure.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Generic Components ZCML Handlers
Modified: Zope/branches/five-integration/lib/python/Products/Five/pagetemplatefile.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/pagetemplatefile.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/pagetemplatefile.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,3 +1,15 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
'''A 'PageTemplateFile' without security restrictions.'''
import os, sys
Modified: Zope/branches/five-integration/lib/python/Products/Five/resource.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/resource.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/resource.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Provide basic resource functionality
Modified: Zope/branches/five-integration/lib/python/Products/Five/security.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/security.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/security.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Five security handling
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/__init__.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/__init__.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/__init__.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1 +1,12 @@
-# import this
+##############################################################################
+#
+# 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.
+#
+##############################################################################
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/dummy.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/dummy.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/dummy.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,3 +1,15 @@
+##############################################################################
+#
+# 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 Products.Five import BrowserView
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/fivetest.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/fivetest.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/fivetest.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,3 +1,15 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
# ZopeTestCase was not designed to run tests as part of the
# Zope test suite proper. In particular, it intercepts product
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/framework.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/framework.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/framework.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,5 +1,17 @@
##############################################################################
#
+# 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.
+#
+##############################################################################
+##############################################################################
+#
# ZopeTestCase
#
# COPY THIS FILE TO YOUR 'tests' DIRECTORY.
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/__init__.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/__init__.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/__init__.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 simplecontent
#import fancycontent
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/browser.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/browser.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/browser.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 Products.Five import BrowserView
from Products.Five import StandardMacros as BaseMacros
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/classes.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/classes.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/classes.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 implements
from interfaces import IAdaptable, IAdapted, IOrigin, IDestination
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/fancycontent.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/fancycontent.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/fancycontent.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 Acquisition
from AccessControl import ClassSecurityInfo
from OFS.SimpleItem import SimpleItem
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/helpers.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/helpers.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/helpers.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 urllib
def add_and_edit(self, id, REQUEST):
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/interfaces.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/interfaces.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/interfaces.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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
from zope.schema import Text, TextLine
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/simplecontent.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/simplecontent.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/simplecontent.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 OFS.SimpleItem import SimpleItem
from Globals import InitializeClass
from AccessControl import ClassSecurityInfo
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/subscriber.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/subscriber.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/products/FiveTest/subscriber.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,3 +1,15 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
class EventCatcher:
def __init__(self):
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/products/__init__.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/products/__init__.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/products/__init__.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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.
+#
+##############################################################################
+
# Five.tests.products
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/runalltests.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/runalltests.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/runalltests.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,4 +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.
+#
+##############################################################################
+
# Runs all tests in the current directory
#
# Execute like:
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/test_bridge.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/test_bridge.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/test_bridge.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
""" Unit tests for Z2 -> Z3 bridge utilities.
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/test_editform.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/test_editform.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/test_editform.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,4 +1,15 @@
-
+##############################################################################
+#
+# 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 os, sys
if __name__ == '__main__':
execfile(os.path.join(sys.path[0], 'framework.py'))
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/test_event.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/test_event.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/test_event.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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.
+#
+##############################################################################
+
# test events triggered by Five
import os, sys
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/test_five.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/test_five.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/test_five.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,3 +1,15 @@
+##############################################################################
+#
+# 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 os, sys
if __name__ == '__main__':
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/test_security.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/test_security.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/test_security.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,3 +1,15 @@
+##############################################################################
+#
+# 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 os, sys
if __name__ == '__main__':
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/test_security2.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/test_security2.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/test_security2.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,3 +1,15 @@
+##############################################################################
+#
+# 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 os, sys
if __name__ == '__main__':
Modified: Zope/branches/five-integration/lib/python/Products/Five/tests/zopeconf.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/tests/zopeconf.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/tests/zopeconf.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -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 os
from os.path import join, abspath, dirname, split, exists
Modified: Zope/branches/five-integration/lib/python/Products/Five/traversable.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/traversable.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/traversable.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Machinery for making things traversable through adaptation
Modified: Zope/branches/five-integration/lib/python/Products/Five/viewable.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/viewable.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/viewable.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""Machinery for making things viewable
Modified: Zope/branches/five-integration/lib/python/Products/Five/zcml.py
===================================================================
--- Zope/branches/five-integration/lib/python/Products/Five/zcml.py 2005-03-23 16:53:36 UTC (rev 29654)
+++ Zope/branches/five-integration/lib/python/Products/Five/zcml.py 2005-03-23 19:42:50 UTC (rev 29655)
@@ -1,9 +1,13 @@
##############################################################################
#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
+# 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.
#
##############################################################################
"""ZCML machinery
More information about the Zope-Checkins
mailing list