diff options
| author | Tres Seaver <tseaver@palladion.com> | 2010-04-06 02:59:44 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2010-04-06 02:59:44 +0000 |
| commit | f59f3bdb55f07cf7111fd6a469eb43f7ede560f0 (patch) | |
| tree | 0de1899fb5706a817bcd5e520dd2c3cea3d1132b /src/zope/interface/common | |
| parent | 9191c3d875ca4e9887294e6ddd382e9b211c1f8b (diff) | |
| download | zope-interface-f59f3bdb55f07cf7111fd6a469eb43f7ede560f0.tar.gz | |
Comply with repository policy.
Diffstat (limited to 'src/zope/interface/common')
| -rw-r--r-- | src/zope/interface/common/idatetime.py | 2 | ||||
| -rw-r--r-- | src/zope/interface/common/interfaces.py | 2 | ||||
| -rw-r--r-- | src/zope/interface/common/mapping.py | 2 | ||||
| -rw-r--r-- | src/zope/interface/common/sequence.py | 2 | ||||
| -rw-r--r-- | src/zope/interface/common/tests/basemapping.py | 2 | ||||
| -rw-r--r-- | src/zope/interface/common/tests/test_idatetime.py | 2 | ||||
| -rw-r--r-- | src/zope/interface/common/tests/test_import_interfaces.py | 2 |
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..c9ab32c 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..e10ec3a 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..0cd5d11 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 1766162..1473a53 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, |
