summaryrefslogtreecommitdiff
path: root/Mailman
diff options
context:
space:
mode:
authorBarry Warsaw2008-01-13 16:40:59 -0500
committerBarry Warsaw2008-01-13 16:40:59 -0500
commit7c5b4d64df6532548742460d405a8a64e35b22c2 (patch)
tree81dcf3dfa9332f12e35f4eba96bfca68c2004324 /Mailman
parentf3eef3f6be97af26b1f20bff96fde7333bd41f05 (diff)
downloadmailman-7c5b4d64df6532548742460d405a8a64e35b22c2.tar.gz
mailman-7c5b4d64df6532548742460d405a8a64e35b22c2.tar.zst
mailman-7c5b4d64df6532548742460d405a8a64e35b22c2.zip
Update copyright years. Change a plugin name.
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Handlers/Cleanse.py2
-rw-r--r--Mailman/Handlers/CookHeaders.py2
-rw-r--r--Mailman/Handlers/Scrubber.py2
-rw-r--r--Mailman/app/archiving.py4
4 files changed, 5 insertions, 5 deletions
diff --git a/Mailman/Handlers/Cleanse.py b/Mailman/Handlers/Cleanse.py
index 05d8b5d3b..bf25a4591 100644
--- a/Mailman/Handlers/Cleanse.py
+++ b/Mailman/Handlers/Cleanse.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/CookHeaders.py b/Mailman/Handlers/CookHeaders.py
index 0f558753a..4797de62b 100644
--- a/Mailman/Handlers/CookHeaders.py
+++ b/Mailman/Handlers/CookHeaders.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/Scrubber.py b/Mailman/Handlers/Scrubber.py
index e5bb13778..fb1b6e602 100644
--- a/Mailman/Handlers/Scrubber.py
+++ b/Mailman/Handlers/Scrubber.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/app/archiving.py b/Mailman/app/archiving.py
index 5e118b0f9..febd8b4d5 100644
--- a/Mailman/app/archiving.py
+++ b/Mailman/app/archiving.py
@@ -18,7 +18,7 @@
"""Application level archiving support."""
__all__ = [
- 'StockArchiver',
+ 'Pipermail',
'get_archiver',
]
__metaclass__ = type
@@ -34,7 +34,7 @@ from Mailman.interfaces import IArchiver
-class StockArchiver:
+class Pipermail:
"""The stock Pipermail archiver."""
implements(IArchiver)