[Checkins] SVN: z3c.soap/trunk/z3c/soap/p fix licence header

Jean-Fran�ois Roche jfroche at jfroche.be
Fri Nov 14 10:39:23 EST 2008


Log message for revision 92928:
  fix licence header

Changed:
  U   z3c.soap/trunk/z3c/soap/patch.py
  U   z3c.soap/trunk/z3c/soap/permissions.py

-=-
Modified: z3c.soap/trunk/z3c/soap/patch.py
===================================================================
--- z3c.soap/trunk/z3c/soap/patch.py	2008-11-14 15:37:11 UTC (rev 92927)
+++ z3c.soap/trunk/z3c/soap/patch.py	2008-11-14 15:39:22 UTC (rev 92928)
@@ -1,12 +1,16 @@
 # -*- coding: utf-8 -*-
-"""
-z3c.soap
-
-Licensed under the GPL license, see LICENCE.txt for more details.
-Copyright by Affinitic sprl
-
-$Id$
-"""
+##############################################################################
+#
+# 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 sys
 from zExceptions import Redirect
 from ZPublisher.mapply import mapply

Modified: z3c.soap/trunk/z3c/soap/permissions.py
===================================================================
--- z3c.soap/trunk/z3c/soap/permissions.py	2008-11-14 15:37:11 UTC (rev 92927)
+++ z3c.soap/trunk/z3c/soap/permissions.py	2008-11-14 15:39:22 UTC (rev 92928)
@@ -1,12 +1,16 @@
 # -*- coding: utf-8 -*-
-"""
-z3c.soap
-
-Licensed under the GPL license, see LICENCE.txt for more details.
-Copyright by Affinitic sprl
-
-$Id$
-"""
+##############################################################################
+#
+# 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
+#
+##############################################################################
 from AccessControl import ModuleSecurityInfo
 from Products.CMFCore.permissions import setDefaultRoles
 



More information about the Checkins mailing list