summaryrefslogtreecommitdiff
path: root/src/zope/interface/common
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2009-11-02 08:33:25 +0000
committerChristian Theune <ct@gocept.com>2009-11-02 08:33:25 +0000
commit20af1ea9ef24a918389cdbfd5e4392caef44fe93 (patch)
tree8ac6cd1528c3cc545a0f6bd4cfdfdac4dcd946b2 /src/zope/interface/common
parentae7507a28784bac06de67034bd905d8aebd54dd1 (diff)
downloadzope-interface-20af1ea9ef24a918389cdbfd5e4392caef44fe93.tar.gz
Updating copyright header after transfer of ownership to the Zope Foundation
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 f0db2eb..f726e74 100644
--- a/src/zope/interface/common/idatetime.py
+++ b/src/zope/interface/common/idatetime.py
@@ -1,5 +1,5 @@
##############################################################################
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2002 Zope Foundation 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 72ffeac..724f504 100644
--- a/src/zope/interface/common/interfaces.py
+++ b/src/zope/interface/common/interfaces.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation 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 8779dab..6a4b52c 100644
--- a/src/zope/interface/common/mapping.py
+++ b/src/zope/interface/common/mapping.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001-2002 Zope Foundation 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 b921e5a..f1a7f5a 100644
--- a/src/zope/interface/common/sequence.py
+++ b/src/zope/interface/common/sequence.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001-2002 Zope Foundation 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 de03f54..6ae7129 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 Corporation and Contributors.
+# Copyright (c) 2001-2002 Zope Foundation 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 f84316a..3baa281 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 Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation 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 2df7721..8c40d81 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 Corporation and Contributors.
+# Copyright (c) 2006 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,