[Checkins] SVN: zope.processlifetime/trunk/s License headers, tidying.
Tres Seaver
tseaver at palladion.com
Wed May 13 15:05:24 EDT 2009
Log message for revision 99905:
License headers, tidying.
Changed:
U zope.processlifetime/trunk/setup.py
U zope.processlifetime/trunk/src/zope/processlifetime/tests.py
-=-
Modified: zope.processlifetime/trunk/setup.py
===================================================================
--- zope.processlifetime/trunk/setup.py 2009-05-13 19:02:48 UTC (rev 99904)
+++ zope.processlifetime/trunk/setup.py 2009-05-13 19:05:23 UTC (rev 99905)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
@@ -12,14 +12,11 @@
#
##############################################################################
"""Setup for zope.processlifetime package
-
-$Id$
"""
-
import os
+from setuptools import find_packages
+from setuptools import setup
-from setuptools import setup, find_packages
-
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
Modified: zope.processlifetime/trunk/src/zope/processlifetime/tests.py
===================================================================
--- zope.processlifetime/trunk/src/zope/processlifetime/tests.py 2009-05-13 19:02:48 UTC (rev 99904)
+++ zope.processlifetime/trunk/src/zope/processlifetime/tests.py 2009-05-13 19:05:23 UTC (rev 99905)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2009 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.
+#
+##############################################################################
import unittest
class DatabaseOpenedTests(unittest.TestCase):
More information about the Checkins
mailing list