[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security - publicClass.py:1.1.2.2

Ken Manheimer klm@zope.com
Sat, 8 Dec 2001 17:40:10 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Security
In directory cvs.zope.org:/tmp/cvs-serv6372

Modified Files:
      Tag: Zope-3x-branch
	publicClass.py 
Log Message:
Cosmetic - massage copyright notice to ZPL 2.0 standard.


=== Zope3/lib/python/Zope/App/Security/publicClass.py 1.1.2.1 => 1.1.2.2 ===
 #
-# Copyright (c) 2001 Zope Coporation and Contributors.  All Rights Reserved.
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 1.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# 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 
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE.
 
 """Create the public (unprotected) declarations object.