summaryrefslogtreecommitdiff
path: root/Mailman/bin
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/bin
parent36ebacf60b8fe78e20b9c18f6c08d73271922fc4 (diff)
downloadmailman-0478757a09b4173937d75103fa96444b6b085300.tar.gz
mailman-0478757a09b4173937d75103fa96444b6b085300.tar.zst
mailman-0478757a09b4173937d75103fa96444b6b085300.zip
Tweak copyright years.
Diffstat (limited to 'Mailman/bin')
-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
43 files changed, 43 insertions, 43 deletions
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