From 7d18049deb89555bacb7433b49fad8fc4f13d073 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sat, 10 Apr 2010 18:35:28 +0000 Subject: Comply with repository policy. --- CHANGES.txt | 2 +- bootstrap.py | 2 +- setup.py | 4 ++-- src/zope/i18nmessageid/__init__.py | 2 +- src/zope/i18nmessageid/_zope_i18nmessageid_message.c | 2 +- src/zope/i18nmessageid/message.py | 2 +- src/zope/i18nmessageid/tests.py | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a7c4224..c44fe3d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ CHANGES ======= -3.5.1 (unreleased) +3.5.1 (2010-04-10) ------------------ - LP #257657 / 489529: Fix memory leak in C extension. diff --git a/bootstrap.py b/bootstrap.py index d9a7d23..a247573 100644 --- a/bootstrap.py +++ b/bootstrap.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/setup.py b/setup.py index 7f82ae2..9911ee5 100644 --- a/setup.py +++ b/setup.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, @@ -45,7 +45,7 @@ codeoptimization = Feature("Optional code optimizations", setup(name='zope.i18nmessageid', version = '3.5.1dev', - author='Zope Corporation and Contributors', + author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Message Identifiers for internationalization', long_description=( diff --git a/src/zope/i18nmessageid/__init__.py b/src/zope/i18nmessageid/__init__.py index 6905faa..d9dfb51 100644 --- a/src/zope/i18nmessageid/__init__.py +++ b/src/zope/i18nmessageid/__init__.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/i18nmessageid/_zope_i18nmessageid_message.c b/src/zope/i18nmessageid/_zope_i18nmessageid_message.c index 0a574b8..22d72cf 100644 --- a/src/zope/i18nmessageid/_zope_i18nmessageid_message.c +++ b/src/zope/i18nmessageid/_zope_i18nmessageid_message.c @@ -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/i18nmessageid/message.py b/src/zope/i18nmessageid/message.py index f414664..94c72eb 100644 --- a/src/zope/i18nmessageid/message.py +++ b/src/zope/i18nmessageid/message.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/i18nmessageid/tests.py b/src/zope/i18nmessageid/tests.py index 18a48d1..36c76ca 100644 --- a/src/zope/i18nmessageid/tests.py +++ b/src/zope/i18nmessageid/tests.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, -- cgit v1.2.1