summaryrefslogtreecommitdiff
path: root/Mailman
diff options
context:
space:
mode:
authorBarry Warsaw2008-02-07 23:01:48 -0500
committerBarry Warsaw2008-02-07 23:01:48 -0500
commit0478757a09b4173937d75103fa96444b6b085300 (patch)
treede0194a7e0fec666d2186f0921875104e69c9e10 /Mailman
parent36ebacf60b8fe78e20b9c18f6c08d73271922fc4 (diff)
downloadmailman-0478757a09b4173937d75103fa96444b6b085300.tar.gz
mailman-0478757a09b4173937d75103fa96444b6b085300.tar.zst
mailman-0478757a09b4173937d75103fa96444b6b085300.zip
Tweak copyright years.
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Archiver/Archiver.py2
-rw-r--r--Mailman/Archiver/HyperArch.py2
-rw-r--r--Mailman/Archiver/HyperDatabase.py2
-rw-r--r--Mailman/Archiver/__init__.py2
-rw-r--r--Mailman/Bouncer.py2
-rw-r--r--Mailman/Bouncers/BouncerAPI.py2
-rw-r--r--Mailman/Bouncers/Caiwireless.py2
-rw-r--r--Mailman/Bouncers/Compuserve.py2
-rw-r--r--Mailman/Bouncers/DSN.py2
-rw-r--r--Mailman/Bouncers/Exchange.py2
-rw-r--r--Mailman/Bouncers/Exim.py2
-rw-r--r--Mailman/Bouncers/GroupWise.py2
-rw-r--r--Mailman/Bouncers/LLNL.py2
-rw-r--r--Mailman/Bouncers/Microsoft.py2
-rw-r--r--Mailman/Bouncers/Netscape.py2
-rw-r--r--Mailman/Bouncers/Postfix.py2
-rw-r--r--Mailman/Bouncers/Qmail.py2
-rw-r--r--Mailman/Bouncers/SMTP32.py2
-rw-r--r--Mailman/Bouncers/SimpleMatch.py2
-rw-r--r--Mailman/Bouncers/SimpleWarning.py2
-rw-r--r--Mailman/Bouncers/Sina.py2
-rw-r--r--Mailman/Bouncers/Yahoo.py2
-rw-r--r--Mailman/Bouncers/Yale.py2
-rw-r--r--Mailman/Cgi/Auth.py2
-rw-r--r--Mailman/Cgi/admin.py2
-rw-r--r--Mailman/Cgi/admindb.py2
-rw-r--r--Mailman/Cgi/confirm.py2
-rw-r--r--Mailman/Cgi/create.py2
-rw-r--r--Mailman/Cgi/edithtml.py2
-rw-r--r--Mailman/Cgi/listinfo.py2
-rw-r--r--Mailman/Cgi/options.py2
-rw-r--r--Mailman/Cgi/private.py2
-rw-r--r--Mailman/Cgi/rmlist.py2
-rw-r--r--Mailman/Cgi/roster.py2
-rw-r--r--Mailman/Cgi/subscribe.py2
-rw-r--r--Mailman/Cgi/wsgi_app.py2
-rw-r--r--Mailman/Commands/__init__.py2
-rw-r--r--Mailman/Commands/cmd_confirm.py2
-rw-r--r--Mailman/Commands/cmd_echo.py2
-rw-r--r--Mailman/Commands/cmd_end.py2
-rw-r--r--Mailman/Commands/cmd_help.py2
-rw-r--r--Mailman/Commands/cmd_info.py2
-rw-r--r--Mailman/Commands/cmd_join.py2
-rw-r--r--Mailman/Commands/cmd_leave.py2
-rw-r--r--Mailman/Commands/cmd_lists.py2
-rw-r--r--Mailman/Commands/cmd_password.py2
-rw-r--r--Mailman/Commands/cmd_remove.py2
-rw-r--r--Mailman/Commands/cmd_set.py2
-rw-r--r--Mailman/Commands/cmd_stop.py2
-rw-r--r--Mailman/Commands/cmd_subscribe.py2
-rw-r--r--Mailman/Commands/cmd_unsubscribe.py2
-rw-r--r--Mailman/Commands/cmd_who.py2
-rw-r--r--Mailman/Defaults.py2
-rw-r--r--Mailman/Deliverer.py2
-rw-r--r--Mailman/Digester.py2
-rw-r--r--Mailman/Errors.py2
-rw-r--r--Mailman/Gui/Archive.py2
-rw-r--r--Mailman/Gui/Autoresponse.py2
-rw-r--r--Mailman/Gui/Bounce.py2
-rw-r--r--Mailman/Gui/ContentFilter.py2
-rw-r--r--Mailman/Gui/Digest.py2
-rw-r--r--Mailman/Gui/GUIBase.py2
-rw-r--r--Mailman/Gui/General.py2
-rw-r--r--Mailman/Gui/Language.py2
-rw-r--r--Mailman/Gui/Membership.py2
-rw-r--r--Mailman/Gui/NonDigest.py2
-rw-r--r--Mailman/Gui/Passwords.py2
-rw-r--r--Mailman/Gui/Privacy.py2
-rw-r--r--Mailman/Gui/Topics.py2
-rw-r--r--Mailman/Gui/Usenet.py2
-rw-r--r--Mailman/Gui/__init__.py2
-rw-r--r--Mailman/HTMLFormatter.py2
-rw-r--r--Mailman/MTA/Manual.py2
-rw-r--r--Mailman/MTA/Postfix.py2
-rw-r--r--Mailman/MTA/Utils.py2
-rw-r--r--Mailman/MailList.py2
-rw-r--r--Mailman/Mailbox.py2
-rw-r--r--Mailman/Message.py2
-rw-r--r--Mailman/SafeDict.py2
-rw-r--r--Mailman/SecurityManager.py2
-rw-r--r--Mailman/UserDesc.py2
-rw-r--r--Mailman/Utils.py2
-rw-r--r--Mailman/Version.py2
-rw-r--r--Mailman/app/bounces.py2
-rw-r--r--Mailman/app/lifecycle.py2
-rw-r--r--Mailman/app/membership.py2
-rw-r--r--Mailman/app/moderator.py2
-rw-r--r--Mailman/app/plugins.py2
-rw-r--r--Mailman/app/registrar.py2
-rw-r--r--Mailman/app/replybot.py2
-rw-r--r--Mailman/app/rules.py2
-rw-r--r--Mailman/app/styles.py2
-rw-r--r--Mailman/bin/__init__.py2
-rw-r--r--Mailman/bin/add_members.py2
-rw-r--r--Mailman/bin/arch.py2
-rw-r--r--Mailman/bin/bounces.py2
-rw-r--r--Mailman/bin/bumpdigests.py2
-rw-r--r--Mailman/bin/change_pw.py2
-rw-r--r--[-rwxr-xr-x]Mailman/bin/check_perms.py2
-rw-r--r--[-rwxr-xr-x]Mailman/bin/checkdbs.py2
-rw-r--r--Mailman/bin/cleanarch.py2
-rw-r--r--Mailman/bin/config_list.py2
-rw-r--r--Mailman/bin/confirm.py2
-rw-r--r--Mailman/bin/disabled.py2
-rw-r--r--Mailman/bin/dumpdb.py2
-rw-r--r--Mailman/bin/export.py2
-rw-r--r--Mailman/bin/find_member.py2
-rw-r--r--Mailman/bin/gate_news.py2
-rw-r--r--Mailman/bin/genaliases.py2
-rw-r--r--Mailman/bin/import.py2
-rw-r--r--Mailman/bin/inject.py2
-rw-r--r--Mailman/bin/join.py2
-rw-r--r--Mailman/bin/leave.py2
-rw-r--r--Mailman/bin/list_lists.py2
-rw-r--r--Mailman/bin/list_members.py2
-rw-r--r--Mailman/bin/list_owners.py2
-rw-r--r--Mailman/bin/mailmanctl.py2
-rw-r--r--Mailman/bin/make_instance.py2
-rw-r--r--Mailman/bin/mmsitepass.py2
-rw-r--r--Mailman/bin/newlist.py2
-rw-r--r--Mailman/bin/nightly_gzip.py2
-rw-r--r--Mailman/bin/owner.py2
-rw-r--r--Mailman/bin/post.py2
-rw-r--r--Mailman/bin/qrunner.py2
-rw-r--r--Mailman/bin/request.py2
-rw-r--r--Mailman/bin/rmlist.py2
-rw-r--r--Mailman/bin/senddigests.py2
-rw-r--r--Mailman/bin/set_members.py2
-rw-r--r--Mailman/bin/show_config.py2
-rw-r--r--Mailman/bin/show_qfiles.py2
-rw-r--r--Mailman/bin/testall.py2
-rw-r--r--Mailman/bin/unshunt.py2
-rw-r--r--Mailman/bin/update.py2
-rw-r--r--Mailman/bin/version.py2
-rw-r--r--Mailman/bin/withlist.py2
-rw-r--r--Mailman/configuration.py2
-rw-r--r--Mailman/constants.py2
-rw-r--r--Mailman/database/__init__.py2
-rw-r--r--Mailman/database/address.py2
-rw-r--r--Mailman/database/language.py2
-rw-r--r--Mailman/database/listmanager.py2
-rw-r--r--Mailman/database/mailinglist.py2
-rw-r--r--Mailman/database/member.py2
-rw-r--r--Mailman/database/message.py2
-rw-r--r--Mailman/database/messagestore.py2
-rw-r--r--Mailman/database/model.py2
-rw-r--r--Mailman/database/pending.py2
-rw-r--r--Mailman/database/preferences.py2
-rw-r--r--Mailman/database/requests.py2
-rw-r--r--Mailman/database/roster.py2
-rw-r--r--Mailman/database/txnsupport.py2
-rw-r--r--Mailman/database/types.py2
-rw-r--r--Mailman/database/user.py2
-rw-r--r--Mailman/database/usermanager.py2
-rw-r--r--Mailman/database/version.py2
-rw-r--r--Mailman/handlers/acknowledge.py2
-rw-r--r--Mailman/handlers/after_delivery.py2
-rw-r--r--Mailman/handlers/avoid_duplicates.py2
-rw-r--r--Mailman/handlers/calculate_recipients.py2
-rw-r--r--Mailman/handlers/cleanse_dkim.py2
-rw-r--r--Mailman/handlers/decorate.py2
-rw-r--r--Mailman/handlers/file_recipients.py2
-rw-r--r--Mailman/handlers/mime_delete.py2
-rw-r--r--Mailman/handlers/moderate.py2
-rw-r--r--Mailman/handlers/owner_recipients.py2
-rw-r--r--Mailman/handlers/replybot.py2
-rw-r--r--Mailman/handlers/smtp_direct.py2
-rw-r--r--Mailman/handlers/tagger.py2
-rw-r--r--Mailman/handlers/to_archive.py2
-rw-r--r--Mailman/handlers/to_digest.py2
-rw-r--r--Mailman/handlers/to_outgoing.py2
-rw-r--r--Mailman/handlers/to_usenet.py2
-rw-r--r--Mailman/htmlformat.py2
-rw-r--r--Mailman/i18n.py2
-rw-r--r--Mailman/initialize.py2
-rw-r--r--Mailman/interact.py2
-rw-r--r--Mailman/interfaces/__init__.py2
-rw-r--r--Mailman/interfaces/address.py2
-rw-r--r--Mailman/interfaces/chain.py2
-rw-r--r--Mailman/interfaces/database.py2
-rw-r--r--Mailman/interfaces/domain.py2
-rw-r--r--Mailman/interfaces/languages.py2
-rw-r--r--Mailman/interfaces/listmanager.py2
-rw-r--r--Mailman/interfaces/mailinglist.py2
-rw-r--r--Mailman/interfaces/member.py2
-rw-r--r--Mailman/interfaces/messages.py2
-rw-r--r--Mailman/interfaces/mlistrequest.py2
-rw-r--r--Mailman/interfaces/pending.py2
-rw-r--r--Mailman/interfaces/permissions.py2
-rw-r--r--Mailman/interfaces/preferences.py2
-rw-r--r--Mailman/interfaces/registrar.py2
-rw-r--r--Mailman/interfaces/requests.py2
-rw-r--r--Mailman/interfaces/roster.py2
-rw-r--r--Mailman/interfaces/rules.py2
-rw-r--r--Mailman/interfaces/runner.py2
-rw-r--r--Mailman/interfaces/styles.py2
-rw-r--r--Mailman/interfaces/switchboard.py2
-rw-r--r--Mailman/interfaces/user.py2
-rw-r--r--Mailman/interfaces/usermanager.py2
-rw-r--r--Mailman/languages.py2
-rw-r--r--Mailman/loginit.py2
-rw-r--r--Mailman/passwords.py2
-rw-r--r--Mailman/queue/__init__.py2
-rw-r--r--Mailman/queue/archive.py2
-rw-r--r--Mailman/queue/bounce.py2
-rw-r--r--Mailman/queue/command.py2
-rw-r--r--Mailman/queue/http.py2
-rw-r--r--Mailman/queue/lmtp.py2
-rw-r--r--Mailman/queue/maildir.py2
-rw-r--r--Mailman/queue/news.py2
-rw-r--r--Mailman/queue/outgoing.py2
-rw-r--r--Mailman/queue/retry.py2
-rw-r--r--Mailman/queue/virgin.py2
-rw-r--r--Mailman/rules/__init__.py2
-rw-r--r--Mailman/tests/test_bounces.py2
-rw-r--r--Mailman/tests/test_documentation.py2
-rw-r--r--Mailman/tests/test_membership.py2
-rw-r--r--Mailman/tests/test_passwords.py2
-rw-r--r--Mailman/tests/test_safedict.py2
-rw-r--r--Mailman/tests/test_security_mgr.py2
220 files changed, 220 insertions, 220 deletions
diff --git a/Mailman/Archiver/Archiver.py b/Mailman/Archiver/Archiver.py
index 4dd63b438..3ffa11972 100644
--- a/Mailman/Archiver/Archiver.py
+++ b/Mailman/Archiver/Archiver.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py
index 97d608993..0d81d2652 100644
--- a/Mailman/Archiver/HyperArch.py
+++ b/Mailman/Archiver/HyperArch.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Archiver/HyperDatabase.py b/Mailman/Archiver/HyperDatabase.py
index b1d0ec25b..147e9a57e 100644
--- a/Mailman/Archiver/HyperDatabase.py
+++ b/Mailman/Archiver/HyperDatabase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Archiver/__init__.py b/Mailman/Archiver/__init__.py
index 9d99d45f4..06f6428b1 100644
--- a/Mailman/Archiver/__init__.py
+++ b/Mailman/Archiver/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncer.py b/Mailman/Bouncer.py
index 5aa72f3ce..b576cd210 100644
--- a/Mailman/Bouncer.py
+++ b/Mailman/Bouncer.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/BouncerAPI.py b/Mailman/Bouncers/BouncerAPI.py
index 0d45e10cb..b470bbcda 100644
--- a/Mailman/Bouncers/BouncerAPI.py
+++ b/Mailman/Bouncers/BouncerAPI.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/Caiwireless.py b/Mailman/Bouncers/Caiwireless.py
index 663c1fd8d..2c3d4cda4 100644
--- a/Mailman/Bouncers/Caiwireless.py
+++ b/Mailman/Bouncers/Caiwireless.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/Compuserve.py b/Mailman/Bouncers/Compuserve.py
index 27c564ef2..afe0edfbc 100644
--- a/Mailman/Bouncers/Compuserve.py
+++ b/Mailman/Bouncers/Compuserve.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/DSN.py b/Mailman/Bouncers/DSN.py
index a397f5c76..cc458608c 100644
--- a/Mailman/Bouncers/DSN.py
+++ b/Mailman/Bouncers/DSN.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/Exchange.py b/Mailman/Bouncers/Exchange.py
index 343ed6ae9..591afd146 100644
--- a/Mailman/Bouncers/Exchange.py
+++ b/Mailman/Bouncers/Exchange.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Bouncers/Exim.py b/Mailman/Bouncers/Exim.py
index 55c9fe522..325ebd771 100644
--- a/Mailman/Bouncers/Exim.py
+++ b/Mailman/Bouncers/Exim.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/GroupWise.py b/Mailman/Bouncers/GroupWise.py
index 631150260..2a9a7d8f9 100644
--- a/Mailman/Bouncers/GroupWise.py
+++ b/Mailman/Bouncers/GroupWise.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/LLNL.py b/Mailman/Bouncers/LLNL.py
index 085aede81..6fecf9b73 100644
--- a/Mailman/Bouncers/LLNL.py
+++ b/Mailman/Bouncers/LLNL.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Bouncers/Microsoft.py b/Mailman/Bouncers/Microsoft.py
index d72d75436..37becf42d 100644
--- a/Mailman/Bouncers/Microsoft.py
+++ b/Mailman/Bouncers/Microsoft.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/Netscape.py b/Mailman/Bouncers/Netscape.py
index 51fac585d..80df31d6b 100644
--- a/Mailman/Bouncers/Netscape.py
+++ b/Mailman/Bouncers/Netscape.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/Postfix.py b/Mailman/Bouncers/Postfix.py
index 9c39765a8..3c250e95e 100644
--- a/Mailman/Bouncers/Postfix.py
+++ b/Mailman/Bouncers/Postfix.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/Qmail.py b/Mailman/Bouncers/Qmail.py
index 3f4adf4c4..b6eddd4fa 100644
--- a/Mailman/Bouncers/Qmail.py
+++ b/Mailman/Bouncers/Qmail.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/SMTP32.py b/Mailman/Bouncers/SMTP32.py
index f2397b247..f3ee26a00 100644
--- a/Mailman/Bouncers/SMTP32.py
+++ b/Mailman/Bouncers/SMTP32.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/SimpleMatch.py b/Mailman/Bouncers/SimpleMatch.py
index 2e9c23b13..91e344662 100644
--- a/Mailman/Bouncers/SimpleMatch.py
+++ b/Mailman/Bouncers/SimpleMatch.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/SimpleWarning.py b/Mailman/Bouncers/SimpleWarning.py
index 60d6eec93..58f59e7e3 100644
--- a/Mailman/Bouncers/SimpleWarning.py
+++ b/Mailman/Bouncers/SimpleWarning.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Bouncers/Sina.py b/Mailman/Bouncers/Sina.py
index 15c1b8f4a..1de241880 100644
--- a/Mailman/Bouncers/Sina.py
+++ b/Mailman/Bouncers/Sina.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Bouncers/Yahoo.py b/Mailman/Bouncers/Yahoo.py
index 3e19cb08c..1194c163d 100644
--- a/Mailman/Bouncers/Yahoo.py
+++ b/Mailman/Bouncers/Yahoo.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Bouncers/Yale.py b/Mailman/Bouncers/Yale.py
index 4c1e969dd..bd76dd081 100644
--- a/Mailman/Bouncers/Yale.py
+++ b/Mailman/Bouncers/Yale.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2008 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/Cgi/Auth.py b/Mailman/Cgi/Auth.py
index 37bb81b13..65a6dcfa3 100644
--- a/Mailman/Cgi/Auth.py
+++ b/Mailman/Cgi/Auth.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Cgi/admin.py b/Mailman/Cgi/admin.py
index 069bb6b31..9516564a2 100644
--- a/Mailman/Cgi/admin.py
+++ b/Mailman/Cgi/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Cgi/admindb.py b/Mailman/Cgi/admindb.py
index 5764f03a0..4791c485f 100644
--- a/Mailman/Cgi/admindb.py
+++ b/Mailman/Cgi/admindb.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Cgi/confirm.py b/Mailman/Cgi/confirm.py
index e9a3355d8..00202da43 100644
--- a/Mailman/Cgi/confirm.py
+++ b/Mailman/Cgi/confirm.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Cgi/create.py b/Mailman/Cgi/create.py
index f98a13aba..c2b8b710d 100644
--- a/Mailman/Cgi/create.py
+++ b/Mailman/Cgi/create.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py
index bac719b6d..ab94e1a66 100644
--- a/Mailman/Cgi/edithtml.py
+++ b/Mailman/Cgi/edithtml.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py
index 9861e2496..12f63c0af 100644
--- a/Mailman/Cgi/listinfo.py
+++ b/Mailman/Cgi/listinfo.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Cgi/options.py b/Mailman/Cgi/options.py
index 8048aeb73..5076b0154 100644
--- a/Mailman/Cgi/options.py
+++ b/Mailman/Cgi/options.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Cgi/private.py b/Mailman/Cgi/private.py
index 5a82b38b4..5bd1a0458 100644
--- a/Mailman/Cgi/private.py
+++ b/Mailman/Cgi/private.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Cgi/rmlist.py b/Mailman/Cgi/rmlist.py
index 534d06131..ac6fe3800 100644
--- a/Mailman/Cgi/rmlist.py
+++ b/Mailman/Cgi/rmlist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Cgi/roster.py b/Mailman/Cgi/roster.py
index 4eb3174cd..42c93d333 100644
--- a/Mailman/Cgi/roster.py
+++ b/Mailman/Cgi/roster.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Cgi/subscribe.py b/Mailman/Cgi/subscribe.py
index cd4c2373b..5aa5b828b 100644
--- a/Mailman/Cgi/subscribe.py
+++ b/Mailman/Cgi/subscribe.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Cgi/wsgi_app.py b/Mailman/Cgi/wsgi_app.py
index 539fb3b2f..7c0d01b5e 100644
--- a/Mailman/Cgi/wsgi_app.py
+++ b/Mailman/Cgi/wsgi_app.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/Commands/__init__.py b/Mailman/Commands/__init__.py
index d016ddbad..d21ac15c6 100644
--- a/Mailman/Commands/__init__.py
+++ b/Mailman/Commands/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Commands/cmd_confirm.py b/Mailman/Commands/cmd_confirm.py
index 49aa85267..fc074c3a8 100644
--- a/Mailman/Commands/cmd_confirm.py
+++ b/Mailman/Commands/cmd_confirm.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_echo.py b/Mailman/Commands/cmd_echo.py
index d947df35b..4a85b2070 100644
--- a/Mailman/Commands/cmd_echo.py
+++ b/Mailman/Commands/cmd_echo.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_end.py b/Mailman/Commands/cmd_end.py
index 79271cd28..cdb067e37 100644
--- a/Mailman/Commands/cmd_end.py
+++ b/Mailman/Commands/cmd_end.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_help.py b/Mailman/Commands/cmd_help.py
index 1afe25697..77d95721c 100644
--- a/Mailman/Commands/cmd_help.py
+++ b/Mailman/Commands/cmd_help.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_info.py b/Mailman/Commands/cmd_info.py
index cb7834292..4c212acdc 100644
--- a/Mailman/Commands/cmd_info.py
+++ b/Mailman/Commands/cmd_info.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_join.py b/Mailman/Commands/cmd_join.py
index 074c1d551..cb3a7566b 100644
--- a/Mailman/Commands/cmd_join.py
+++ b/Mailman/Commands/cmd_join.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_leave.py b/Mailman/Commands/cmd_leave.py
index a95101931..cb72572ef 100644
--- a/Mailman/Commands/cmd_leave.py
+++ b/Mailman/Commands/cmd_leave.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_lists.py b/Mailman/Commands/cmd_lists.py
index f7c6365e3..3373b455a 100644
--- a/Mailman/Commands/cmd_lists.py
+++ b/Mailman/Commands/cmd_lists.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_password.py b/Mailman/Commands/cmd_password.py
index ff9ae8762..47ce276ce 100644
--- a/Mailman/Commands/cmd_password.py
+++ b/Mailman/Commands/cmd_password.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_remove.py b/Mailman/Commands/cmd_remove.py
index 3522a7c96..f164d3d0d 100644
--- a/Mailman/Commands/cmd_remove.py
+++ b/Mailman/Commands/cmd_remove.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_set.py b/Mailman/Commands/cmd_set.py
index dc53be243..e9416ab43 100644
--- a/Mailman/Commands/cmd_set.py
+++ b/Mailman/Commands/cmd_set.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_stop.py b/Mailman/Commands/cmd_stop.py
index 88fe45a2a..7239cd80f 100644
--- a/Mailman/Commands/cmd_stop.py
+++ b/Mailman/Commands/cmd_stop.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_subscribe.py b/Mailman/Commands/cmd_subscribe.py
index 103e39f1c..92d0ac616 100644
--- a/Mailman/Commands/cmd_subscribe.py
+++ b/Mailman/Commands/cmd_subscribe.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_unsubscribe.py b/Mailman/Commands/cmd_unsubscribe.py
index c569349fe..870bfb41f 100644
--- a/Mailman/Commands/cmd_unsubscribe.py
+++ b/Mailman/Commands/cmd_unsubscribe.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Commands/cmd_who.py b/Mailman/Commands/cmd_who.py
index ecd1786d8..6f7436346 100644
--- a/Mailman/Commands/cmd_who.py
+++ b/Mailman/Commands/cmd_who.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Defaults.py b/Mailman/Defaults.py
index e37545e52..d9d1ea717 100644
--- a/Mailman/Defaults.py
+++ b/Mailman/Defaults.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Deliverer.py b/Mailman/Deliverer.py
index e543f5793..033628f1e 100644
--- a/Mailman/Deliverer.py
+++ b/Mailman/Deliverer.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Digester.py b/Mailman/Digester.py
index c0878ecc7..e5ec58061 100644
--- a/Mailman/Digester.py
+++ b/Mailman/Digester.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Errors.py b/Mailman/Errors.py
index 99065ddbe..c0d5ced72 100644
--- a/Mailman/Errors.py
+++ b/Mailman/Errors.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Gui/Archive.py b/Mailman/Gui/Archive.py
index 6d90484ae..02bc2af57 100644
--- a/Mailman/Gui/Archive.py
+++ b/Mailman/Gui/Archive.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/Autoresponse.py b/Mailman/Gui/Autoresponse.py
index d35878f6b..f4966a281 100644
--- a/Mailman/Gui/Autoresponse.py
+++ b/Mailman/Gui/Autoresponse.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/Bounce.py b/Mailman/Gui/Bounce.py
index 0dd4bbd0d..39629617a 100644
--- a/Mailman/Gui/Bounce.py
+++ b/Mailman/Gui/Bounce.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/ContentFilter.py b/Mailman/Gui/ContentFilter.py
index 8edc0bcb1..d98f06e25 100644
--- a/Mailman/Gui/ContentFilter.py
+++ b/Mailman/Gui/ContentFilter.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Gui/Digest.py b/Mailman/Gui/Digest.py
index 0528a267f..b496a3745 100644
--- a/Mailman/Gui/Digest.py
+++ b/Mailman/Gui/Digest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Gui/GUIBase.py b/Mailman/Gui/GUIBase.py
index 2083fa8f7..2fa89b1d5 100644
--- a/Mailman/Gui/GUIBase.py
+++ b/Mailman/Gui/GUIBase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/Gui/General.py b/Mailman/Gui/General.py
index 6dde9045e..219603dcc 100644
--- a/Mailman/Gui/General.py
+++ b/Mailman/Gui/General.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/Language.py b/Mailman/Gui/Language.py
index 4c31447bd..5c71aa74f 100644
--- a/Mailman/Gui/Language.py
+++ b/Mailman/Gui/Language.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/Membership.py b/Mailman/Gui/Membership.py
index b25101b21..d0843473b 100644
--- a/Mailman/Gui/Membership.py
+++ b/Mailman/Gui/Membership.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py
index a89300ab6..aa0ce349b 100644
--- a/Mailman/Gui/NonDigest.py
+++ b/Mailman/Gui/NonDigest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/Passwords.py b/Mailman/Gui/Passwords.py
index e7d79428f..ecded2751 100644
--- a/Mailman/Gui/Passwords.py
+++ b/Mailman/Gui/Passwords.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/Privacy.py b/Mailman/Gui/Privacy.py
index 3d218a2df..4b5c3cca2 100644
--- a/Mailman/Gui/Privacy.py
+++ b/Mailman/Gui/Privacy.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/Topics.py b/Mailman/Gui/Topics.py
index 731460a10..ab1092785 100644
--- a/Mailman/Gui/Topics.py
+++ b/Mailman/Gui/Topics.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/Usenet.py b/Mailman/Gui/Usenet.py
index 0463fb3b2..ff853ac5a 100644
--- a/Mailman/Gui/Usenet.py
+++ b/Mailman/Gui/Usenet.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Gui/__init__.py b/Mailman/Gui/__init__.py
index cb2a07201..516011ad4 100644
--- a/Mailman/Gui/__init__.py
+++ b/Mailman/Gui/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/HTMLFormatter.py b/Mailman/HTMLFormatter.py
index 8fa650ed7..ed15a305d 100644
--- a/Mailman/HTMLFormatter.py
+++ b/Mailman/HTMLFormatter.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/MTA/Manual.py b/Mailman/MTA/Manual.py
index 0d9a4bca7..6597f1ea0 100644
--- a/Mailman/MTA/Manual.py
+++ b/Mailman/MTA/Manual.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/MTA/Postfix.py b/Mailman/MTA/Postfix.py
index c8ee211ea..72adec9f2 100644
--- a/Mailman/MTA/Postfix.py
+++ b/Mailman/MTA/Postfix.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/MTA/Utils.py b/Mailman/MTA/Utils.py
index 8aa95bd31..b46e649a5 100644
--- a/Mailman/MTA/Utils.py
+++ b/Mailman/MTA/Utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/MailList.py b/Mailman/MailList.py
index 335d82581..3f16fbaaa 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Mailbox.py b/Mailman/Mailbox.py
index 9b3474c2b..ce8a0673a 100644
--- a/Mailman/Mailbox.py
+++ b/Mailman/Mailbox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Message.py b/Mailman/Message.py
index a9256dc90..ea1d1b1bf 100644
--- a/Mailman/Message.py
+++ b/Mailman/Message.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/SafeDict.py b/Mailman/SafeDict.py
index 2ddbc3dc5..56525fefa 100644
--- a/Mailman/SafeDict.py
+++ b/Mailman/SafeDict.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/SecurityManager.py b/Mailman/SecurityManager.py
index 17cb870cb..1132641bc 100644
--- a/Mailman/SecurityManager.py
+++ b/Mailman/SecurityManager.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/UserDesc.py b/Mailman/UserDesc.py
index 3d8f961f6..719f10302 100644
--- a/Mailman/UserDesc.py
+++ b/Mailman/UserDesc.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/Utils.py b/Mailman/Utils.py
index 1be02e87a..1d29f81fb 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/Version.py b/Mailman/Version.py
index e81214611..1dceb2687 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/app/bounces.py b/Mailman/app/bounces.py
index 3f38cbf67..4786cc52e 100644
--- a/Mailman/app/bounces.py
+++ b/Mailman/app/bounces.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/app/lifecycle.py b/Mailman/app/lifecycle.py
index 251ded2b8..25e0a1384 100644
--- a/Mailman/app/lifecycle.py
+++ b/Mailman/app/lifecycle.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/app/membership.py b/Mailman/app/membership.py
index 030cc6006..6d2583098 100644
--- a/Mailman/app/membership.py
+++ b/Mailman/app/membership.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/app/moderator.py b/Mailman/app/moderator.py
index 29577a130..926c52a2d 100644
--- a/Mailman/app/moderator.py
+++ b/Mailman/app/moderator.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/app/plugins.py b/Mailman/app/plugins.py
index d086bd037..471ea49a7 100644
--- a/Mailman/app/plugins.py
+++ b/Mailman/app/plugins.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/app/registrar.py b/Mailman/app/registrar.py
index b3aca9c0b..3c089966b 100644
--- a/Mailman/app/registrar.py
+++ b/Mailman/app/registrar.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/app/replybot.py b/Mailman/app/replybot.py
index 62d442e82..81de0a10d 100644
--- a/Mailman/app/replybot.py
+++ b/Mailman/app/replybot.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/app/rules.py b/Mailman/app/rules.py
index 50bb8d281..11188b5d7 100644
--- a/Mailman/app/rules.py
+++ b/Mailman/app/rules.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/app/styles.py b/Mailman/app/styles.py
index 1c978363e..93a424f34 100644
--- a/Mailman/app/styles.py
+++ b/Mailman/app/styles.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/bin/__init__.py b/Mailman/bin/__init__.py
index af8e5a50b..4b94e05b0 100644
--- a/Mailman/bin/__init__.py
+++ b/Mailman/bin/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/bin/add_members.py b/Mailman/bin/add_members.py
index 7a3a381c8..70c6358a9 100644
--- a/Mailman/bin/add_members.py
+++ b/Mailman/bin/add_members.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/arch.py b/Mailman/bin/arch.py
index dd65071cc..14f3b576f 100644
--- a/Mailman/bin/arch.py
+++ b/Mailman/bin/arch.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/bounces.py b/Mailman/bin/bounces.py
index f8faad518..3e6ea7322 100644
--- a/Mailman/bin/bounces.py
+++ b/Mailman/bin/bounces.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/bumpdigests.py b/Mailman/bin/bumpdigests.py
index 94a010950..4345c25a6 100644
--- a/Mailman/bin/bumpdigests.py
+++ b/Mailman/bin/bumpdigests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/change_pw.py b/Mailman/bin/change_pw.py
index 9c89ef5cd..8e1c633bf 100644
--- a/Mailman/bin/change_pw.py
+++ b/Mailman/bin/change_pw.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/check_perms.py b/Mailman/bin/check_perms.py
index 3cdbaca5e..128a86cec 100755..100644
--- a/Mailman/bin/check_perms.py
+++ b/Mailman/bin/check_perms.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/checkdbs.py b/Mailman/bin/checkdbs.py
index aab9a7c34..184c30946 100755..100644
--- a/Mailman/bin/checkdbs.py
+++ b/Mailman/bin/checkdbs.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/cleanarch.py b/Mailman/bin/cleanarch.py
index cda9ad112..e4b95950f 100644
--- a/Mailman/bin/cleanarch.py
+++ b/Mailman/bin/cleanarch.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/config_list.py b/Mailman/bin/config_list.py
index f6b5fdac1..b3f420c80 100644
--- a/Mailman/bin/config_list.py
+++ b/Mailman/bin/config_list.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/confirm.py b/Mailman/bin/confirm.py
index 5b22bf71a..170b92300 100644
--- a/Mailman/bin/confirm.py
+++ b/Mailman/bin/confirm.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/bin/disabled.py b/Mailman/bin/disabled.py
index 81916e7d9..ac2f158f6 100644
--- a/Mailman/bin/disabled.py
+++ b/Mailman/bin/disabled.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/dumpdb.py b/Mailman/bin/dumpdb.py
index 14a9fbceb..0b69b868f 100644
--- a/Mailman/bin/dumpdb.py
+++ b/Mailman/bin/dumpdb.py
@@ -1,6 +1,6 @@
#! @PYTHON@
#
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/export.py b/Mailman/bin/export.py
index 42b5a17b0..fe43d6811 100644
--- a/Mailman/bin/export.py
+++ b/Mailman/bin/export.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/bin/find_member.py b/Mailman/bin/find_member.py
index 187345bfe..4dae2e5f9 100644
--- a/Mailman/bin/find_member.py
+++ b/Mailman/bin/find_member.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/gate_news.py b/Mailman/bin/gate_news.py
index e0c1d981a..16e8b16bb 100644
--- a/Mailman/bin/gate_news.py
+++ b/Mailman/bin/gate_news.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/genaliases.py b/Mailman/bin/genaliases.py
index 99a4234d4..cf810905c 100644
--- a/Mailman/bin/genaliases.py
+++ b/Mailman/bin/genaliases.py
@@ -1,6 +1,6 @@
#! @PYTHON@
#
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/import.py b/Mailman/bin/import.py
index a9b56ad46..0d49963bd 100644
--- a/Mailman/bin/import.py
+++ b/Mailman/bin/import.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/bin/inject.py b/Mailman/bin/inject.py
index 729038118..a3b4a372e 100644
--- a/Mailman/bin/inject.py
+++ b/Mailman/bin/inject.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/bin/join.py b/Mailman/bin/join.py
index 30813dc85..329037c10 100644
--- a/Mailman/bin/join.py
+++ b/Mailman/bin/join.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/leave.py b/Mailman/bin/leave.py
index fb6e23f68..d9091cee4 100644
--- a/Mailman/bin/leave.py
+++ b/Mailman/bin/leave.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/list_lists.py b/Mailman/bin/list_lists.py
index 54c2f5534..438461042 100644
--- a/Mailman/bin/list_lists.py
+++ b/Mailman/bin/list_lists.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/list_members.py b/Mailman/bin/list_members.py
index 2784bcd6d..6738157e4 100644
--- a/Mailman/bin/list_members.py
+++ b/Mailman/bin/list_members.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/list_owners.py b/Mailman/bin/list_owners.py
index 84ebaa089..fe273a000 100644
--- a/Mailman/bin/list_owners.py
+++ b/Mailman/bin/list_owners.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/bin/mailmanctl.py b/Mailman/bin/mailmanctl.py
index d07bb40b0..40e7e7beb 100644
--- a/Mailman/bin/mailmanctl.py
+++ b/Mailman/bin/mailmanctl.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/make_instance.py b/Mailman/bin/make_instance.py
index 424b7f38a..82a54a9d1 100644
--- a/Mailman/bin/make_instance.py
+++ b/Mailman/bin/make_instance.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/bin/mmsitepass.py b/Mailman/bin/mmsitepass.py
index c8b0d27ec..2d95b5d63 100644
--- a/Mailman/bin/mmsitepass.py
+++ b/Mailman/bin/mmsitepass.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/newlist.py b/Mailman/bin/newlist.py
index 5de48e858..7bafc4430 100644
--- a/Mailman/bin/newlist.py
+++ b/Mailman/bin/newlist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/nightly_gzip.py b/Mailman/bin/nightly_gzip.py
index efd054293..729fdf3ad 100644
--- a/Mailman/bin/nightly_gzip.py
+++ b/Mailman/bin/nightly_gzip.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/owner.py b/Mailman/bin/owner.py
index 183640773..cd3aea6ae 100644
--- a/Mailman/bin/owner.py
+++ b/Mailman/bin/owner.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/post.py b/Mailman/bin/post.py
index d1c1204df..0ca392ad5 100644
--- a/Mailman/bin/post.py
+++ b/Mailman/bin/post.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/qrunner.py b/Mailman/bin/qrunner.py
index 192069f39..d62ad3a24 100644
--- a/Mailman/bin/qrunner.py
+++ b/Mailman/bin/qrunner.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/request.py b/Mailman/bin/request.py
index 6ced2a871..1b1e3c6c8 100644
--- a/Mailman/bin/request.py
+++ b/Mailman/bin/request.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/rmlist.py b/Mailman/bin/rmlist.py
index 645e604f5..b6110507b 100644
--- a/Mailman/bin/rmlist.py
+++ b/Mailman/bin/rmlist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/senddigests.py b/Mailman/bin/senddigests.py
index 7a5b0ae02..4b0d3b3bd 100644
--- a/Mailman/bin/senddigests.py
+++ b/Mailman/bin/senddigests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/set_members.py b/Mailman/bin/set_members.py
index dc3211966..334287fcc 100644
--- a/Mailman/bin/set_members.py
+++ b/Mailman/bin/set_members.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/bin/show_config.py b/Mailman/bin/show_config.py
index 4d1124f1b..3b6e21591 100644
--- a/Mailman/bin/show_config.py
+++ b/Mailman/bin/show_config.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/bin/show_qfiles.py b/Mailman/bin/show_qfiles.py
index 337f74131..a532f77dc 100644
--- a/Mailman/bin/show_qfiles.py
+++ b/Mailman/bin/show_qfiles.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/bin/testall.py b/Mailman/bin/testall.py
index 81735d024..b722e427c 100644
--- a/Mailman/bin/testall.py
+++ b/Mailman/bin/testall.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/bin/unshunt.py b/Mailman/bin/unshunt.py
index a910ad7e2..b4352694a 100644
--- a/Mailman/bin/unshunt.py
+++ b/Mailman/bin/unshunt.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/bin/update.py b/Mailman/bin/update.py
index 379a5a1b5..5ab165fad 100644
--- a/Mailman/bin/update.py
+++ b/Mailman/bin/update.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/version.py b/Mailman/bin/version.py
index 7d67a717c..c50de1b2b 100644
--- a/Mailman/bin/version.py
+++ b/Mailman/bin/version.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/bin/withlist.py b/Mailman/bin/withlist.py
index dc820eb90..03cc4be59 100644
--- a/Mailman/bin/withlist.py
+++ b/Mailman/bin/withlist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/configuration.py b/Mailman/configuration.py
index 5fc359578..7ed2f8a6f 100644
--- a/Mailman/configuration.py
+++ b/Mailman/configuration.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/constants.py b/Mailman/constants.py
index 47455b3c4..d196ace92 100644
--- a/Mailman/constants.py
+++ b/Mailman/constants.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/database/__init__.py b/Mailman/database/__init__.py
index d332254c6..f6fda8494 100644
--- a/Mailman/database/__init__.py
+++ b/Mailman/database/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/database/address.py b/Mailman/database/address.py
index a67fe41dc..81aaff3a7 100644
--- a/Mailman/database/address.py
+++ b/Mailman/database/address.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/database/language.py b/Mailman/database/language.py
index a5229ab6a..b23393fe6 100644
--- a/Mailman/database/language.py
+++ b/Mailman/database/language.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/database/listmanager.py b/Mailman/database/listmanager.py
index 01720b37c..a79cbf565 100644
--- a/Mailman/database/listmanager.py
+++ b/Mailman/database/listmanager.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/mailinglist.py b/Mailman/database/mailinglist.py
index b3eb56003..329f9cf63 100644
--- a/Mailman/database/mailinglist.py
+++ b/Mailman/database/mailinglist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/database/member.py b/Mailman/database/member.py
index b24688423..aaeec2a51 100644
--- a/Mailman/database/member.py
+++ b/Mailman/database/member.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/message.py b/Mailman/database/message.py
index 01e71b0c0..de8b9c794 100644
--- a/Mailman/database/message.py
+++ b/Mailman/database/message.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/messagestore.py b/Mailman/database/messagestore.py
index 57c0042e8..6e0bf57c5 100644
--- a/Mailman/database/messagestore.py
+++ b/Mailman/database/messagestore.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/model.py b/Mailman/database/model.py
index d0cc8b6e8..88faf2344 100644
--- a/Mailman/database/model.py
+++ b/Mailman/database/model.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/database/pending.py b/Mailman/database/pending.py
index c3f54c814..667230cf1 100644
--- a/Mailman/database/pending.py
+++ b/Mailman/database/pending.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/preferences.py b/Mailman/database/preferences.py
index 726856f74..90e7e39c3 100644
--- a/Mailman/database/preferences.py
+++ b/Mailman/database/preferences.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/database/requests.py b/Mailman/database/requests.py
index d86960f1d..75036283d 100644
--- a/Mailman/database/requests.py
+++ b/Mailman/database/requests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/roster.py b/Mailman/database/roster.py
index 9bd97316f..1eb500c7a 100644
--- a/Mailman/database/roster.py
+++ b/Mailman/database/roster.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/txnsupport.py b/Mailman/database/txnsupport.py
index af905005b..ac9d8f2a2 100644
--- a/Mailman/database/txnsupport.py
+++ b/Mailman/database/txnsupport.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/database/types.py b/Mailman/database/types.py
index ec886699d..acb586849 100644
--- a/Mailman/database/types.py
+++ b/Mailman/database/types.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/user.py b/Mailman/database/user.py
index 3ca320f36..d9c87ada0 100644
--- a/Mailman/database/user.py
+++ b/Mailman/database/user.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/usermanager.py b/Mailman/database/usermanager.py
index 19024d06c..d5b7003dc 100644
--- a/Mailman/database/usermanager.py
+++ b/Mailman/database/usermanager.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/database/version.py b/Mailman/database/version.py
index a9aaeb45d..826490bba 100644
--- a/Mailman/database/version.py
+++ b/Mailman/database/version.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/handlers/acknowledge.py b/Mailman/handlers/acknowledge.py
index 078c3ac92..cf8e3d338 100644
--- a/Mailman/handlers/acknowledge.py
+++ b/Mailman/handlers/acknowledge.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/handlers/after_delivery.py b/Mailman/handlers/after_delivery.py
index 16caf5773..512b83249 100644
--- a/Mailman/handlers/after_delivery.py
+++ b/Mailman/handlers/after_delivery.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/handlers/avoid_duplicates.py b/Mailman/handlers/avoid_duplicates.py
index a652906a9..2c52a7781 100644
--- a/Mailman/handlers/avoid_duplicates.py
+++ b/Mailman/handlers/avoid_duplicates.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/handlers/calculate_recipients.py b/Mailman/handlers/calculate_recipients.py
index ebaf941c9..5cc552c25 100644
--- a/Mailman/handlers/calculate_recipients.py
+++ b/Mailman/handlers/calculate_recipients.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/handlers/cleanse_dkim.py b/Mailman/handlers/cleanse_dkim.py
index 9dee4fcb0..f35350acc 100644
--- a/Mailman/handlers/cleanse_dkim.py
+++ b/Mailman/handlers/cleanse_dkim.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/handlers/decorate.py b/Mailman/handlers/decorate.py
index 6891fed8d..f4b6551e3 100644
--- a/Mailman/handlers/decorate.py
+++ b/Mailman/handlers/decorate.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/handlers/file_recipients.py b/Mailman/handlers/file_recipients.py
index 8ce07b432..0bee969f6 100644
--- a/Mailman/handlers/file_recipients.py
+++ b/Mailman/handlers/file_recipients.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/handlers/mime_delete.py b/Mailman/handlers/mime_delete.py
index 93349cb23..f8a9f4ddd 100644
--- a/Mailman/handlers/mime_delete.py
+++ b/Mailman/handlers/mime_delete.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/handlers/moderate.py b/Mailman/handlers/moderate.py
index 464215d25..fed77e6f9 100644
--- a/Mailman/handlers/moderate.py
+++ b/Mailman/handlers/moderate.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/handlers/owner_recipients.py b/Mailman/handlers/owner_recipients.py
index c70e17777..954036241 100644
--- a/Mailman/handlers/owner_recipients.py
+++ b/Mailman/handlers/owner_recipients.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/handlers/replybot.py b/Mailman/handlers/replybot.py
index 7017d9dd5..ec48097af 100644
--- a/Mailman/handlers/replybot.py
+++ b/Mailman/handlers/replybot.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/handlers/smtp_direct.py b/Mailman/handlers/smtp_direct.py
index 0037d676a..e3d4e7b8c 100644
--- a/Mailman/handlers/smtp_direct.py
+++ b/Mailman/handlers/smtp_direct.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/handlers/tagger.py b/Mailman/handlers/tagger.py
index 023148fd7..0a87d8407 100644
--- a/Mailman/handlers/tagger.py
+++ b/Mailman/handlers/tagger.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/handlers/to_archive.py b/Mailman/handlers/to_archive.py
index c65e86f60..e67513c84 100644
--- a/Mailman/handlers/to_archive.py
+++ b/Mailman/handlers/to_archive.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/handlers/to_digest.py b/Mailman/handlers/to_digest.py
index 7ae1b19fe..e142f1185 100644
--- a/Mailman/handlers/to_digest.py
+++ b/Mailman/handlers/to_digest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/handlers/to_outgoing.py b/Mailman/handlers/to_outgoing.py
index 9c8650a98..21ba8b0d5 100644
--- a/Mailman/handlers/to_outgoing.py
+++ b/Mailman/handlers/to_outgoing.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/handlers/to_usenet.py b/Mailman/handlers/to_usenet.py
index 09bb28bdd..f7edb2381 100644
--- a/Mailman/handlers/to_usenet.py
+++ b/Mailman/handlers/to_usenet.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/htmlformat.py b/Mailman/htmlformat.py
index 22d6922b9..fa3f4d1a4 100644
--- a/Mailman/htmlformat.py
+++ b/Mailman/htmlformat.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/i18n.py b/Mailman/i18n.py
index 4cae80fb3..58fe12c76 100644
--- a/Mailman/i18n.py
+++ b/Mailman/i18n.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2008 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/initialize.py b/Mailman/initialize.py
index 3577ebad6..9ab4949cd 100644
--- a/Mailman/initialize.py
+++ b/Mailman/initialize.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/interact.py b/Mailman/interact.py
index 91b9474bb..da1a6c10e 100644
--- a/Mailman/interact.py
+++ b/Mailman/interact.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/interfaces/__init__.py b/Mailman/interfaces/__init__.py
index 20dff7fdf..ee39aa5f2 100644
--- a/Mailman/interfaces/__init__.py
+++ b/Mailman/interfaces/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/address.py b/Mailman/interfaces/address.py
index 1e654a2fc..c843ce4eb 100644
--- a/Mailman/interfaces/address.py
+++ b/Mailman/interfaces/address.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/chain.py b/Mailman/interfaces/chain.py
index 04c0260c2..d504d257f 100644
--- a/Mailman/interfaces/chain.py
+++ b/Mailman/interfaces/chain.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/database.py b/Mailman/interfaces/database.py
index 372992952..8770839af 100644
--- a/Mailman/interfaces/database.py
+++ b/Mailman/interfaces/database.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/domain.py b/Mailman/interfaces/domain.py
index db72e95db..4cfec42cb 100644
--- a/Mailman/interfaces/domain.py
+++ b/Mailman/interfaces/domain.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/languages.py b/Mailman/interfaces/languages.py
index 84663cd89..a57a047de 100644
--- a/Mailman/interfaces/languages.py
+++ b/Mailman/interfaces/languages.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/listmanager.py b/Mailman/interfaces/listmanager.py
index 53cb0b4da..0a3b7043e 100644
--- a/Mailman/interfaces/listmanager.py
+++ b/Mailman/interfaces/listmanager.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/mailinglist.py b/Mailman/interfaces/mailinglist.py
index 2c828a43c..1d7501cac 100644
--- a/Mailman/interfaces/mailinglist.py
+++ b/Mailman/interfaces/mailinglist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/member.py b/Mailman/interfaces/member.py
index 8fc410a77..a2278020c 100644
--- a/Mailman/interfaces/member.py
+++ b/Mailman/interfaces/member.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/messages.py b/Mailman/interfaces/messages.py
index 3be811a3a..e65101a97 100644
--- a/Mailman/interfaces/messages.py
+++ b/Mailman/interfaces/messages.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/mlistrequest.py b/Mailman/interfaces/mlistrequest.py
index b9e1d4702..66d10024e 100644
--- a/Mailman/interfaces/mlistrequest.py
+++ b/Mailman/interfaces/mlistrequest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/pending.py b/Mailman/interfaces/pending.py
index 22d18a07c..64cc6eec2 100644
--- a/Mailman/interfaces/pending.py
+++ b/Mailman/interfaces/pending.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/permissions.py b/Mailman/interfaces/permissions.py
index c6c5e015a..24d5c3c30 100644
--- a/Mailman/interfaces/permissions.py
+++ b/Mailman/interfaces/permissions.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/preferences.py b/Mailman/interfaces/preferences.py
index 0809874e2..0d653ffd2 100644
--- a/Mailman/interfaces/preferences.py
+++ b/Mailman/interfaces/preferences.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/registrar.py b/Mailman/interfaces/registrar.py
index b86764cdd..bfa02e04d 100644
--- a/Mailman/interfaces/registrar.py
+++ b/Mailman/interfaces/registrar.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/requests.py b/Mailman/interfaces/requests.py
index b4b5902af..3d2e71c73 100644
--- a/Mailman/interfaces/requests.py
+++ b/Mailman/interfaces/requests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/roster.py b/Mailman/interfaces/roster.py
index 3b323d0b4..baf19ec1e 100644
--- a/Mailman/interfaces/roster.py
+++ b/Mailman/interfaces/roster.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/rules.py b/Mailman/interfaces/rules.py
index e92b354e1..916e29b25 100644
--- a/Mailman/interfaces/rules.py
+++ b/Mailman/interfaces/rules.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/runner.py b/Mailman/interfaces/runner.py
index 84da0a7e3..574fd8282 100644
--- a/Mailman/interfaces/runner.py
+++ b/Mailman/interfaces/runner.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/styles.py b/Mailman/interfaces/styles.py
index aa139fde8..49084ecbf 100644
--- a/Mailman/interfaces/styles.py
+++ b/Mailman/interfaces/styles.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/switchboard.py b/Mailman/interfaces/switchboard.py
index 3a54359c2..64507b122 100644
--- a/Mailman/interfaces/switchboard.py
+++ b/Mailman/interfaces/switchboard.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/user.py b/Mailman/interfaces/user.py
index f7647597d..25703bd17 100644
--- a/Mailman/interfaces/user.py
+++ b/Mailman/interfaces/user.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/interfaces/usermanager.py b/Mailman/interfaces/usermanager.py
index f201b3591..a2f912e60 100644
--- a/Mailman/interfaces/usermanager.py
+++ b/Mailman/interfaces/usermanager.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/languages.py b/Mailman/languages.py
index b97069c93..03bbd8578 100644
--- a/Mailman/languages.py
+++ b/Mailman/languages.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/loginit.py b/Mailman/loginit.py
index c3b3aac05..0c5439d9d 100644
--- a/Mailman/loginit.py
+++ b/Mailman/loginit.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/passwords.py b/Mailman/passwords.py
index 9e7c5615c..506868dd2 100644
--- a/Mailman/passwords.py
+++ b/Mailman/passwords.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/queue/__init__.py b/Mailman/queue/__init__.py
index 6a1873d60..358eb7695 100644
--- a/Mailman/queue/__init__.py
+++ b/Mailman/queue/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/queue/archive.py b/Mailman/queue/archive.py
index 518a0a44c..bb977e72c 100644
--- a/Mailman/queue/archive.py
+++ b/Mailman/queue/archive.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2008 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/queue/bounce.py b/Mailman/queue/bounce.py
index 07fb3ab27..1ae1d3c91 100644
--- a/Mailman/queue/bounce.py
+++ b/Mailman/queue/bounce.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/queue/command.py b/Mailman/queue/command.py
index 8628411de..8217acad6 100644
--- a/Mailman/queue/command.py
+++ b/Mailman/queue/command.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/queue/http.py b/Mailman/queue/http.py
index 16614b1bd..6e219c1bd 100644
--- a/Mailman/queue/http.py
+++ b/Mailman/queue/http.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/queue/lmtp.py b/Mailman/queue/lmtp.py
index 0660f2e38..2b53b3c00 100644
--- a/Mailman/queue/lmtp.py
+++ b/Mailman/queue/lmtp.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 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/queue/maildir.py b/Mailman/queue/maildir.py
index d36adf6e9..f1d94a88e 100644
--- a/Mailman/queue/maildir.py
+++ b/Mailman/queue/maildir.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 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/queue/news.py b/Mailman/queue/news.py
index 14bb24173..e410c2ad1 100644
--- a/Mailman/queue/news.py
+++ b/Mailman/queue/news.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2008 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/queue/outgoing.py b/Mailman/queue/outgoing.py
index 8322766a4..09572ba9b 100644
--- a/Mailman/queue/outgoing.py
+++ b/Mailman/queue/outgoing.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2000-2008 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/queue/retry.py b/Mailman/queue/retry.py
index 35accf262..e8c8f79b1 100644
--- a/Mailman/queue/retry.py
+++ b/Mailman/queue/retry.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2003-2008 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/queue/virgin.py b/Mailman/queue/virgin.py
index e26c0f190..ccbf510e9 100644
--- a/Mailman/queue/virgin.py
+++ b/Mailman/queue/virgin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2008 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/rules/__init__.py b/Mailman/rules/__init__.py
index a78e9bd05..51e8c562f 100644
--- a/Mailman/rules/__init__.py
+++ b/Mailman/rules/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/tests/test_bounces.py b/Mailman/tests/test_bounces.py
index 1c3ee0326..623abc7e6 100644
--- a/Mailman/tests/test_bounces.py
+++ b/Mailman/tests/test_bounces.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/tests/test_documentation.py b/Mailman/tests/test_documentation.py
index ad00ba19c..d9a052d70 100644
--- a/Mailman/tests/test_documentation.py
+++ b/Mailman/tests/test_documentation.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/tests/test_membership.py b/Mailman/tests/test_membership.py
index ed43e40af..7e24d567d 100644
--- a/Mailman/tests/test_membership.py
+++ b/Mailman/tests/test_membership.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/tests/test_passwords.py b/Mailman/tests/test_passwords.py
index 8298c22f6..420138b17 100644
--- a/Mailman/tests/test_passwords.py
+++ b/Mailman/tests/test_passwords.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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/tests/test_safedict.py b/Mailman/tests/test_safedict.py
index 699fef5f6..e2c90292b 100644
--- a/Mailman/tests/test_safedict.py
+++ b/Mailman/tests/test_safedict.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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/tests/test_security_mgr.py b/Mailman/tests/test_security_mgr.py
index 4a9a6919e..45631db73 100644
--- a/Mailman/tests/test_security_mgr.py
+++ b/Mailman/tests/test_security_mgr.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 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