summaryrefslogtreecommitdiff
path: root/src/zope/interface
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
parentae7507a28784bac06de67034bd905d8aebd54dd1 (diff)
downloadzope-interface-20af1ea9ef24a918389cdbfd5e4392caef44fe93.tar.gz
Updating copyright header after transfer of ownership to the Zope Foundation
Diffstat (limited to 'src/zope/interface')
-rw-r--r--src/zope/interface/__init__.py2
-rw-r--r--src/zope/interface/_flatten.py2
-rw-r--r--src/zope/interface/_zope_interface_coptimizations.c2
-rw-r--r--src/zope/interface/adapter.py2
-rw-r--r--src/zope/interface/advice.py2
-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
-rw-r--r--src/zope/interface/declarations.py2
-rw-r--r--src/zope/interface/document.py2
-rw-r--r--src/zope/interface/exceptions.py2
-rw-r--r--src/zope/interface/interface.py2
-rw-r--r--src/zope/interface/interfaces.py2
-rw-r--r--src/zope/interface/ro.py2
-rw-r--r--src/zope/interface/tests/dummy.py2
-rw-r--r--src/zope/interface/tests/ifoo.py2
-rw-r--r--src/zope/interface/tests/m1.py2
-rw-r--r--src/zope/interface/tests/m2.py2
-rw-r--r--src/zope/interface/tests/odd.py2
-rw-r--r--src/zope/interface/tests/test_adapter.py2
-rw-r--r--src/zope/interface/tests/test_advice.py2
-rw-r--r--src/zope/interface/tests/test_declarations.py2
-rw-r--r--src/zope/interface/tests/test_document.py2
-rw-r--r--src/zope/interface/tests/test_element.py2
-rw-r--r--src/zope/interface/tests/test_interface.py2
-rw-r--r--src/zope/interface/tests/test_odd_declarations.py2
-rw-r--r--src/zope/interface/tests/test_sorting.py2
-rw-r--r--src/zope/interface/tests/test_verify.py2
-rw-r--r--src/zope/interface/tests/unitfixtures.py2
-rw-r--r--src/zope/interface/verify.py2
34 files changed, 34 insertions, 34 deletions
diff --git a/src/zope/interface/__init__.py b/src/zope/interface/__init__.py
index 32f675e..4cbfa7d 100644
--- a/src/zope/interface/__init__.py
+++ b/src/zope/interface/__init__.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/_flatten.py b/src/zope/interface/_flatten.py
index 7645abb..b092e9e 100644
--- a/src/zope/interface/_flatten.py
+++ b/src/zope/interface/_flatten.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# 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/_zope_interface_coptimizations.c b/src/zope/interface/_zope_interface_coptimizations.c
index ca9aa3a..a6ef2dc 100644
--- a/src/zope/interface/_zope_interface_coptimizations.c
+++ b/src/zope/interface/_zope_interface_coptimizations.c
@@ -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/adapter.py b/src/zope/interface/adapter.py
index 011cd03..6a3d145 100644
--- a/src/zope/interface/adapter.py
+++ b/src/zope/interface/adapter.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004 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/advice.py b/src/zope/interface/advice.py
index 6a06167..fb9f5a8 100644
--- a/src/zope/interface/advice.py
+++ b/src/zope/interface/advice.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/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,
diff --git a/src/zope/interface/declarations.py b/src/zope/interface/declarations.py
index c795a0c..3bc28a7 100644
--- a/src/zope/interface/declarations.py
+++ b/src/zope/interface/declarations.py
@@ -1,5 +1,5 @@
##############################################################################
-# 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/document.py b/src/zope/interface/document.py
index 9f88f4f..d147d39 100644
--- a/src/zope/interface/document.py
+++ b/src/zope/interface/document.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/exceptions.py b/src/zope/interface/exceptions.py
index 237a841..4940302 100644
--- a/src/zope/interface/exceptions.py
+++ b/src/zope/interface/exceptions.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# 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/interface.py b/src/zope/interface/interface.py
index 4e18f7d..5fb096d 100644
--- a/src/zope/interface/interface.py
+++ b/src/zope/interface/interface.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/interfaces.py b/src/zope/interface/interfaces.py
index 664995d..c44ee8b 100644
--- a/src/zope/interface/interfaces.py
+++ b/src/zope/interface/interfaces.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# 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/ro.py b/src/zope/interface/ro.py
index db343ab..318299e 100644
--- a/src/zope/interface/ro.py
+++ b/src/zope/interface/ro.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/tests/dummy.py b/src/zope/interface/tests/dummy.py
index f4a4f9d..abe3f1f 100644
--- a/src/zope/interface/tests/dummy.py
+++ b/src/zope/interface/tests/dummy.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/tests/ifoo.py b/src/zope/interface/tests/ifoo.py
index 6ae2231..5df2af4 100644
--- a/src/zope/interface/tests/ifoo.py
+++ b/src/zope/interface/tests/ifoo.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/tests/m1.py b/src/zope/interface/tests/m1.py
index 86adad2..f5cb31d 100644
--- a/src/zope/interface/tests/m1.py
+++ b/src/zope/interface/tests/m1.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004 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/tests/m2.py b/src/zope/interface/tests/m2.py
index 16762dd..5d17e96 100644
--- a/src/zope/interface/tests/m2.py
+++ b/src/zope/interface/tests/m2.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004 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/tests/odd.py b/src/zope/interface/tests/odd.py
index 27756b6..b0224da 100644
--- a/src/zope/interface/tests/odd.py
+++ b/src/zope/interface/tests/odd.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/tests/test_adapter.py b/src/zope/interface/tests/test_adapter.py
index 07da96a..5c8c452 100644
--- a/src/zope/interface/tests/test_adapter.py
+++ b/src/zope/interface/tests/test_adapter.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/tests/test_advice.py b/src/zope/interface/tests/test_advice.py
index ac96465..f7df549 100644
--- a/src/zope/interface/tests/test_advice.py
+++ b/src/zope/interface/tests/test_advice.py
@@ -1,7 +1,7 @@
##############################################################################
#
-# 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/tests/test_declarations.py b/src/zope/interface/tests/test_declarations.py
index af9e4fc..8831009 100644
--- a/src/zope/interface/tests/test_declarations.py
+++ b/src/zope/interface/tests/test_declarations.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/tests/test_document.py b/src/zope/interface/tests/test_document.py
index 67648e3..2bbe384 100644
--- a/src/zope/interface/tests/test_document.py
+++ b/src/zope/interface/tests/test_document.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/tests/test_element.py b/src/zope/interface/tests/test_element.py
index 07d56da..b2faab0 100644
--- a/src/zope/interface/tests/test_element.py
+++ b/src/zope/interface/tests/test_element.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/tests/test_interface.py b/src/zope/interface/tests/test_interface.py
index c3d086d..7497010 100644
--- a/src/zope/interface/tests/test_interface.py
+++ b/src/zope/interface/tests/test_interface.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/tests/test_odd_declarations.py b/src/zope/interface/tests/test_odd_declarations.py
index 9f12fb3..9753f5a 100644
--- a/src/zope/interface/tests/test_odd_declarations.py
+++ b/src/zope/interface/tests/test_odd_declarations.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/tests/test_sorting.py b/src/zope/interface/tests/test_sorting.py
index 31f575d..788c4a2 100644
--- a/src/zope/interface/tests/test_sorting.py
+++ b/src/zope/interface/tests/test_sorting.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/tests/test_verify.py b/src/zope/interface/tests/test_verify.py
index 2d7f02d..2cb62f4 100644
--- a/src/zope/interface/tests/test_verify.py
+++ b/src/zope/interface/tests/test_verify.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/tests/unitfixtures.py b/src/zope/interface/tests/unitfixtures.py
index bdd697c..54c3ee3 100644
--- a/src/zope/interface/tests/unitfixtures.py
+++ b/src/zope/interface/tests/unitfixtures.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/verify.py b/src/zope/interface/verify.py
index 100b43a..179dd92 100644
--- a/src/zope/interface/verify.py
+++ b/src/zope/interface/verify.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,