summaryrefslogtreecommitdiff
path: root/mailman/web
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/web')
-rw-r--r--mailman/web/Cgi/Auth.py2
-rw-r--r--mailman/web/Cgi/admin.py2
-rw-r--r--mailman/web/Cgi/admindb.py2
-rw-r--r--mailman/web/Cgi/confirm.py2
-rw-r--r--mailman/web/Cgi/create.py2
-rw-r--r--mailman/web/Cgi/edithtml.py2
-rw-r--r--mailman/web/Cgi/listinfo.py2
-rw-r--r--mailman/web/Cgi/options.py2
-rw-r--r--mailman/web/Cgi/private.py2
-rw-r--r--mailman/web/Cgi/rmlist.py2
-rw-r--r--mailman/web/Cgi/roster.py2
-rw-r--r--mailman/web/Cgi/subscribe.py2
-rw-r--r--mailman/web/Cgi/wsgi_app.py2
-rw-r--r--mailman/web/Gui/Archive.py2
-rw-r--r--mailman/web/Gui/Autoresponse.py2
-rw-r--r--mailman/web/Gui/Bounce.py2
-rw-r--r--mailman/web/Gui/ContentFilter.py2
-rw-r--r--mailman/web/Gui/Digest.py2
-rw-r--r--mailman/web/Gui/GUIBase.py2
-rw-r--r--mailman/web/Gui/General.py2
-rw-r--r--mailman/web/Gui/Language.py2
-rw-r--r--mailman/web/Gui/Membership.py2
-rw-r--r--mailman/web/Gui/NonDigest.py2
-rw-r--r--mailman/web/Gui/Passwords.py2
-rw-r--r--mailman/web/Gui/Privacy.py2
-rw-r--r--mailman/web/Gui/Topics.py2
-rw-r--r--mailman/web/Gui/Usenet.py2
-rw-r--r--mailman/web/Gui/__init__.py2
-rw-r--r--mailman/web/HTMLFormatter.py2
-rw-r--r--mailman/web/htmlformat.py2
30 files changed, 30 insertions, 30 deletions
diff --git a/mailman/web/Cgi/Auth.py b/mailman/web/Cgi/Auth.py
index 996aa21c5..825d972f4 100644
--- a/mailman/web/Cgi/Auth.py
+++ b/mailman/web/Cgi/Auth.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/admin.py b/mailman/web/Cgi/admin.py
index ca90805a7..e5c6ee14b 100644
--- a/mailman/web/Cgi/admin.py
+++ b/mailman/web/Cgi/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/admindb.py b/mailman/web/Cgi/admindb.py
index 3934c7d42..5d756fc78 100644
--- a/mailman/web/Cgi/admindb.py
+++ b/mailman/web/Cgi/admindb.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/confirm.py b/mailman/web/Cgi/confirm.py
index b9c87f788..188e43068 100644
--- a/mailman/web/Cgi/confirm.py
+++ b/mailman/web/Cgi/confirm.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/create.py b/mailman/web/Cgi/create.py
index 3caf9fcc0..4bb650957 100644
--- a/mailman/web/Cgi/create.py
+++ b/mailman/web/Cgi/create.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/edithtml.py b/mailman/web/Cgi/edithtml.py
index e06fb7956..dfc871ec1 100644
--- a/mailman/web/Cgi/edithtml.py
+++ b/mailman/web/Cgi/edithtml.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/listinfo.py b/mailman/web/Cgi/listinfo.py
index 656801a90..149be715f 100644
--- a/mailman/web/Cgi/listinfo.py
+++ b/mailman/web/Cgi/listinfo.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/options.py b/mailman/web/Cgi/options.py
index 3b9331fd1..c529a3ea4 100644
--- a/mailman/web/Cgi/options.py
+++ b/mailman/web/Cgi/options.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/private.py b/mailman/web/Cgi/private.py
index 3199fb842..87cad7966 100644
--- a/mailman/web/Cgi/private.py
+++ b/mailman/web/Cgi/private.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/rmlist.py b/mailman/web/Cgi/rmlist.py
index 21d54a4a4..4b62f09fb 100644
--- a/mailman/web/Cgi/rmlist.py
+++ b/mailman/web/Cgi/rmlist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/roster.py b/mailman/web/Cgi/roster.py
index 697786af1..2351d6915 100644
--- a/mailman/web/Cgi/roster.py
+++ b/mailman/web/Cgi/roster.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/subscribe.py b/mailman/web/Cgi/subscribe.py
index 78fae7230..0eefd0111 100644
--- a/mailman/web/Cgi/subscribe.py
+++ b/mailman/web/Cgi/subscribe.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Cgi/wsgi_app.py b/mailman/web/Cgi/wsgi_app.py
index 08a92fdf9..b22dbf452 100644
--- a/mailman/web/Cgi/wsgi_app.py
+++ b/mailman/web/Cgi/wsgi_app.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2006-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Archive.py b/mailman/web/Gui/Archive.py
index 5929f097b..4090e74e9 100644
--- a/mailman/web/Gui/Archive.py
+++ b/mailman/web/Gui/Archive.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Autoresponse.py b/mailman/web/Gui/Autoresponse.py
index 04cefa0d9..72ef42cad 100644
--- a/mailman/web/Gui/Autoresponse.py
+++ b/mailman/web/Gui/Autoresponse.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Bounce.py b/mailman/web/Gui/Bounce.py
index 0ea128205..a2f6f887a 100644
--- a/mailman/web/Gui/Bounce.py
+++ b/mailman/web/Gui/Bounce.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/ContentFilter.py b/mailman/web/Gui/ContentFilter.py
index d7f26321b..09817f4aa 100644
--- a/mailman/web/Gui/ContentFilter.py
+++ b/mailman/web/Gui/ContentFilter.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Digest.py b/mailman/web/Gui/Digest.py
index 278fa808d..821d0684f 100644
--- a/mailman/web/Gui/Digest.py
+++ b/mailman/web/Gui/Digest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/GUIBase.py b/mailman/web/Gui/GUIBase.py
index c521d940e..b2846eb7b 100644
--- a/mailman/web/Gui/GUIBase.py
+++ b/mailman/web/Gui/GUIBase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/General.py b/mailman/web/Gui/General.py
index 1d0424de9..27ef354be 100644
--- a/mailman/web/Gui/General.py
+++ b/mailman/web/Gui/General.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Language.py b/mailman/web/Gui/Language.py
index 71065d93d..05824be5e 100644
--- a/mailman/web/Gui/Language.py
+++ b/mailman/web/Gui/Language.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Membership.py b/mailman/web/Gui/Membership.py
index 6dd751807..bbfdb438b 100644
--- a/mailman/web/Gui/Membership.py
+++ b/mailman/web/Gui/Membership.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/NonDigest.py b/mailman/web/Gui/NonDigest.py
index 6ed0e4612..92fb768ad 100644
--- a/mailman/web/Gui/NonDigest.py
+++ b/mailman/web/Gui/NonDigest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Passwords.py b/mailman/web/Gui/Passwords.py
index 234859bc1..b2fea0fb5 100644
--- a/mailman/web/Gui/Passwords.py
+++ b/mailman/web/Gui/Passwords.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Privacy.py b/mailman/web/Gui/Privacy.py
index ccc8a2e29..8d60f9203 100644
--- a/mailman/web/Gui/Privacy.py
+++ b/mailman/web/Gui/Privacy.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Topics.py b/mailman/web/Gui/Topics.py
index 501c21329..00df988be 100644
--- a/mailman/web/Gui/Topics.py
+++ b/mailman/web/Gui/Topics.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/Usenet.py b/mailman/web/Gui/Usenet.py
index 713114e1b..9c1b50809 100644
--- a/mailman/web/Gui/Usenet.py
+++ b/mailman/web/Gui/Usenet.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/Gui/__init__.py b/mailman/web/Gui/__init__.py
index f88274a6e..2e12526c0 100644
--- a/mailman/web/Gui/__init__.py
+++ b/mailman/web/Gui/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/HTMLFormatter.py b/mailman/web/HTMLFormatter.py
index 1802a36fc..594f4adea 100644
--- a/mailman/web/HTMLFormatter.py
+++ b/mailman/web/HTMLFormatter.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
diff --git a/mailman/web/htmlformat.py b/mailman/web/htmlformat.py
index 3a95999e8..608d0e647 100644
--- a/mailman/web/htmlformat.py
+++ b/mailman/web/htmlformat.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#