------------------------------------------------------------
revno: 6585
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: 3.0
timestamp: Sun 2008-01-13 16:40:59 -0500
message:
  Update copyright years.  Change a plugin name.
modified:
  Mailman/Handlers/Cleanse.py
  Mailman/Handlers/CookHeaders.py
  Mailman/Handlers/Scrubber.py
  Mailman/app/archiving.py
  setup.py

=== modified file 'Mailman/Handlers/Cleanse.py'
--- a/Mailman/Handlers/Cleanse.py       2008-01-13 21:17:38 +0000
+++ b/Mailman/Handlers/Cleanse.py       2008-01-13 21:40:59 +0000
@@ -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

=== modified file 'Mailman/Handlers/CookHeaders.py'
--- a/Mailman/Handlers/CookHeaders.py   2008-01-13 21:17:38 +0000
+++ b/Mailman/Handlers/CookHeaders.py   2008-01-13 21:40:59 +0000
@@ -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

=== modified file 'Mailman/Handlers/Scrubber.py'
--- a/Mailman/Handlers/Scrubber.py      2008-01-13 21:17:38 +0000
+++ b/Mailman/Handlers/Scrubber.py      2008-01-13 21:40:59 +0000
@@ -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

=== modified file 'Mailman/app/archiving.py'
--- a/Mailman/app/archiving.py  2008-01-13 21:17:38 +0000
+++ b/Mailman/app/archiving.py  2008-01-13 21:40:59 +0000
@@ -18,7 +18,7 @@
 """Application level archiving support."""
 
 __all__ = [
-    'StockArchiver',
+    'Pipermail',
     'get_archiver',
     ]
 __metaclass__ = type
@@ -34,7 +34,7 @@
 
 
 
-class StockArchiver:
+class Pipermail:
     """The stock Pipermail archiver."""
 
     implements(IArchiver)

=== modified file 'setup.py'
--- a/setup.py  2008-01-13 21:25:03 +0000
+++ b/setup.py  2008-01-13 21:40:59 +0000
@@ -84,7 +84,7 @@
         'console_scripts': list(scripts),
         'setuptools.file_finders': 'bzr = setuptools_bzr:find_files_for_bzr',
         # Entry point for plugging in different database backends.
-        'mailman.archiver'  : 'stock = Mailman.app.archiving:StockArchiver',
+        'mailman.archiver'  : 'stock = Mailman.app.archiving:Pipermail',
         'mailman.database'  : 'stock = Mailman.database:StockDatabase',
         'mailman.mta'       : 'stock = Mailman.MTA:Manual',
         'mailman.styles'    : 'default = Mailman.app.styles:DefaultStyle',



--
Primary development focus
https://code.launchpad.net/~mailman-coders/mailman/3.0

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to