[Checkins] SVN: Sandbox/ulif/fallback-auth/trunk/src/z3c/fallbackauth/tests.py Fix license.

Uli Fouquet uli at gnufix.de
Sat Jan 19 23:00:29 EST 2008


Log message for revision 82972:
  Fix license.

Changed:
  U   Sandbox/ulif/fallback-auth/trunk/src/z3c/fallbackauth/tests.py

-=-
Modified: Sandbox/ulif/fallback-auth/trunk/src/z3c/fallbackauth/tests.py
===================================================================
--- Sandbox/ulif/fallback-auth/trunk/src/z3c/fallbackauth/tests.py	2008-01-20 03:57:34 UTC (rev 82971)
+++ Sandbox/ulif/fallback-auth/trunk/src/z3c/fallbackauth/tests.py	2008-01-20 04:00:28 UTC (rev 82972)
@@ -1,24 +1,16 @@
-##
-## tests.py
-## Login : <uli at pu.smp.net>
-## Started on  Sun Jan 20 02:54:51 2008 Uli Fouquet
-## $Id$
-## 
-## Copyright (C) 2008 Uli Fouquet
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-## 
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-## 
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-##
+##############################################################################
+#
+# Copyright (c) 2008 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# 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.
+#
+##############################################################################
 
 from zope.testing import doctest, cleanup
 from zope.app.authentication.placelesssetup import PlacelessSetup



More information about the Checkins mailing list