[Zope-CVS] CVS: Products/PluggableAuthService - PluggableAuthService.py:1.2 PropertiedUser.py:1.2 UserPropertySheet.py:1.2 __init__.py:1.2 permissions.py:1.2 utils.py:1.2

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


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

Modified Files:
	PluggableAuthService.py PropertiedUser.py UserPropertySheet.py 
	__init__.py permissions.py utils.py 
Log Message:
Added ZPL to all modules



=== Products/PluggableAuthService/PluggableAuthService.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/PluggableAuthService.py:1.1.1.1	Wed Apr 28 15:19:04 2004
+++ Products/PluggableAuthService/PluggableAuthService.py	Wed Apr 28 15:58:50 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
+#
+##############################################################################
 """ Classes: PluggableAuthService
 
 $Id$


=== Products/PluggableAuthService/PropertiedUser.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/PropertiedUser.py:1.1.1.1	Wed Apr 28 15:19:04 2004
+++ Products/PluggableAuthService/PropertiedUser.py	Wed Apr 28 15:58:50 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
+#
+##############################################################################
 """ Classes:  PropertiedUser
 
 $Id$


=== Products/PluggableAuthService/UserPropertySheet.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/UserPropertySheet.py:1.1.1.1	Wed Apr 28 15:19:04 2004
+++ Products/PluggableAuthService/UserPropertySheet.py	Wed Apr 28 15:58:50 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
+#
+##############################################################################
 """ Represent a group of properties about a user.
 
 $Id$


=== Products/PluggableAuthService/__init__.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/__init__.py:1.1.1.1	Wed Apr 28 15:19:04 2004
+++ Products/PluggableAuthService/__init__.py	Wed Apr 28 15:58:50 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 product initialization.
 
 $Id$


=== Products/PluggableAuthService/permissions.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/permissions.py:1.1.1.1	Wed Apr 28 15:19:04 2004
+++ Products/PluggableAuthService/permissions.py	Wed Apr 28 15:58:50 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
+#
+##############################################################################
 """ Product-specifict permissions.
 
 $Id$


=== Products/PluggableAuthService/utils.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/utils.py:1.1.1.1	Wed Apr 28 15:19:04 2004
+++ Products/PluggableAuthService/utils.py	Wed Apr 28 15:58:50 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
+#
+##############################################################################
 import os
 import unittest
 




More information about the Zope-CVS mailing list