From dfccf2b7d2b5749c86267645aaf870f128dab2d8 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 20 Dec 2008 15:41:16 -0500 Subject: Lots of changes to make bin/withlist work under a buildout environment. mailman.configuration -> mailman.config.config mailman.initialize -> mailma.core.initialize mailman.loginit -> mailman.core.logging (yay future absolute imports!) Convert all configurations to lazr.config, though some legacy still remains, and I haven't been able to remove Defaults.py yet. Added as_boolean() and as_log_level() helpers for explicit type conversion. Added a schema.cfg. --- mailman/pipeline/avoid_duplicates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailman/pipeline/avoid_duplicates.py') diff --git a/mailman/pipeline/avoid_duplicates.py b/mailman/pipeline/avoid_duplicates.py index d228c6ad9..604d8b162 100644 --- a/mailman/pipeline/avoid_duplicates.py +++ b/mailman/pipeline/avoid_duplicates.py @@ -30,7 +30,7 @@ __all__ = ['AvoidDuplicates'] from email.Utils import getaddresses, formataddr from zope.interface import implements -from mailman.configuration import config +from mailman.config import config from mailman.i18n import _ from mailman.interfaces import IHandler -- cgit v1.2.3-70-g09d2 From 3f4f4b12d3e60bec5ac3136be86e4c2abe152c2f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 1 Jan 2009 17:16:51 -0500 Subject: Bump copyright years --- mailman/Archiver/Archiver.py | 2 +- mailman/Archiver/HyperArch.py | 2 +- mailman/Archiver/HyperDatabase.py | 2 +- mailman/Archiver/__init__.py | 2 +- mailman/Bouncers/BouncerAPI.py | 2 +- mailman/Bouncers/Caiwireless.py | 2 +- mailman/Bouncers/Compuserve.py | 2 +- mailman/Bouncers/DSN.py | 2 +- mailman/Bouncers/Exchange.py | 2 +- mailman/Bouncers/Exim.py | 2 +- mailman/Bouncers/GroupWise.py | 2 +- mailman/Bouncers/LLNL.py | 2 +- mailman/Bouncers/Microsoft.py | 2 +- mailman/Bouncers/Netscape.py | 2 +- mailman/Bouncers/Postfix.py | 2 +- mailman/Bouncers/Qmail.py | 2 +- mailman/Bouncers/SMTP32.py | 2 +- mailman/Bouncers/SimpleMatch.py | 2 +- mailman/Bouncers/SimpleWarning.py | 2 +- mailman/Bouncers/Sina.py | 2 +- mailman/Bouncers/Yahoo.py | 2 +- mailman/Bouncers/Yale.py | 2 +- mailman/Defaults.py | 2 +- mailman/MTA/Manual.py | 2 +- mailman/MTA/Postfix.py | 2 +- mailman/MTA/Utils.py | 2 +- mailman/Mailbox.py | 2 +- mailman/Message.py | 2 +- mailman/Utils.py | 2 +- mailman/app/bounces.py | 2 +- mailman/app/commands.py | 2 +- mailman/app/lifecycle.py | 2 +- mailman/app/membership.py | 2 +- mailman/app/moderator.py | 2 +- mailman/app/notifications.py | 2 +- mailman/app/registrar.py | 2 +- mailman/app/replybot.py | 2 +- mailman/archiving/__init__.py | 2 +- mailman/archiving/mailarchive.py | 2 +- mailman/archiving/mhonarc.py | 2 +- mailman/archiving/pipermail.py | 2 +- mailman/archiving/prototype.py | 2 +- mailman/attic/Bouncer.py | 2 +- mailman/attic/Deliverer.py | 2 +- mailman/attic/Digester.py | 2 +- mailman/attic/MailList.py | 2 +- mailman/attic/SecurityManager.py | 2 +- mailman/attic/bin/fix_url.py | 2 +- mailman/attic/bin/msgfmt.py | 0 mailman/attic/bin/po2templ.py | 2 +- mailman/attic/bin/pygettext.py | 0 mailman/attic/bin/reset_pw.py | 2 +- mailman/attic/bin/templ2pot.py | 0 mailman/bin/__init__.py | 2 +- mailman/bin/add_members.py | 2 +- mailman/bin/arch.py | 2 +- mailman/bin/bounces.py | 2 +- mailman/bin/bumpdigests.py | 2 +- mailman/bin/check_perms.py | 2 +- mailman/bin/checkdbs.py | 2 +- mailman/bin/cleanarch.py | 2 +- mailman/bin/config_list.py | 2 +- mailman/bin/confirm.py | 2 +- mailman/bin/create_list.py | 2 +- mailman/bin/disabled.py | 2 +- mailman/bin/dumpdb.py | 2 +- mailman/bin/export.py | 2 +- mailman/bin/find_member.py | 2 +- mailman/bin/gate_news.py | 2 +- mailman/bin/genaliases.py | 2 +- mailman/bin/import.py | 2 +- mailman/bin/inject.py | 2 +- mailman/bin/join.py | 2 +- mailman/bin/leave.py | 2 +- mailman/bin/list_lists.py | 2 +- mailman/bin/list_members.py | 2 +- mailman/bin/list_owners.py | 2 +- mailman/bin/mailmanctl.py | 2 +- mailman/bin/make_instance.py | 2 +- mailman/bin/master.py | 2 +- mailman/bin/mmsitepass.py | 2 +- mailman/bin/nightly_gzip.py | 2 +- mailman/bin/owner.py | 2 +- mailman/bin/post.py | 2 +- mailman/bin/qrunner.py | 2 +- mailman/bin/remove_list.py | 2 +- mailman/bin/request.py | 2 +- mailman/bin/senddigests.py | 2 +- mailman/bin/set_members.py | 2 +- mailman/bin/show_config.py | 2 +- mailman/bin/show_qfiles.py | 2 +- mailman/bin/testall.py | 2 +- mailman/bin/unshunt.py | 2 +- mailman/bin/update.py | 2 +- mailman/bin/version.py | 2 +- mailman/bin/withlist.py | 2 +- mailman/chains/accept.py | 2 +- mailman/chains/base.py | 2 +- mailman/chains/builtin.py | 2 +- mailman/chains/discard.py | 2 +- mailman/chains/headers.py | 2 +- mailman/chains/hold.py | 2 +- mailman/chains/reject.py | 2 +- mailman/commands/__init__.py | 2 +- mailman/commands/cmd_confirm.py | 2 +- mailman/commands/cmd_help.py | 2 +- mailman/commands/cmd_info.py | 2 +- mailman/commands/cmd_leave.py | 2 +- mailman/commands/cmd_lists.py | 2 +- mailman/commands/cmd_password.py | 2 +- mailman/commands/cmd_remove.py | 2 +- mailman/commands/cmd_set.py | 2 +- mailman/commands/cmd_stop.py | 2 +- mailman/commands/cmd_unsubscribe.py | 2 +- mailman/commands/cmd_who.py | 2 +- mailman/commands/echo.py | 2 +- mailman/commands/end.py | 2 +- mailman/commands/join.py | 2 +- mailman/config/__init__.py | 2 +- mailman/config/config.py | 2 +- mailman/config/mailman.cfg | 2 +- mailman/config/schema.cfg | 2 +- mailman/constants.py | 2 +- mailman/core/chains.py | 2 +- mailman/core/errors.py | 2 +- mailman/core/initialize.py | 2 +- mailman/core/logging.py | 2 +- mailman/core/pipelines.py | 2 +- mailman/core/plugins.py | 2 +- mailman/core/rules.py | 2 +- mailman/core/styles.py | 2 +- mailman/database/__init__.py | 2 +- mailman/database/address.py | 2 +- mailman/database/language.py | 2 +- mailman/database/listmanager.py | 2 +- mailman/database/mailinglist.py | 2 +- mailman/database/member.py | 2 +- mailman/database/message.py | 2 +- mailman/database/messagestore.py | 2 +- mailman/database/model.py | 2 +- mailman/database/pending.py | 2 +- mailman/database/preferences.py | 2 +- mailman/database/requests.py | 2 +- mailman/database/roster.py | 2 +- mailman/database/transaction.py | 2 +- mailman/database/types.py | 2 +- mailman/database/user.py | 2 +- mailman/database/usermanager.py | 2 +- mailman/database/version.py | 2 +- mailman/domain.py | 2 +- mailman/i18n.py | 2 +- mailman/inject.py | 2 +- mailman/interact.py | 2 +- mailman/interfaces/__init__.py | 2 +- mailman/interfaces/address.py | 2 +- mailman/interfaces/archiver.py | 2 +- mailman/interfaces/chain.py | 2 +- mailman/interfaces/command.py | 2 +- mailman/interfaces/database.py | 2 +- mailman/interfaces/domain.py | 2 +- mailman/interfaces/errors.py | 2 +- mailman/interfaces/handler.py | 2 +- mailman/interfaces/languages.py | 2 +- mailman/interfaces/listmanager.py | 2 +- mailman/interfaces/mailinglist.py | 2 +- mailman/interfaces/member.py | 2 +- mailman/interfaces/messages.py | 2 +- mailman/interfaces/mlistrequest.py | 2 +- mailman/interfaces/pending.py | 2 +- mailman/interfaces/permissions.py | 2 +- mailman/interfaces/pipeline.py | 2 +- mailman/interfaces/preferences.py | 2 +- mailman/interfaces/registrar.py | 2 +- mailman/interfaces/requests.py | 2 +- mailman/interfaces/roster.py | 2 +- mailman/interfaces/rules.py | 2 +- mailman/interfaces/runner.py | 2 +- mailman/interfaces/styles.py | 2 +- mailman/interfaces/switchboard.py | 2 +- mailman/interfaces/user.py | 2 +- mailman/interfaces/usermanager.py | 2 +- mailman/languages.py | 2 +- mailman/options.py | 2 +- mailman/passwords.py | 2 +- mailman/pipeline/__init__.py | 2 +- mailman/pipeline/acknowledge.py | 2 +- mailman/pipeline/after_delivery.py | 2 +- mailman/pipeline/avoid_duplicates.py | 2 +- mailman/pipeline/calculate_recipients.py | 2 +- mailman/pipeline/cleanse.py | 2 +- mailman/pipeline/cleanse_dkim.py | 2 +- mailman/pipeline/cook_headers.py | 2 +- mailman/pipeline/decorate.py | 2 +- mailman/pipeline/file_recipients.py | 2 +- mailman/pipeline/mime_delete.py | 2 +- mailman/pipeline/moderate.py | 2 +- mailman/pipeline/owner_recipients.py | 2 +- mailman/pipeline/replybot.py | 2 +- mailman/pipeline/scrubber.py | 2 +- mailman/pipeline/smtp_direct.py | 2 +- mailman/pipeline/tagger.py | 2 +- mailman/pipeline/to_archive.py | 2 +- mailman/pipeline/to_digest.py | 2 +- mailman/pipeline/to_outgoing.py | 2 +- mailman/pipeline/to_usenet.py | 2 +- mailman/queue/__init__.py | 2 +- mailman/queue/archive.py | 2 +- mailman/queue/bounce.py | 2 +- mailman/queue/command.py | 2 +- mailman/queue/http.py | 2 +- mailman/queue/incoming.py | 2 +- mailman/queue/lmtp.py | 2 +- mailman/queue/maildir.py | 2 +- mailman/queue/news.py | 2 +- mailman/queue/outgoing.py | 2 +- mailman/queue/pipeline.py | 2 +- mailman/queue/retry.py | 2 +- mailman/queue/virgin.py | 2 +- mailman/rules/__init__.py | 2 +- mailman/rules/administrivia.py | 2 +- mailman/rules/any.py | 2 +- mailman/rules/approved.py | 2 +- mailman/rules/emergency.py | 2 +- mailman/rules/implicit_dest.py | 2 +- mailman/rules/loop.py | 2 +- mailman/rules/max_recipients.py | 2 +- mailman/rules/max_size.py | 2 +- mailman/rules/moderation.py | 2 +- mailman/rules/news_moderation.py | 2 +- mailman/rules/no_subject.py | 2 +- mailman/rules/suspicious.py | 2 +- mailman/rules/truth.py | 2 +- mailman/testing/helpers.py | 2 +- mailman/testing/layers.py | 2 +- mailman/testing/smtplistener.py | 2 +- mailman/testing/testing.cfg | 2 +- mailman/tests/test_bounces.py | 2 +- mailman/tests/test_documentation.py | 2 +- mailman/tests/test_membership.py | 2 +- mailman/tests/test_passwords.py | 2 +- mailman/tests/test_security_mgr.py | 2 +- mailman/version.py | 2 +- mailman/web/Cgi/Auth.py | 2 +- mailman/web/Cgi/admin.py | 2 +- mailman/web/Cgi/admindb.py | 2 +- mailman/web/Cgi/confirm.py | 2 +- mailman/web/Cgi/create.py | 2 +- mailman/web/Cgi/edithtml.py | 2 +- mailman/web/Cgi/listinfo.py | 2 +- mailman/web/Cgi/options.py | 2 +- mailman/web/Cgi/private.py | 2 +- mailman/web/Cgi/rmlist.py | 2 +- mailman/web/Cgi/roster.py | 2 +- mailman/web/Cgi/subscribe.py | 2 +- mailman/web/Cgi/wsgi_app.py | 2 +- mailman/web/Gui/Archive.py | 2 +- mailman/web/Gui/Autoresponse.py | 2 +- mailman/web/Gui/Bounce.py | 2 +- mailman/web/Gui/ContentFilter.py | 2 +- mailman/web/Gui/Digest.py | 2 +- mailman/web/Gui/GUIBase.py | 2 +- mailman/web/Gui/General.py | 2 +- mailman/web/Gui/Language.py | 2 +- mailman/web/Gui/Membership.py | 2 +- mailman/web/Gui/NonDigest.py | 2 +- mailman/web/Gui/Passwords.py | 2 +- mailman/web/Gui/Privacy.py | 2 +- mailman/web/Gui/Topics.py | 2 +- mailman/web/Gui/Usenet.py | 2 +- mailman/web/Gui/__init__.py | 2 +- mailman/web/HTMLFormatter.py | 2 +- mailman/web/htmlformat.py | 2 +- 272 files changed, 269 insertions(+), 269 deletions(-) mode change 100755 => 100644 mailman/attic/bin/msgfmt.py mode change 100755 => 100644 mailman/attic/bin/po2templ.py mode change 100755 => 100644 mailman/attic/bin/pygettext.py mode change 100755 => 100644 mailman/attic/bin/templ2pot.py (limited to 'mailman/pipeline/avoid_duplicates.py') diff --git a/mailman/Archiver/Archiver.py b/mailman/Archiver/Archiver.py index 261dfe206..74e80a742 100644 --- a/mailman/Archiver/Archiver.py +++ b/mailman/Archiver/Archiver.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Archiver/HyperArch.py b/mailman/Archiver/HyperArch.py index a4dc13423..bb57e398d 100644 --- a/mailman/Archiver/HyperArch.py +++ b/mailman/Archiver/HyperArch.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Archiver/HyperDatabase.py b/mailman/Archiver/HyperDatabase.py index d3486d8fc..49928d7b3 100644 --- a/mailman/Archiver/HyperDatabase.py +++ b/mailman/Archiver/HyperDatabase.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Archiver/__init__.py b/mailman/Archiver/__init__.py index 5b3e49ef7..322010acb 100644 --- a/mailman/Archiver/__init__.py +++ b/mailman/Archiver/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/BouncerAPI.py b/mailman/Bouncers/BouncerAPI.py index 0467d86b7..f4712ec20 100644 --- a/mailman/Bouncers/BouncerAPI.py +++ b/mailman/Bouncers/BouncerAPI.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Caiwireless.py b/mailman/Bouncers/Caiwireless.py index 44b9c6a04..8c26c7b97 100644 --- a/mailman/Bouncers/Caiwireless.py +++ b/mailman/Bouncers/Caiwireless.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Compuserve.py b/mailman/Bouncers/Compuserve.py index 7804f1ba4..2297a72a9 100644 --- a/mailman/Bouncers/Compuserve.py +++ b/mailman/Bouncers/Compuserve.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/DSN.py b/mailman/Bouncers/DSN.py index 6345390a8..425eee6fb 100644 --- a/mailman/Bouncers/DSN.py +++ b/mailman/Bouncers/DSN.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Exchange.py b/mailman/Bouncers/Exchange.py index d524a8cf1..cf8beefce 100644 --- a/mailman/Bouncers/Exchange.py +++ b/mailman/Bouncers/Exchange.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Exim.py b/mailman/Bouncers/Exim.py index 62a0b7848..0f4e7f4cf 100644 --- a/mailman/Bouncers/Exim.py +++ b/mailman/Bouncers/Exim.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/GroupWise.py b/mailman/Bouncers/GroupWise.py index aeac3b10f..e74291217 100644 --- a/mailman/Bouncers/GroupWise.py +++ b/mailman/Bouncers/GroupWise.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/LLNL.py b/mailman/Bouncers/LLNL.py index b1419b69f..cc1a08542 100644 --- a/mailman/Bouncers/LLNL.py +++ b/mailman/Bouncers/LLNL.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Microsoft.py b/mailman/Bouncers/Microsoft.py index 43d24e19a..98d27d4ee 100644 --- a/mailman/Bouncers/Microsoft.py +++ b/mailman/Bouncers/Microsoft.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Netscape.py b/mailman/Bouncers/Netscape.py index 2754083c5..319329e84 100644 --- a/mailman/Bouncers/Netscape.py +++ b/mailman/Bouncers/Netscape.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Postfix.py b/mailman/Bouncers/Postfix.py index ada5ea5e8..cfc97a05e 100644 --- a/mailman/Bouncers/Postfix.py +++ b/mailman/Bouncers/Postfix.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Qmail.py b/mailman/Bouncers/Qmail.py index 7edb1951e..2431da653 100644 --- a/mailman/Bouncers/Qmail.py +++ b/mailman/Bouncers/Qmail.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/SMTP32.py b/mailman/Bouncers/SMTP32.py index 41b9c09e1..a7fff2ed3 100644 --- a/mailman/Bouncers/SMTP32.py +++ b/mailman/Bouncers/SMTP32.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/SimpleMatch.py b/mailman/Bouncers/SimpleMatch.py index 8eb170b84..338f52a19 100644 --- a/mailman/Bouncers/SimpleMatch.py +++ b/mailman/Bouncers/SimpleMatch.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/SimpleWarning.py b/mailman/Bouncers/SimpleWarning.py index bb69b22e3..ab18d2530 100644 --- a/mailman/Bouncers/SimpleWarning.py +++ b/mailman/Bouncers/SimpleWarning.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Sina.py b/mailman/Bouncers/Sina.py index 39e6192c4..a6b8e0911 100644 --- a/mailman/Bouncers/Sina.py +++ b/mailman/Bouncers/Sina.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Yahoo.py b/mailman/Bouncers/Yahoo.py index 61ec4f22a..b0480b818 100644 --- a/mailman/Bouncers/Yahoo.py +++ b/mailman/Bouncers/Yahoo.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Bouncers/Yale.py b/mailman/Bouncers/Yale.py index 3f5534d4f..956dfb838 100644 --- a/mailman/Bouncers/Yale.py +++ b/mailman/Bouncers/Yale.py @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2000-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Defaults.py b/mailman/Defaults.py index 6efc47f90..2cbfe8241 100644 --- a/mailman/Defaults.py +++ b/mailman/Defaults.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/MTA/Manual.py b/mailman/MTA/Manual.py index 549079013..d0e7c359a 100644 --- a/mailman/MTA/Manual.py +++ b/mailman/MTA/Manual.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/MTA/Postfix.py b/mailman/MTA/Postfix.py index 7f4fa1050..901c21089 100644 --- a/mailman/MTA/Postfix.py +++ b/mailman/MTA/Postfix.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/MTA/Utils.py b/mailman/MTA/Utils.py index 5fba893bb..bebbc69b7 100644 --- a/mailman/MTA/Utils.py +++ b/mailman/MTA/Utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Mailbox.py b/mailman/Mailbox.py index bb4982fc6..14fed7402 100644 --- a/mailman/Mailbox.py +++ b/mailman/Mailbox.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Message.py b/mailman/Message.py index aaac5693f..5ca763b30 100644 --- a/mailman/Message.py +++ b/mailman/Message.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/Utils.py b/mailman/Utils.py index f03e14d07..b53dccf92 100644 --- a/mailman/Utils.py +++ b/mailman/Utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/app/bounces.py b/mailman/app/bounces.py index 716928fa3..24daf9a88 100644 --- a/mailman/app/bounces.py +++ b/mailman/app/bounces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/app/commands.py b/mailman/app/commands.py index 1782e46fe..9bcd027a0 100644 --- a/mailman/app/commands.py +++ b/mailman/app/commands.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/app/lifecycle.py b/mailman/app/lifecycle.py index 6cd3219d0..5401c1e12 100644 --- a/mailman/app/lifecycle.py +++ b/mailman/app/lifecycle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/app/membership.py b/mailman/app/membership.py index 150c2c999..748d7f204 100644 --- a/mailman/app/membership.py +++ b/mailman/app/membership.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/app/moderator.py b/mailman/app/moderator.py index 377bbb175..e5d37e80f 100644 --- a/mailman/app/moderator.py +++ b/mailman/app/moderator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/app/notifications.py b/mailman/app/notifications.py index c2f507e2c..62c9964c0 100644 --- a/mailman/app/notifications.py +++ b/mailman/app/notifications.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/app/registrar.py b/mailman/app/registrar.py index 491eb43af..56501bacd 100644 --- a/mailman/app/registrar.py +++ b/mailman/app/registrar.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/app/replybot.py b/mailman/app/replybot.py index 252b1b15a..0a8cdd5b7 100644 --- a/mailman/app/replybot.py +++ b/mailman/app/replybot.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/archiving/__init__.py b/mailman/archiving/__init__.py index 290eb3631..93b7ae3ab 100644 --- a/mailman/archiving/__init__.py +++ b/mailman/archiving/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/archiving/mailarchive.py b/mailman/archiving/mailarchive.py index b6bf349a4..20a3ea483 100644 --- a/mailman/archiving/mailarchive.py +++ b/mailman/archiving/mailarchive.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/archiving/mhonarc.py b/mailman/archiving/mhonarc.py index 6d6008214..3cc83170c 100644 --- a/mailman/archiving/mhonarc.py +++ b/mailman/archiving/mhonarc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/archiving/pipermail.py b/mailman/archiving/pipermail.py index ea3ccef5e..d534f1600 100644 --- a/mailman/archiving/pipermail.py +++ b/mailman/archiving/pipermail.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/archiving/prototype.py b/mailman/archiving/prototype.py index 7691c1c13..e17a6f177 100644 --- a/mailman/archiving/prototype.py +++ b/mailman/archiving/prototype.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/attic/Bouncer.py b/mailman/attic/Bouncer.py index 690525b37..e2de3c915 100644 --- a/mailman/attic/Bouncer.py +++ b/mailman/attic/Bouncer.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/attic/Deliverer.py b/mailman/attic/Deliverer.py index 5fcc78edc..0ba3a01bb 100644 --- a/mailman/attic/Deliverer.py +++ b/mailman/attic/Deliverer.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/attic/Digester.py b/mailman/attic/Digester.py index d27ee62a6..a88d08abc 100644 --- a/mailman/attic/Digester.py +++ b/mailman/attic/Digester.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/attic/MailList.py b/mailman/attic/MailList.py index 705189751..2d538f026 100644 --- a/mailman/attic/MailList.py +++ b/mailman/attic/MailList.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/attic/SecurityManager.py b/mailman/attic/SecurityManager.py index 45801d10a..8d4a30592 100644 --- a/mailman/attic/SecurityManager.py +++ b/mailman/attic/SecurityManager.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/attic/bin/fix_url.py b/mailman/attic/bin/fix_url.py index 805323af3..30618a1a3 100644 --- a/mailman/attic/bin/fix_url.py +++ b/mailman/attic/bin/fix_url.py @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2001-2007 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/mailman/attic/bin/msgfmt.py b/mailman/attic/bin/msgfmt.py old mode 100755 new mode 100644 diff --git a/mailman/attic/bin/po2templ.py b/mailman/attic/bin/po2templ.py old mode 100755 new mode 100644 index 8f3cd4138..86eae96b9 --- a/mailman/attic/bin/po2templ.py +++ b/mailman/attic/bin/po2templ.py @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2005-2007 by the Free Software Foundation, Inc. +# Copyright (C) 2005-2009 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/mailman/attic/bin/pygettext.py b/mailman/attic/bin/pygettext.py old mode 100755 new mode 100644 diff --git a/mailman/attic/bin/reset_pw.py b/mailman/attic/bin/reset_pw.py index aca79ba6d..453c8b849 100644 --- a/mailman/attic/bin/reset_pw.py +++ b/mailman/attic/bin/reset_pw.py @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2004-2007 by the Free Software Foundation, Inc. +# Copyright (C) 2004-2009 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/mailman/attic/bin/templ2pot.py b/mailman/attic/bin/templ2pot.py old mode 100755 new mode 100644 diff --git a/mailman/bin/__init__.py b/mailman/bin/__init__.py index 4c3fc1673..d61693c5e 100644 --- a/mailman/bin/__init__.py +++ b/mailman/bin/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/add_members.py b/mailman/bin/add_members.py index 0ee0e8e84..e94484a9b 100644 --- a/mailman/bin/add_members.py +++ b/mailman/bin/add_members.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/arch.py b/mailman/bin/arch.py index 39ad9e343..a27fa8d7f 100644 --- a/mailman/bin/arch.py +++ b/mailman/bin/arch.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/bounces.py b/mailman/bin/bounces.py index ab3dbe635..e5e4e16b6 100644 --- a/mailman/bin/bounces.py +++ b/mailman/bin/bounces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/bumpdigests.py b/mailman/bin/bumpdigests.py index 2739a0fe6..b1ed37a21 100644 --- a/mailman/bin/bumpdigests.py +++ b/mailman/bin/bumpdigests.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/check_perms.py b/mailman/bin/check_perms.py index 116d8a245..4b75aa9f6 100644 --- a/mailman/bin/check_perms.py +++ b/mailman/bin/check_perms.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/checkdbs.py b/mailman/bin/checkdbs.py index 79406dcbc..2ce08aab7 100644 --- a/mailman/bin/checkdbs.py +++ b/mailman/bin/checkdbs.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/cleanarch.py b/mailman/bin/cleanarch.py index 0f2176029..325fad91a 100644 --- a/mailman/bin/cleanarch.py +++ b/mailman/bin/cleanarch.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/config_list.py b/mailman/bin/config_list.py index 7fb3e73a7..a5cec9480 100644 --- a/mailman/bin/config_list.py +++ b/mailman/bin/config_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/confirm.py b/mailman/bin/confirm.py index 87c5e893d..c3f1d49f6 100644 --- a/mailman/bin/confirm.py +++ b/mailman/bin/confirm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/create_list.py b/mailman/bin/create_list.py index 83c3c7c5d..36aa5c1d1 100644 --- a/mailman/bin/create_list.py +++ b/mailman/bin/create_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/disabled.py b/mailman/bin/disabled.py index 31fd0c014..cc8eb2c69 100644 --- a/mailman/bin/disabled.py +++ b/mailman/bin/disabled.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/dumpdb.py b/mailman/bin/dumpdb.py index cb7ca7fd7..4642ac361 100644 --- a/mailman/bin/dumpdb.py +++ b/mailman/bin/dumpdb.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/export.py b/mailman/bin/export.py index e494d5a8d..f0bd28da0 100644 --- a/mailman/bin/export.py +++ b/mailman/bin/export.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/find_member.py b/mailman/bin/find_member.py index 605e243b4..0982724a0 100644 --- a/mailman/bin/find_member.py +++ b/mailman/bin/find_member.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/gate_news.py b/mailman/bin/gate_news.py index 25de5677d..eac30422d 100644 --- a/mailman/bin/gate_news.py +++ b/mailman/bin/gate_news.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/genaliases.py b/mailman/bin/genaliases.py index ec49b6a57..a09bc6318 100644 --- a/mailman/bin/genaliases.py +++ b/mailman/bin/genaliases.py @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/import.py b/mailman/bin/import.py index 2617cca99..d2361e808 100644 --- a/mailman/bin/import.py +++ b/mailman/bin/import.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/inject.py b/mailman/bin/inject.py index d4fb6fb6f..2bc8a49e3 100644 --- a/mailman/bin/inject.py +++ b/mailman/bin/inject.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/join.py b/mailman/bin/join.py index 475b3c142..29ae4c752 100644 --- a/mailman/bin/join.py +++ b/mailman/bin/join.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/leave.py b/mailman/bin/leave.py index 05146ef59..64f4f01c5 100644 --- a/mailman/bin/leave.py +++ b/mailman/bin/leave.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/list_lists.py b/mailman/bin/list_lists.py index 2750fed5b..d19044f35 100644 --- a/mailman/bin/list_lists.py +++ b/mailman/bin/list_lists.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/list_members.py b/mailman/bin/list_members.py index a5b047504..925105b51 100644 --- a/mailman/bin/list_members.py +++ b/mailman/bin/list_members.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/list_owners.py b/mailman/bin/list_owners.py index 7c2912ab0..953fb8941 100644 --- a/mailman/bin/list_owners.py +++ b/mailman/bin/list_owners.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/mailmanctl.py b/mailman/bin/mailmanctl.py index 5492892c5..6d424442a 100644 --- a/mailman/bin/mailmanctl.py +++ b/mailman/bin/mailmanctl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/make_instance.py b/mailman/bin/make_instance.py index b63576fb1..cf20902ba 100644 --- a/mailman/bin/make_instance.py +++ b/mailman/bin/make_instance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/master.py b/mailman/bin/master.py index 1f9868b48..d3676629d 100644 --- a/mailman/bin/master.py +++ b/mailman/bin/master.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/mmsitepass.py b/mailman/bin/mmsitepass.py index 6de72a2e1..132803fc9 100644 --- a/mailman/bin/mmsitepass.py +++ b/mailman/bin/mmsitepass.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/nightly_gzip.py b/mailman/bin/nightly_gzip.py index c21b6f8d5..f886e5801 100644 --- a/mailman/bin/nightly_gzip.py +++ b/mailman/bin/nightly_gzip.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/owner.py b/mailman/bin/owner.py index ad17a9246..e7c40b7e5 100644 --- a/mailman/bin/owner.py +++ b/mailman/bin/owner.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/post.py b/mailman/bin/post.py index b34486c10..8511d52dc 100644 --- a/mailman/bin/post.py +++ b/mailman/bin/post.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/qrunner.py b/mailman/bin/qrunner.py index dea8f4053..a71bb2ef5 100644 --- a/mailman/bin/qrunner.py +++ b/mailman/bin/qrunner.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/remove_list.py b/mailman/bin/remove_list.py index b83c56bbf..fb5d4cdbf 100644 --- a/mailman/bin/remove_list.py +++ b/mailman/bin/remove_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/request.py b/mailman/bin/request.py index b3d9f3f52..af62b4f51 100644 --- a/mailman/bin/request.py +++ b/mailman/bin/request.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/senddigests.py b/mailman/bin/senddigests.py index 344ef2f42..fb057d6b9 100644 --- a/mailman/bin/senddigests.py +++ b/mailman/bin/senddigests.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/set_members.py b/mailman/bin/set_members.py index 70c90b13b..cdd11c56f 100644 --- a/mailman/bin/set_members.py +++ b/mailman/bin/set_members.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/show_config.py b/mailman/bin/show_config.py index c97df19e2..8d26c5c97 100644 --- a/mailman/bin/show_config.py +++ b/mailman/bin/show_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/show_qfiles.py b/mailman/bin/show_qfiles.py index c9156ebb0..08697a54e 100644 --- a/mailman/bin/show_qfiles.py +++ b/mailman/bin/show_qfiles.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/testall.py b/mailman/bin/testall.py index 83029060c..61b20b13b 100644 --- a/mailman/bin/testall.py +++ b/mailman/bin/testall.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/unshunt.py b/mailman/bin/unshunt.py index 4c44331a7..8a1dba081 100644 --- a/mailman/bin/unshunt.py +++ b/mailman/bin/unshunt.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/update.py b/mailman/bin/update.py index b5b28f2f7..d26548aa0 100644 --- a/mailman/bin/update.py +++ b/mailman/bin/update.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/version.py b/mailman/bin/version.py index 978432956..0fb2c5a5b 100644 --- a/mailman/bin/version.py +++ b/mailman/bin/version.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/bin/withlist.py b/mailman/bin/withlist.py index 51c3ba9d5..8862501d5 100644 --- a/mailman/bin/withlist.py +++ b/mailman/bin/withlist.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/chains/accept.py b/mailman/chains/accept.py index 4aacb6bf8..d0c570c69 100644 --- a/mailman/chains/accept.py +++ b/mailman/chains/accept.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/chains/base.py b/mailman/chains/base.py index 17c129f19..c9edcba44 100644 --- a/mailman/chains/base.py +++ b/mailman/chains/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/chains/builtin.py b/mailman/chains/builtin.py index 0528bf769..8f460ba09 100644 --- a/mailman/chains/builtin.py +++ b/mailman/chains/builtin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/chains/discard.py b/mailman/chains/discard.py index 166aed908..525505e36 100644 --- a/mailman/chains/discard.py +++ b/mailman/chains/discard.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/chains/headers.py b/mailman/chains/headers.py index 062c42438..311e5feee 100644 --- a/mailman/chains/headers.py +++ b/mailman/chains/headers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/chains/hold.py b/mailman/chains/hold.py index 1b44cee1b..655771fcb 100644 --- a/mailman/chains/hold.py +++ b/mailman/chains/hold.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/chains/reject.py b/mailman/chains/reject.py index 34e72fa86..c7ec04fec 100644 --- a/mailman/chains/reject.py +++ b/mailman/chains/reject.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/__init__.py b/mailman/commands/__init__.py index 52374888a..6e89bc6da 100644 --- a/mailman/commands/__init__.py +++ b/mailman/commands/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_confirm.py b/mailman/commands/cmd_confirm.py index 700b69022..b5e4182bd 100644 --- a/mailman/commands/cmd_confirm.py +++ b/mailman/commands/cmd_confirm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_help.py b/mailman/commands/cmd_help.py index 9686bb307..eeee33ca7 100644 --- a/mailman/commands/cmd_help.py +++ b/mailman/commands/cmd_help.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_info.py b/mailman/commands/cmd_info.py index c14ade110..3bdea178f 100644 --- a/mailman/commands/cmd_info.py +++ b/mailman/commands/cmd_info.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_leave.py b/mailman/commands/cmd_leave.py index 7b808925a..5844824f7 100644 --- a/mailman/commands/cmd_leave.py +++ b/mailman/commands/cmd_leave.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_lists.py b/mailman/commands/cmd_lists.py index df0fdcece..234ef46fc 100644 --- a/mailman/commands/cmd_lists.py +++ b/mailman/commands/cmd_lists.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_password.py b/mailman/commands/cmd_password.py index 75985a8a5..545da0cb5 100644 --- a/mailman/commands/cmd_password.py +++ b/mailman/commands/cmd_password.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_remove.py b/mailman/commands/cmd_remove.py index 6c37ba32d..8f3ce9669 100644 --- a/mailman/commands/cmd_remove.py +++ b/mailman/commands/cmd_remove.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_set.py b/mailman/commands/cmd_set.py index 5c89abf5c..020bc3636 100644 --- a/mailman/commands/cmd_set.py +++ b/mailman/commands/cmd_set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_stop.py b/mailman/commands/cmd_stop.py index 0e4ba2b0e..fc3df69fd 100644 --- a/mailman/commands/cmd_stop.py +++ b/mailman/commands/cmd_stop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_unsubscribe.py b/mailman/commands/cmd_unsubscribe.py index 68f09607c..456b8089d 100644 --- a/mailman/commands/cmd_unsubscribe.py +++ b/mailman/commands/cmd_unsubscribe.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/cmd_who.py b/mailman/commands/cmd_who.py index 157b84773..6c66610b3 100644 --- a/mailman/commands/cmd_who.py +++ b/mailman/commands/cmd_who.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/echo.py b/mailman/commands/echo.py index 9a7b2eba8..d2719e19b 100644 --- a/mailman/commands/echo.py +++ b/mailman/commands/echo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/end.py b/mailman/commands/end.py index 831b0c045..e744ec7ba 100644 --- a/mailman/commands/end.py +++ b/mailman/commands/end.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/commands/join.py b/mailman/commands/join.py index a803a1e4c..58fbb6428 100644 --- a/mailman/commands/join.py +++ b/mailman/commands/join.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/config/__init__.py b/mailman/config/__init__.py index 375cafa51..6ac060cb2 100644 --- a/mailman/config/__init__.py +++ b/mailman/config/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/config/config.py b/mailman/config/config.py index ce1b4b732..3f717d3be 100644 --- a/mailman/config/config.py +++ b/mailman/config/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/config/mailman.cfg b/mailman/config/mailman.cfg index 2143d2427..d88947975 100644 --- a/mailman/config/mailman.cfg +++ b/mailman/config/mailman.cfg @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/config/schema.cfg b/mailman/config/schema.cfg index c66ba50ae..3cc4eab79 100644 --- a/mailman/config/schema.cfg +++ b/mailman/config/schema.cfg @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/constants.py b/mailman/constants.py index 6d015470f..472331ffb 100644 --- a/mailman/constants.py +++ b/mailman/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/core/chains.py b/mailman/core/chains.py index 812302d3f..ba34a426e 100644 --- a/mailman/core/chains.py +++ b/mailman/core/chains.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/core/errors.py b/mailman/core/errors.py index 0704acb4a..e83f32932 100644 --- a/mailman/core/errors.py +++ b/mailman/core/errors.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/core/initialize.py b/mailman/core/initialize.py index f4b8de627..d7a2fde5a 100644 --- a/mailman/core/initialize.py +++ b/mailman/core/initialize.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/core/logging.py b/mailman/core/logging.py index 8a9db5745..d1f46f951 100644 --- a/mailman/core/logging.py +++ b/mailman/core/logging.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/core/pipelines.py b/mailman/core/pipelines.py index 7c177b511..bc4a70b87 100644 --- a/mailman/core/pipelines.py +++ b/mailman/core/pipelines.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/core/plugins.py b/mailman/core/plugins.py index cf22ad377..cce95fddd 100644 --- a/mailman/core/plugins.py +++ b/mailman/core/plugins.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/core/rules.py b/mailman/core/rules.py index 28f58d76e..62c643937 100644 --- a/mailman/core/rules.py +++ b/mailman/core/rules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/core/styles.py b/mailman/core/styles.py index b8fff8278..66b8baaf2 100644 --- a/mailman/core/styles.py +++ b/mailman/core/styles.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/__init__.py b/mailman/database/__init__.py index e3b23a4ba..4c2a60e5d 100644 --- a/mailman/database/__init__.py +++ b/mailman/database/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/address.py b/mailman/database/address.py index 272ad8dc3..f5039cf15 100644 --- a/mailman/database/address.py +++ b/mailman/database/address.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/language.py b/mailman/database/language.py index 82ad247c8..192c9a142 100644 --- a/mailman/database/language.py +++ b/mailman/database/language.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/listmanager.py b/mailman/database/listmanager.py index 45c939cd1..f6a0f5185 100644 --- a/mailman/database/listmanager.py +++ b/mailman/database/listmanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/mailinglist.py b/mailman/database/mailinglist.py index 553fa8c48..641245daf 100644 --- a/mailman/database/mailinglist.py +++ b/mailman/database/mailinglist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/member.py b/mailman/database/member.py index a25f2b0f7..244e0853b 100644 --- a/mailman/database/member.py +++ b/mailman/database/member.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/message.py b/mailman/database/message.py index 7a4ba87d5..b62fe580b 100644 --- a/mailman/database/message.py +++ b/mailman/database/message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/messagestore.py b/mailman/database/messagestore.py index 3c6528105..934015b10 100644 --- a/mailman/database/messagestore.py +++ b/mailman/database/messagestore.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/model.py b/mailman/database/model.py index fa4de3420..598f537e8 100644 --- a/mailman/database/model.py +++ b/mailman/database/model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/pending.py b/mailman/database/pending.py index d3e9d598e..ff794c83c 100644 --- a/mailman/database/pending.py +++ b/mailman/database/pending.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/preferences.py b/mailman/database/preferences.py index 54d40bb2f..d7d899c44 100644 --- a/mailman/database/preferences.py +++ b/mailman/database/preferences.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/requests.py b/mailman/database/requests.py index 0569de14d..addaf08eb 100644 --- a/mailman/database/requests.py +++ b/mailman/database/requests.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/roster.py b/mailman/database/roster.py index 4a16ebc1b..d044cc386 100644 --- a/mailman/database/roster.py +++ b/mailman/database/roster.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/transaction.py b/mailman/database/transaction.py index e2eb98eff..4663f6110 100644 --- a/mailman/database/transaction.py +++ b/mailman/database/transaction.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/types.py b/mailman/database/types.py index 133fdd3e1..26bdb0aff 100644 --- a/mailman/database/types.py +++ b/mailman/database/types.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/user.py b/mailman/database/user.py index 9bb134734..d54bb048f 100644 --- a/mailman/database/user.py +++ b/mailman/database/user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/usermanager.py b/mailman/database/usermanager.py index 8507fa550..87a8cd208 100644 --- a/mailman/database/usermanager.py +++ b/mailman/database/usermanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/database/version.py b/mailman/database/version.py index d5281cde0..83e50b821 100644 --- a/mailman/database/version.py +++ b/mailman/database/version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/domain.py b/mailman/domain.py index ff306aee2..03c1ad39c 100644 --- a/mailman/domain.py +++ b/mailman/domain.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/i18n.py b/mailman/i18n.py index 6abb8fa0e..627d509f7 100644 --- a/mailman/i18n.py +++ b/mailman/i18n.py @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2000-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/inject.py b/mailman/inject.py index 1d9ece78a..27edf827f 100644 --- a/mailman/inject.py +++ b/mailman/inject.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interact.py b/mailman/interact.py index e714195f0..e8ff09b16 100644 --- a/mailman/interact.py +++ b/mailman/interact.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/__init__.py b/mailman/interfaces/__init__.py index 4a2ea58c6..c39dd55ad 100644 --- a/mailman/interfaces/__init__.py +++ b/mailman/interfaces/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/address.py b/mailman/interfaces/address.py index 705e9a52d..802952774 100644 --- a/mailman/interfaces/address.py +++ b/mailman/interfaces/address.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/archiver.py b/mailman/interfaces/archiver.py index 5b0b7a298..0159567cc 100644 --- a/mailman/interfaces/archiver.py +++ b/mailman/interfaces/archiver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/chain.py b/mailman/interfaces/chain.py index 4ea0d651f..2a18d3dea 100644 --- a/mailman/interfaces/chain.py +++ b/mailman/interfaces/chain.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/command.py b/mailman/interfaces/command.py index 8be29a3e2..202d2a148 100644 --- a/mailman/interfaces/command.py +++ b/mailman/interfaces/command.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/database.py b/mailman/interfaces/database.py index 440128676..bf4aaa87c 100644 --- a/mailman/interfaces/database.py +++ b/mailman/interfaces/database.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/domain.py b/mailman/interfaces/domain.py index 26e2be6b1..9ce402a70 100644 --- a/mailman/interfaces/domain.py +++ b/mailman/interfaces/domain.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/errors.py b/mailman/interfaces/errors.py index 74f34621c..b174aa3cf 100644 --- a/mailman/interfaces/errors.py +++ b/mailman/interfaces/errors.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/handler.py b/mailman/interfaces/handler.py index 408f0da10..9d03b7263 100644 --- a/mailman/interfaces/handler.py +++ b/mailman/interfaces/handler.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/languages.py b/mailman/interfaces/languages.py index 3675c93de..d1cdf9f43 100644 --- a/mailman/interfaces/languages.py +++ b/mailman/interfaces/languages.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/listmanager.py b/mailman/interfaces/listmanager.py index 09ac63dd8..6a774a04e 100644 --- a/mailman/interfaces/listmanager.py +++ b/mailman/interfaces/listmanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/mailinglist.py b/mailman/interfaces/mailinglist.py index c9a9ef79e..970c1ac07 100644 --- a/mailman/interfaces/mailinglist.py +++ b/mailman/interfaces/mailinglist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/member.py b/mailman/interfaces/member.py index 009b18c91..590ad1b9b 100644 --- a/mailman/interfaces/member.py +++ b/mailman/interfaces/member.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/messages.py b/mailman/interfaces/messages.py index 6dd07e05e..0da595d0b 100644 --- a/mailman/interfaces/messages.py +++ b/mailman/interfaces/messages.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/mlistrequest.py b/mailman/interfaces/mlistrequest.py index 7d23d77d4..f348d617c 100644 --- a/mailman/interfaces/mlistrequest.py +++ b/mailman/interfaces/mlistrequest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/pending.py b/mailman/interfaces/pending.py index d9a8f73cb..7fcde07ad 100644 --- a/mailman/interfaces/pending.py +++ b/mailman/interfaces/pending.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/permissions.py b/mailman/interfaces/permissions.py index f8f7795a5..fb36f35b5 100644 --- a/mailman/interfaces/permissions.py +++ b/mailman/interfaces/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/pipeline.py b/mailman/interfaces/pipeline.py index a73eb7bff..a95fb7628 100644 --- a/mailman/interfaces/pipeline.py +++ b/mailman/interfaces/pipeline.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/preferences.py b/mailman/interfaces/preferences.py index 14a77a1ca..fbd81c801 100644 --- a/mailman/interfaces/preferences.py +++ b/mailman/interfaces/preferences.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/registrar.py b/mailman/interfaces/registrar.py index e5c14544b..823298d5e 100644 --- a/mailman/interfaces/registrar.py +++ b/mailman/interfaces/registrar.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/requests.py b/mailman/interfaces/requests.py index 85fd6ad1b..b9c0802f4 100644 --- a/mailman/interfaces/requests.py +++ b/mailman/interfaces/requests.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/roster.py b/mailman/interfaces/roster.py index 6dcd458a1..f7b2125fd 100644 --- a/mailman/interfaces/roster.py +++ b/mailman/interfaces/roster.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/rules.py b/mailman/interfaces/rules.py index 65d793809..24501848f 100644 --- a/mailman/interfaces/rules.py +++ b/mailman/interfaces/rules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/runner.py b/mailman/interfaces/runner.py index 8ad54f445..500efd541 100644 --- a/mailman/interfaces/runner.py +++ b/mailman/interfaces/runner.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/styles.py b/mailman/interfaces/styles.py index 59730a545..b2b52db4e 100644 --- a/mailman/interfaces/styles.py +++ b/mailman/interfaces/styles.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/switchboard.py b/mailman/interfaces/switchboard.py index 9c6fd348d..96cf1aea2 100644 --- a/mailman/interfaces/switchboard.py +++ b/mailman/interfaces/switchboard.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/user.py b/mailman/interfaces/user.py index e30c69362..8824a2d7c 100644 --- a/mailman/interfaces/user.py +++ b/mailman/interfaces/user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/interfaces/usermanager.py b/mailman/interfaces/usermanager.py index e07643b28..7454faea8 100644 --- a/mailman/interfaces/usermanager.py +++ b/mailman/interfaces/usermanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/languages.py b/mailman/languages.py index 295a0d6a6..dd37fbc34 100644 --- a/mailman/languages.py +++ b/mailman/languages.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/options.py b/mailman/options.py index 81870ee3d..32f80d426 100644 --- a/mailman/options.py +++ b/mailman/options.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/passwords.py b/mailman/passwords.py index 1e46cd42e..9ce403cc7 100644 --- a/mailman/passwords.py +++ b/mailman/passwords.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/__init__.py b/mailman/pipeline/__init__.py index b59953f47..a77e00915 100644 --- a/mailman/pipeline/__init__.py +++ b/mailman/pipeline/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/acknowledge.py b/mailman/pipeline/acknowledge.py index 7421fcdd6..57817b6b0 100644 --- a/mailman/pipeline/acknowledge.py +++ b/mailman/pipeline/acknowledge.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/after_delivery.py b/mailman/pipeline/after_delivery.py index 5d062462a..e5bc98fcd 100644 --- a/mailman/pipeline/after_delivery.py +++ b/mailman/pipeline/after_delivery.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/avoid_duplicates.py b/mailman/pipeline/avoid_duplicates.py index 604d8b162..ddfbc4578 100644 --- a/mailman/pipeline/avoid_duplicates.py +++ b/mailman/pipeline/avoid_duplicates.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/calculate_recipients.py b/mailman/pipeline/calculate_recipients.py index 3207a398e..18d237ec0 100644 --- a/mailman/pipeline/calculate_recipients.py +++ b/mailman/pipeline/calculate_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/cleanse.py b/mailman/pipeline/cleanse.py index f381d78e1..a2b19545e 100644 --- a/mailman/pipeline/cleanse.py +++ b/mailman/pipeline/cleanse.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/cleanse_dkim.py b/mailman/pipeline/cleanse_dkim.py index 3f3be98f8..4edd8193d 100644 --- a/mailman/pipeline/cleanse_dkim.py +++ b/mailman/pipeline/cleanse_dkim.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/cook_headers.py b/mailman/pipeline/cook_headers.py index bd3ad8a84..a37a92a69 100644 --- a/mailman/pipeline/cook_headers.py +++ b/mailman/pipeline/cook_headers.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/decorate.py b/mailman/pipeline/decorate.py index f150d6d0c..3059bde38 100644 --- a/mailman/pipeline/decorate.py +++ b/mailman/pipeline/decorate.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/file_recipients.py b/mailman/pipeline/file_recipients.py index fd7ff0b69..75a00c14e 100644 --- a/mailman/pipeline/file_recipients.py +++ b/mailman/pipeline/file_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/mime_delete.py b/mailman/pipeline/mime_delete.py index 6de3d0a72..57d529112 100644 --- a/mailman/pipeline/mime_delete.py +++ b/mailman/pipeline/mime_delete.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/moderate.py b/mailman/pipeline/moderate.py index aa78eaa36..ec0a555d8 100644 --- a/mailman/pipeline/moderate.py +++ b/mailman/pipeline/moderate.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/owner_recipients.py b/mailman/pipeline/owner_recipients.py index 592e9e127..046cac50c 100644 --- a/mailman/pipeline/owner_recipients.py +++ b/mailman/pipeline/owner_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/replybot.py b/mailman/pipeline/replybot.py index 39f6cc058..e889e58af 100644 --- a/mailman/pipeline/replybot.py +++ b/mailman/pipeline/replybot.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/scrubber.py b/mailman/pipeline/scrubber.py index a0e88b7d8..b8beb22ad 100644 --- a/mailman/pipeline/scrubber.py +++ b/mailman/pipeline/scrubber.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/smtp_direct.py b/mailman/pipeline/smtp_direct.py index 75c5da1ba..051ba0096 100644 --- a/mailman/pipeline/smtp_direct.py +++ b/mailman/pipeline/smtp_direct.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/tagger.py b/mailman/pipeline/tagger.py index 13ad7ba49..d631342d3 100644 --- a/mailman/pipeline/tagger.py +++ b/mailman/pipeline/tagger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/to_archive.py b/mailman/pipeline/to_archive.py index 6ecb860c2..5c32be53d 100644 --- a/mailman/pipeline/to_archive.py +++ b/mailman/pipeline/to_archive.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/to_digest.py b/mailman/pipeline/to_digest.py index 42f92df4e..96bfcdf47 100644 --- a/mailman/pipeline/to_digest.py +++ b/mailman/pipeline/to_digest.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/to_outgoing.py b/mailman/pipeline/to_outgoing.py index bbaf43301..fdf201793 100644 --- a/mailman/pipeline/to_outgoing.py +++ b/mailman/pipeline/to_outgoing.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/pipeline/to_usenet.py b/mailman/pipeline/to_usenet.py index 83980e071..08e785d54 100644 --- a/mailman/pipeline/to_usenet.py +++ b/mailman/pipeline/to_usenet.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/__init__.py b/mailman/queue/__init__.py index 239c61326..52686b3ab 100644 --- a/mailman/queue/__init__.py +++ b/mailman/queue/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/archive.py b/mailman/queue/archive.py index 7725f6f97..69ec46f4b 100644 --- a/mailman/queue/archive.py +++ b/mailman/queue/archive.py @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2000-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/bounce.py b/mailman/queue/bounce.py index 9f390130d..e098ba866 100644 --- a/mailman/queue/bounce.py +++ b/mailman/queue/bounce.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/command.py b/mailman/queue/command.py index 407864310..db6feba57 100644 --- a/mailman/queue/command.py +++ b/mailman/queue/command.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/http.py b/mailman/queue/http.py index c626e766e..941b6d131 100644 --- a/mailman/queue/http.py +++ b/mailman/queue/http.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/incoming.py b/mailman/queue/incoming.py index 6e80024e7..ae78e1a81 100644 --- a/mailman/queue/incoming.py +++ b/mailman/queue/incoming.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/lmtp.py b/mailman/queue/lmtp.py index e64d777ac..f0895ee1f 100644 --- a/mailman/queue/lmtp.py +++ b/mailman/queue/lmtp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/maildir.py b/mailman/queue/maildir.py index 3f7dd5556..e12550cb5 100644 --- a/mailman/queue/maildir.py +++ b/mailman/queue/maildir.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/news.py b/mailman/queue/news.py index a64afae18..98735d498 100644 --- a/mailman/queue/news.py +++ b/mailman/queue/news.py @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2000-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/outgoing.py b/mailman/queue/outgoing.py index 2043d8bc8..14ba869dc 100644 --- a/mailman/queue/outgoing.py +++ b/mailman/queue/outgoing.py @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2000-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/pipeline.py b/mailman/queue/pipeline.py index 532e256d1..f0a42f729 100644 --- a/mailman/queue/pipeline.py +++ b/mailman/queue/pipeline.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/retry.py b/mailman/queue/retry.py index d502e3bb9..2b5a6afad 100644 --- a/mailman/queue/retry.py +++ b/mailman/queue/retry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2003-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/queue/virgin.py b/mailman/queue/virgin.py index 6d913d1a0..ca61074bf 100644 --- a/mailman/queue/virgin.py +++ b/mailman/queue/virgin.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/__init__.py b/mailman/rules/__init__.py index caf469fa6..f7cf3da38 100644 --- a/mailman/rules/__init__.py +++ b/mailman/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/administrivia.py b/mailman/rules/administrivia.py index 593f311e3..802229101 100644 --- a/mailman/rules/administrivia.py +++ b/mailman/rules/administrivia.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/any.py b/mailman/rules/any.py index 1525bdc3d..14e01ce5a 100644 --- a/mailman/rules/any.py +++ b/mailman/rules/any.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/approved.py b/mailman/rules/approved.py index 5101db08d..3ad14b195 100644 --- a/mailman/rules/approved.py +++ b/mailman/rules/approved.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/emergency.py b/mailman/rules/emergency.py index d751d1d4c..deff0c4fd 100644 --- a/mailman/rules/emergency.py +++ b/mailman/rules/emergency.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/implicit_dest.py b/mailman/rules/implicit_dest.py index 04989e247..f50f88f1d 100644 --- a/mailman/rules/implicit_dest.py +++ b/mailman/rules/implicit_dest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/loop.py b/mailman/rules/loop.py index 8e6e057d2..74d46b8cd 100644 --- a/mailman/rules/loop.py +++ b/mailman/rules/loop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/max_recipients.py b/mailman/rules/max_recipients.py index f5e782ada..1f8ecda2e 100644 --- a/mailman/rules/max_recipients.py +++ b/mailman/rules/max_recipients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/max_size.py b/mailman/rules/max_size.py index 4866e53c1..33d6a8df0 100644 --- a/mailman/rules/max_size.py +++ b/mailman/rules/max_size.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/moderation.py b/mailman/rules/moderation.py index 26a218807..99b4b0a30 100644 --- a/mailman/rules/moderation.py +++ b/mailman/rules/moderation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/news_moderation.py b/mailman/rules/news_moderation.py index 6317de3b4..3c55a724f 100644 --- a/mailman/rules/news_moderation.py +++ b/mailman/rules/news_moderation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/no_subject.py b/mailman/rules/no_subject.py index 592c4d3a1..f77688aae 100644 --- a/mailman/rules/no_subject.py +++ b/mailman/rules/no_subject.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/suspicious.py b/mailman/rules/suspicious.py index 4b658fce3..92f885558 100644 --- a/mailman/rules/suspicious.py +++ b/mailman/rules/suspicious.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/rules/truth.py b/mailman/rules/truth.py index 73d51da5c..aa5599fb0 100644 --- a/mailman/rules/truth.py +++ b/mailman/rules/truth.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/testing/helpers.py b/mailman/testing/helpers.py index c22d92aff..05ca9253f 100644 --- a/mailman/testing/helpers.py +++ b/mailman/testing/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/testing/layers.py b/mailman/testing/layers.py index 656bac5bd..ef4535038 100644 --- a/mailman/testing/layers.py +++ b/mailman/testing/layers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/testing/smtplistener.py b/mailman/testing/smtplistener.py index a7e289ea1..cb9d9b323 100644 --- a/mailman/testing/smtplistener.py +++ b/mailman/testing/smtplistener.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/testing/testing.cfg b/mailman/testing/testing.cfg index 636b4a2d5..ff9bb89da 100644 --- a/mailman/testing/testing.cfg +++ b/mailman/testing/testing.cfg @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/tests/test_bounces.py b/mailman/tests/test_bounces.py index 473691dfd..564c285c8 100644 --- a/mailman/tests/test_bounces.py +++ b/mailman/tests/test_bounces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/tests/test_documentation.py b/mailman/tests/test_documentation.py index c4df8444e..b43b4378e 100644 --- a/mailman/tests/test_documentation.py +++ b/mailman/tests/test_documentation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/tests/test_membership.py b/mailman/tests/test_membership.py index 501b71ca3..b50b2390e 100644 --- a/mailman/tests/test_membership.py +++ b/mailman/tests/test_membership.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/tests/test_passwords.py b/mailman/tests/test_passwords.py index 7c9b9671e..b84307c19 100644 --- a/mailman/tests/test_passwords.py +++ b/mailman/tests/test_passwords.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/tests/test_security_mgr.py b/mailman/tests/test_security_mgr.py index b02561902..76f242104 100644 --- a/mailman/tests/test_security_mgr.py +++ b/mailman/tests/test_security_mgr.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/version.py b/mailman/version.py index 5f57e425d..80c73849c 100644 --- a/mailman/version.py +++ b/mailman/version.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/Auth.py b/mailman/web/Cgi/Auth.py index 996aa21c5..825d972f4 100644 --- a/mailman/web/Cgi/Auth.py +++ b/mailman/web/Cgi/Auth.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/admin.py b/mailman/web/Cgi/admin.py index ca90805a7..e5c6ee14b 100644 --- a/mailman/web/Cgi/admin.py +++ b/mailman/web/Cgi/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/admindb.py b/mailman/web/Cgi/admindb.py index 3934c7d42..5d756fc78 100644 --- a/mailman/web/Cgi/admindb.py +++ b/mailman/web/Cgi/admindb.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/confirm.py b/mailman/web/Cgi/confirm.py index b9c87f788..188e43068 100644 --- a/mailman/web/Cgi/confirm.py +++ b/mailman/web/Cgi/confirm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/create.py b/mailman/web/Cgi/create.py index 3caf9fcc0..4bb650957 100644 --- a/mailman/web/Cgi/create.py +++ b/mailman/web/Cgi/create.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/edithtml.py b/mailman/web/Cgi/edithtml.py index e06fb7956..dfc871ec1 100644 --- a/mailman/web/Cgi/edithtml.py +++ b/mailman/web/Cgi/edithtml.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/listinfo.py b/mailman/web/Cgi/listinfo.py index 656801a90..149be715f 100644 --- a/mailman/web/Cgi/listinfo.py +++ b/mailman/web/Cgi/listinfo.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/options.py b/mailman/web/Cgi/options.py index 3b9331fd1..c529a3ea4 100644 --- a/mailman/web/Cgi/options.py +++ b/mailman/web/Cgi/options.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/private.py b/mailman/web/Cgi/private.py index 3199fb842..87cad7966 100644 --- a/mailman/web/Cgi/private.py +++ b/mailman/web/Cgi/private.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/rmlist.py b/mailman/web/Cgi/rmlist.py index 21d54a4a4..4b62f09fb 100644 --- a/mailman/web/Cgi/rmlist.py +++ b/mailman/web/Cgi/rmlist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/roster.py b/mailman/web/Cgi/roster.py index 697786af1..2351d6915 100644 --- a/mailman/web/Cgi/roster.py +++ b/mailman/web/Cgi/roster.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/subscribe.py b/mailman/web/Cgi/subscribe.py index 78fae7230..0eefd0111 100644 --- a/mailman/web/Cgi/subscribe.py +++ b/mailman/web/Cgi/subscribe.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Cgi/wsgi_app.py b/mailman/web/Cgi/wsgi_app.py index 08a92fdf9..b22dbf452 100644 --- a/mailman/web/Cgi/wsgi_app.py +++ b/mailman/web/Cgi/wsgi_app.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Archive.py b/mailman/web/Gui/Archive.py index 5929f097b..4090e74e9 100644 --- a/mailman/web/Gui/Archive.py +++ b/mailman/web/Gui/Archive.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Autoresponse.py b/mailman/web/Gui/Autoresponse.py index 04cefa0d9..72ef42cad 100644 --- a/mailman/web/Gui/Autoresponse.py +++ b/mailman/web/Gui/Autoresponse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Bounce.py b/mailman/web/Gui/Bounce.py index 0ea128205..a2f6f887a 100644 --- a/mailman/web/Gui/Bounce.py +++ b/mailman/web/Gui/Bounce.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/ContentFilter.py b/mailman/web/Gui/ContentFilter.py index d7f26321b..09817f4aa 100644 --- a/mailman/web/Gui/ContentFilter.py +++ b/mailman/web/Gui/ContentFilter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Digest.py b/mailman/web/Gui/Digest.py index 278fa808d..821d0684f 100644 --- a/mailman/web/Gui/Digest.py +++ b/mailman/web/Gui/Digest.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/GUIBase.py b/mailman/web/Gui/GUIBase.py index c521d940e..b2846eb7b 100644 --- a/mailman/web/Gui/GUIBase.py +++ b/mailman/web/Gui/GUIBase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/General.py b/mailman/web/Gui/General.py index 1d0424de9..27ef354be 100644 --- a/mailman/web/Gui/General.py +++ b/mailman/web/Gui/General.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Language.py b/mailman/web/Gui/Language.py index 71065d93d..05824be5e 100644 --- a/mailman/web/Gui/Language.py +++ b/mailman/web/Gui/Language.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Membership.py b/mailman/web/Gui/Membership.py index 6dd751807..bbfdb438b 100644 --- a/mailman/web/Gui/Membership.py +++ b/mailman/web/Gui/Membership.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/NonDigest.py b/mailman/web/Gui/NonDigest.py index 6ed0e4612..92fb768ad 100644 --- a/mailman/web/Gui/NonDigest.py +++ b/mailman/web/Gui/NonDigest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Passwords.py b/mailman/web/Gui/Passwords.py index 234859bc1..b2fea0fb5 100644 --- a/mailman/web/Gui/Passwords.py +++ b/mailman/web/Gui/Passwords.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Privacy.py b/mailman/web/Gui/Privacy.py index ccc8a2e29..8d60f9203 100644 --- a/mailman/web/Gui/Privacy.py +++ b/mailman/web/Gui/Privacy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Topics.py b/mailman/web/Gui/Topics.py index 501c21329..00df988be 100644 --- a/mailman/web/Gui/Topics.py +++ b/mailman/web/Gui/Topics.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/Usenet.py b/mailman/web/Gui/Usenet.py index 713114e1b..9c1b50809 100644 --- a/mailman/web/Gui/Usenet.py +++ b/mailman/web/Gui/Usenet.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/Gui/__init__.py b/mailman/web/Gui/__init__.py index f88274a6e..2e12526c0 100644 --- a/mailman/web/Gui/__init__.py +++ b/mailman/web/Gui/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/HTMLFormatter.py b/mailman/web/HTMLFormatter.py index 1802a36fc..594f4adea 100644 --- a/mailman/web/HTMLFormatter.py +++ b/mailman/web/HTMLFormatter.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/mailman/web/htmlformat.py b/mailman/web/htmlformat.py index 3a95999e8..608d0e647 100644 --- a/mailman/web/htmlformat.py +++ b/mailman/web/htmlformat.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # -- cgit v1.2.3-70-g09d2