diff options
| author | bwarsaw | 2006-01-14 23:58:37 +0000 |
|---|---|---|
| committer | bwarsaw | 2006-01-14 23:58:37 +0000 |
| commit | 9a1ab11af8505b502496f63cf531ea33e67240ad (patch) | |
| tree | 448ab794feb52d0e7f355493f2cab0b1bd85105e | |
| parent | 7481aaac7b8a63b22448954016a84dffd7cb63b8 (diff) | |
| download | mailman-9a1ab11af8505b502496f63cf531ea33e67240ad.tar.gz mailman-9a1ab11af8505b502496f63cf531ea33e67240ad.tar.zst mailman-9a1ab11af8505b502496f63cf531ea33e67240ad.zip | |
| -rw-r--r-- | Mailman/Gui/Topics.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py index dc1c632f2..a912f3c07 100644 --- a/Mailman/Gui/Topics.py +++ b/Mailman/Gui/Topics.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2006 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -12,7 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. import re |
