[Zope-CVS] CVS: Products/PluggableAuthService/interfaces -
__init__.py:1.3 authservice.py:1.3 plugins.py:1.3
propertysheets.py:1.3
Jens Vagelpohl
jens at dataflake.org
Thu Aug 12 11:16:25 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/interfaces
In directory cvs.zope.org:/tmp/cvs-serv8201/interfaces
Modified Files:
__init__.py authservice.py plugins.py propertysheets.py
Log Message:
Sorry for the noise - switching to ZPL 2.1
=== Products/PluggableAuthService/interfaces/__init__.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/interfaces/__init__.py:1.2 Wed Apr 28 15:58:51 2004
+++ Products/PluggableAuthService/interfaces/__init__.py Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
# 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
+# 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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" PluggableAuthService interface declarations
=== Products/PluggableAuthService/interfaces/authservice.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/interfaces/authservice.py:1.2 Wed Apr 28 15:58:51 2004
+++ Products/PluggableAuthService/interfaces/authservice.py Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
# 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
+# 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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Interfaces: IUser, IUserFolder, IMutableUserFolder, IEnumerableUserFolder
=== Products/PluggableAuthService/interfaces/plugins.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/interfaces/plugins.py:1.2 Wed Apr 28 15:58:51 2004
+++ Products/PluggableAuthService/interfaces/plugins.py Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
# 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
+# 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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Interfaces for PluggableAuthService
=== Products/PluggableAuthService/interfaces/propertysheets.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/interfaces/propertysheets.py:1.2 Wed Apr 28 15:58:51 2004
+++ Products/PluggableAuthService/interfaces/propertysheets.py Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
# 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
+# 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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Interfaces: IPropertySheet
More information about the Zope-CVS
mailing list