[Zodb-checkins] CVS: ZODB3 - setup.py:1.33

Fred L. Drake, Jr. fred@zope.com
Tue, 7 Jan 2003 10:21:59 -0500


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv28623

Modified Files:
	setup.py 
Log Message:
- normalize whitespace
- update copyright years


=== ZODB3/setup.py 1.32 => 1.33 ===
--- ZODB3/setup.py:1.32	Tue Jan  7 10:20:40 2003
+++ ZODB3/setup.py	Tue Jan  7 10:21:53 2003
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -151,7 +151,7 @@
 if "--with-zeo1" in sys.argv:
     ZEO_VERSION = 1
     sys.argv.remove("--with-zeo1")
-    
+
 if ZEO_VERSION == 1:
     packages += ["ZEO", "ZEO.tests"]
     package_dir["ZEO"] = "ZEO1"