summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 4cbfa7d..32f675e 100644
--- a/src/zope/interface/__init__.py
+++ b/src/zope/interface/__init__.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/_flatten.py b/src/zope/interface/_flatten.py
index b092e9e..7645abb 100644
--- a/src/zope/interface/_flatten.py
+++ b/src/zope/interface/_flatten.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# 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/_zope_interface_coptimizations.c b/src/zope/interface/_zope_interface_coptimizations.c
index 7eaf219..9f3cd09 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 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/adapter.py b/src/zope/interface/adapter.py
index 6a3d145..011cd03 100644
--- a/src/zope/interface/adapter.py
+++ b/src/zope/interface/adapter.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2004 Zope Foundation and Contributors.
+# Copyright (c) 2004 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/advice.py b/src/zope/interface/advice.py
index fb9f5a8..6a06167 100644
--- a/src/zope/interface/advice.py
+++ b/src/zope/interface/advice.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/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,
diff --git a/src/zope/interface/declarations.py b/src/zope/interface/declarations.py
index 44a40e2..05ab3b6 100644
--- a/src/zope/interface/declarations.py
+++ b/src/zope/interface/declarations.py
@@ -1,5 +1,5 @@
##############################################################################
-# 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/document.py b/src/zope/interface/document.py
index d147d39..9f88f4f 100644
--- a/src/zope/interface/document.py
+++ b/src/zope/interface/document.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/exceptions.py b/src/zope/interface/exceptions.py
index 4940302..237a841 100644
--- a/src/zope/interface/exceptions.py
+++ b/src/zope/interface/exceptions.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# 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/interface.py b/src/zope/interface/interface.py
index f950478..bb7d2b1 100644
--- a/src/zope/interface/interface.py
+++ b/src/zope/interface/interface.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/interfaces.py b/src/zope/interface/interfaces.py
index c44ee8b..664995d 100644
--- a/src/zope/interface/interfaces.py
+++ b/src/zope/interface/interfaces.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# 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/ro.py b/src/zope/interface/ro.py
index 318299e..db343ab 100644
--- a/src/zope/interface/ro.py
+++ b/src/zope/interface/ro.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/tests/dummy.py b/src/zope/interface/tests/dummy.py
index abe3f1f..f4a4f9d 100644
--- a/src/zope/interface/tests/dummy.py
+++ b/src/zope/interface/tests/dummy.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/tests/ifoo.py b/src/zope/interface/tests/ifoo.py
index 5df2af4..6ae2231 100644
--- a/src/zope/interface/tests/ifoo.py
+++ b/src/zope/interface/tests/ifoo.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/tests/m1.py b/src/zope/interface/tests/m1.py
index f5cb31d..86adad2 100644
--- a/src/zope/interface/tests/m1.py
+++ b/src/zope/interface/tests/m1.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2004 Zope Foundation and Contributors.
+# Copyright (c) 2004 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/tests/m2.py b/src/zope/interface/tests/m2.py
index 5d17e96..16762dd 100644
--- a/src/zope/interface/tests/m2.py
+++ b/src/zope/interface/tests/m2.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2004 Zope Foundation and Contributors.
+# Copyright (c) 2004 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/tests/odd.py b/src/zope/interface/tests/odd.py
index b0224da..27756b6 100644
--- a/src/zope/interface/tests/odd.py
+++ b/src/zope/interface/tests/odd.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/tests/test_adapter.py b/src/zope/interface/tests/test_adapter.py
index 5c8c452..07da96a 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 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/tests/test_advice.py b/src/zope/interface/tests/test_advice.py
index f7df549..ac96465 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 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/tests/test_declarations.py b/src/zope/interface/tests/test_declarations.py
index de09f1c..67bdf7b 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 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/tests/test_document.py b/src/zope/interface/tests/test_document.py
index 2bbe384..67648e3 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 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/tests/test_element.py b/src/zope/interface/tests/test_element.py
index b2faab0..07d56da 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 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/tests/test_interface.py b/src/zope/interface/tests/test_interface.py
index fa82fd6..034e032 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 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/tests/test_odd_declarations.py b/src/zope/interface/tests/test_odd_declarations.py
index 9753f5a..9f12fb3 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 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/tests/test_sorting.py b/src/zope/interface/tests/test_sorting.py
index 788c4a2..31f575d 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 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/tests/test_verify.py b/src/zope/interface/tests/test_verify.py
index 2cb62f4..2d7f02d 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 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/tests/unitfixtures.py b/src/zope/interface/tests/unitfixtures.py
index 54c3ee3..bdd697c 100644
--- a/src/zope/interface/tests/unitfixtures.py
+++ b/src/zope/interface/tests/unitfixtures.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/verify.py b/src/zope/interface/verify.py
index 179dd92..100b43a 100644
--- a/src/zope/interface/verify.py
+++ b/src/zope/interface/verify.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,