summaryrefslogtreecommitdiff
path: root/src/zope/interface/common
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2009-12-17 08:33:30 +0000
committerChristian Theune <ct@gocept.com>2009-12-17 08:33:30 +0000
commit58f7b0c1cec4d3c30af2f16e24511ee5522129ea (patch)
treec21ffc0c53106787122f8af2cb9aacd8aa15ee2a /src/zope/interface/common
parent55c93f71fcb38ccd81549e24f428ba68c96b165f (diff)
downloadzope-interface-58f7b0c1cec4d3c30af2f16e24511ee5522129ea.tar.gz
Revert incorrect copyright header update.
Diffstat (limited to 'src/zope/interface/common')
-rw-r--r--src/zope/interface/common/idatetime.py2
-rw-r--r--src/zope/interface/common/interfaces.py2
-rw-r--r--src/zope/interface/common/mapping.py2
-rw-r--r--src/zope/interface/common/sequence.py2
-rw-r--r--src/zope/interface/common/tests/basemapping.py2
-rw-r--r--src/zope/interface/common/tests/test_idatetime.py2
-rw-r--r--src/zope/interface/common/tests/test_import_interfaces.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/zope/interface/common/idatetime.py b/src/zope/interface/common/idatetime.py
index f726e74..f0db2eb 100644
--- a/src/zope/interface/common/idatetime.py
+++ b/src/zope/interface/common/idatetime.py
@@ -1,5 +1,5 @@
##############################################################################
-# Copyright (c) 2002 Zope Foundation and Contributors.
+# Copyright (c) 2002 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
diff --git a/src/zope/interface/common/interfaces.py b/src/zope/interface/common/interfaces.py
index 724f504..72ffeac 100644
--- a/src/zope/interface/common/interfaces.py
+++ b/src/zope/interface/common/interfaces.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Foundation and Contributors.
+# Copyright (c) 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
diff --git a/src/zope/interface/common/mapping.py b/src/zope/interface/common/mapping.py
index 6a4b52c..8779dab 100644
--- a/src/zope/interface/common/mapping.py
+++ b/src/zope/interface/common/mapping.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2001-2002 Zope Foundation and Contributors.
+# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
diff --git a/src/zope/interface/common/sequence.py b/src/zope/interface/common/sequence.py
index f1a7f5a..b921e5a 100644
--- a/src/zope/interface/common/sequence.py
+++ b/src/zope/interface/common/sequence.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2001-2002 Zope Foundation and Contributors.
+# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
diff --git a/src/zope/interface/common/tests/basemapping.py b/src/zope/interface/common/tests/basemapping.py
index 6ae7129..de03f54 100644
--- a/src/zope/interface/common/tests/basemapping.py
+++ b/src/zope/interface/common/tests/basemapping.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2001-2002 Zope Foundation and Contributors.
+# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
diff --git a/src/zope/interface/common/tests/test_idatetime.py b/src/zope/interface/common/tests/test_idatetime.py
index 3baa281..f84316a 100644
--- a/src/zope/interface/common/tests/test_idatetime.py
+++ b/src/zope/interface/common/tests/test_idatetime.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Foundation and Contributors.
+# Copyright (c) 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
diff --git a/src/zope/interface/common/tests/test_import_interfaces.py b/src/zope/interface/common/tests/test_import_interfaces.py
index 8c40d81..2df7721 100644
--- a/src/zope/interface/common/tests/test_import_interfaces.py
+++ b/src/zope/interface/common/tests/test_import_interfaces.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2006 Zope Foundation and Contributors.
+# Copyright (c) 2006 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,