diff options
| author | bwarsaw | 2006-10-20 01:16:58 +0000 |
|---|---|---|
| committer | bwarsaw | 2006-10-20 01:16:58 +0000 |
| commit | f0a263b63991efc787bfd870bd7a491c53dce54a (patch) | |
| tree | 132769e881ac00d3376b1119ba1e210690e01b3d /bin/fix_url.py | |
| parent | fcb5f465c4f69b41e131cc177baa39db7693bb44 (diff) | |
| download | mailman-f0a263b63991efc787bfd870bd7a491c53dce54a.tar.gz mailman-f0a263b63991efc787bfd870bd7a491c53dce54a.tar.zst mailman-f0a263b63991efc787bfd870bd7a491c53dce54a.zip | |
Diffstat (limited to 'bin/fix_url.py')
| -rw-r--r-- | bin/fix_url.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/fix_url.py b/bin/fix_url.py index 6be2330dd..218b61dba 100644 --- a/bin/fix_url.py +++ b/bin/fix_url.py @@ -1,20 +1,21 @@ #! @PYTHON@ # -# Copyright (C) 2001,2002 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 # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # 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. +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. """Reset a list's web_page_url attribute to the default setting. |
