diff options
author | bwarsaw <> | 2003-01-07 14:18:39 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-01-07 14:18:39 +0000 |
commit | f3d337d2e8946457174a714bf88b7ded85461e3e (patch) | |
tree | 205de937104cea38adab05addd76089bd5e8aa9f | |
parent | dd7be16501b1c072891339d20d8da90e2d923671 (diff) | |
download | mailman2-f3d337d2e8946457174a714bf88b7ded85461e3e.tar.gz mailman2-f3d337d2e8946457174a714bf88b7ded85461e3e.tar.xz mailman2-f3d337d2e8946457174a714bf88b7ded85461e3e.zip |
Copyright years
-rw-r--r-- | Mailman/Handlers/Decorate.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/Handlers/Decorate.py b/Mailman/Handlers/Decorate.py index 27a56a9c..9d9fb2a5 100644 --- a/Mailman/Handlers/Decorate.py +++ b/Mailman/Handlers/Decorate.py @@ -1,17 +1,17 @@ -# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2003 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 +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Decorate a message by sticking the header and footer around it. |