[Zope-Checkins] CVS: Zope3/lib/python/Zope/ContextWrapper - SimpleMethodWrapper.py:1.1.2.2
Steve Alexander
steve@cat-box.net
Wed, 17 Apr 2002 18:34:25 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/ContextWrapper
In directory cvs.zope.org:/tmp/cvs-serv22121/lib/python/Zope/ContextWrapper
Modified Files:
Tag: Zope-3x-branch
SimpleMethodWrapper.py
Log Message:
added proper licence information.
=== Zope3/lib/python/Zope/ContextWrapper/SimpleMethodWrapper.py 1.1.2.1 => 1.1.2.2 ===
+#
+# Copyright (c) 2001, 2002 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.
+#
+##############################################################################
+
# This method wrapper does not work for builtin methods.
from Zope.ContextWrapper import Wrapper