summaryrefslogtreecommitdiff
path: root/src/zope
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-06-11 18:59:50 +0000
committerTres Seaver <tseaver@palladion.com>2012-06-11 18:59:50 +0000
commit231c72e3eadbc1fbcadeae180644ed634dbcba98 (patch)
tree1818038fe03cb8fb277568555bbd890d6bc0bf5d /src/zope
parenta277e9e540252245bc1da8c143195791d4db2154 (diff)
downloadzope-tal-231c72e3eadbc1fbcadeae180644ed634dbcba98.tar.gz
Repository policy.3.5
Diffstat (limited to 'src/zope')
-rw-r--r--src/zope/tal/driver.py2
-rw-r--r--src/zope/tal/dummyengine.py2
-rw-r--r--src/zope/tal/htmltalparser.py2
-rw-r--r--src/zope/tal/interfaces.py2
-rw-r--r--src/zope/tal/ndiff.py2
-rw-r--r--src/zope/tal/runtest.py2
-rw-r--r--src/zope/tal/setpath.py2
-rw-r--r--src/zope/tal/taldefs.py2
-rw-r--r--src/zope/tal/talgenerator.py2
-rw-r--r--src/zope/tal/talgettext.py2
-rw-r--r--src/zope/tal/talinterpreter.py2
-rw-r--r--src/zope/tal/talparser.py2
-rw-r--r--src/zope/tal/tests/markbench.py2
-rw-r--r--src/zope/tal/tests/run.py2
-rw-r--r--src/zope/tal/tests/test_files.py2
-rw-r--r--src/zope/tal/tests/test_htmltalparser.py2
-rw-r--r--src/zope/tal/tests/test_sourcepos.py2
-rw-r--r--src/zope/tal/tests/test_talgettext.py2
-rw-r--r--src/zope/tal/tests/test_talinterpreter.py2
-rw-r--r--src/zope/tal/tests/test_talparser.py2
-rw-r--r--src/zope/tal/tests/test_xmlparser.py2
-rw-r--r--src/zope/tal/tests/utils.py2
-rw-r--r--src/zope/tal/timer.py2
-rw-r--r--src/zope/tal/translationcontext.py2
-rw-r--r--src/zope/tal/xmlparser.py2
25 files changed, 25 insertions, 25 deletions
diff --git a/src/zope/tal/driver.py b/src/zope/tal/driver.py
index 033e28a..e457a2b 100644
--- a/src/zope/tal/driver.py
+++ b/src/zope/tal/driver.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
##############################################################################
#
-# 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/tal/dummyengine.py b/src/zope/tal/dummyengine.py
index 2cb2310..1217fdb 100644
--- a/src/zope/tal/dummyengine.py
+++ b/src/zope/tal/dummyengine.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2001, 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 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/tal/htmltalparser.py b/src/zope/tal/htmltalparser.py
index 93538e8..e78bec1 100644
--- a/src/zope/tal/htmltalparser.py
+++ b/src/zope/tal/htmltalparser.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/tal/interfaces.py b/src/zope/tal/interfaces.py
index 8b8b7f0..fd6ca12 100644
--- a/src/zope/tal/interfaces.py
+++ b/src/zope/tal/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/tal/ndiff.py b/src/zope/tal/ndiff.py
index 7873abc..8057d6d 100644
--- a/src/zope/tal/ndiff.py
+++ b/src/zope/tal/ndiff.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
##############################################################################
#
-# 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/tal/runtest.py b/src/zope/tal/runtest.py
index 1cb75c8..b829620 100644
--- a/src/zope/tal/runtest.py
+++ b/src/zope/tal/runtest.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
##############################################################################
#
-# 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/tal/setpath.py b/src/zope/tal/setpath.py
index 18eced9..7696947 100644
--- a/src/zope/tal/setpath.py
+++ b/src/zope/tal/setpath.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/tal/taldefs.py b/src/zope/tal/taldefs.py
index 554a4fe..89643f2 100644
--- a/src/zope/tal/taldefs.py
+++ b/src/zope/tal/taldefs.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/tal/talgenerator.py b/src/zope/tal/talgenerator.py
index e01bd50..c49ab8b 100644
--- a/src/zope/tal/talgenerator.py
+++ b/src/zope/tal/talgenerator.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/tal/talgettext.py b/src/zope/tal/talgettext.py
index 5c71bc2..2f462e3 100644
--- a/src/zope/tal/talgettext.py
+++ b/src/zope/tal/talgettext.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
##############################################################################
#
-# 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/tal/talinterpreter.py b/src/zope/tal/talinterpreter.py
index bac8548..e640c85 100644
--- a/src/zope/tal/talinterpreter.py
+++ b/src/zope/tal/talinterpreter.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/tal/talparser.py b/src/zope/tal/talparser.py
index 7179fbd..d7a9950 100644
--- a/src/zope/tal/talparser.py
+++ b/src/zope/tal/talparser.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/tal/tests/markbench.py b/src/zope/tal/tests/markbench.py
index f08f9e2..590cece 100644
--- a/src/zope/tal/tests/markbench.py
+++ b/src/zope/tal/tests/markbench.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
##############################################################################
#
-# 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/tal/tests/run.py b/src/zope/tal/tests/run.py
index b4dab8c..466a5d2 100644
--- a/src/zope/tal/tests/run.py
+++ b/src/zope/tal/tests/run.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
##############################################################################
#
-# 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/tal/tests/test_files.py b/src/zope/tal/tests/test_files.py
index e26f00a..319c589 100644
--- a/src/zope/tal/tests/test_files.py
+++ b/src/zope/tal/tests/test_files.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/tal/tests/test_htmltalparser.py b/src/zope/tal/tests/test_htmltalparser.py
index eb53f51..251e474 100644
--- a/src/zope/tal/tests/test_htmltalparser.py
+++ b/src/zope/tal/tests/test_htmltalparser.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/tal/tests/test_sourcepos.py b/src/zope/tal/tests/test_sourcepos.py
index 4034b21..ab618ee 100644
--- a/src/zope/tal/tests/test_sourcepos.py
+++ b/src/zope/tal/tests/test_sourcepos.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/tal/tests/test_talgettext.py b/src/zope/tal/tests/test_talgettext.py
index bdfbfd8..4036087 100644
--- a/src/zope/tal/tests/test_talgettext.py
+++ b/src/zope/tal/tests/test_talgettext.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/tal/tests/test_talinterpreter.py b/src/zope/tal/tests/test_talinterpreter.py
index d7b73ca..91f14cd 100644
--- a/src/zope/tal/tests/test_talinterpreter.py
+++ b/src/zope/tal/tests/test_talinterpreter.py
@@ -1,7 +1,7 @@
# -*- coding: ISO-8859-1 -*-
##############################################################################
#
-# 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/tal/tests/test_talparser.py b/src/zope/tal/tests/test_talparser.py
index f159cc1..d10761b 100644
--- a/src/zope/tal/tests/test_talparser.py
+++ b/src/zope/tal/tests/test_talparser.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/tal/tests/test_xmlparser.py b/src/zope/tal/tests/test_xmlparser.py
index 02d5848..9272a52 100644
--- a/src/zope/tal/tests/test_xmlparser.py
+++ b/src/zope/tal/tests/test_xmlparser.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/tal/tests/utils.py b/src/zope/tal/tests/utils.py
index 03eba52..df9fadd 100644
--- a/src/zope/tal/tests/utils.py
+++ b/src/zope/tal/tests/utils.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/tal/timer.py b/src/zope/tal/timer.py
index 916a2e2..510e9c2 100644
--- a/src/zope/tal/timer.py
+++ b/src/zope/tal/timer.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
##############################################################################
#
-# 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/tal/translationcontext.py b/src/zope/tal/translationcontext.py
index 3d870b9..0cdbffd 100644
--- a/src/zope/tal/translationcontext.py
+++ b/src/zope/tal/translationcontext.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/tal/xmlparser.py b/src/zope/tal/xmlparser.py
index aafa693..8e52a02 100644
--- a/src/zope/tal/xmlparser.py
+++ b/src/zope/tal/xmlparser.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,