[Zope-CVS] CVS: Products/PluggableAuthService/interfaces - __init__.py:1.2 authservice.py:1.2 plugins.py:1.2 propertysheets.py:1.2

Zachery Bir zbir at urbanape.com
Wed Apr 28 15:59:22 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/interfaces
In directory cvs.zope.org:/tmp/cvs-serv24068/interfaces

Modified Files:
	__init__.py authservice.py plugins.py propertysheets.py 
Log Message:
Added ZPL to all modules



=== Products/PluggableAuthService/interfaces/__init__.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/interfaces/__init__.py:1.1.1.1	Wed Apr 28 15:19:04 2004
+++ Products/PluggableAuthService/interfaces/__init__.py	Wed Apr 28 15:58:51 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
 """ PluggableAuthService interface declarations
 
 $Id$


=== Products/PluggableAuthService/interfaces/authservice.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/interfaces/authservice.py:1.1.1.1	Wed Apr 28 15:19:04 2004
+++ Products/PluggableAuthService/interfaces/authservice.py	Wed Apr 28 15:58:51 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
 """ Interfaces:  IUser, IUserFolder, IMutableUserFolder, IEnumerableUserFolder
 
 $Id$


=== Products/PluggableAuthService/interfaces/plugins.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/interfaces/plugins.py:1.1.1.1	Wed Apr 28 15:19:05 2004
+++ Products/PluggableAuthService/interfaces/plugins.py	Wed Apr 28 15:58:51 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
 """ Interfaces for PluggableAuthService
 
 $Id$


=== Products/PluggableAuthService/interfaces/propertysheets.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/interfaces/propertysheets.py:1.1.1.1	Wed Apr 28 15:19:05 2004
+++ Products/PluggableAuthService/interfaces/propertysheets.py	Wed Apr 28 15:58:51 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
 """ Interfaces:  IPropertySheet
 
 $Id$




More information about the Zope-CVS mailing list