diff options
author | bwarsaw <> | 2005-07-17 23:53:35 +0000 |
---|---|---|
committer | bwarsaw <> | 2005-07-17 23:53:35 +0000 |
commit | 24e127129a6e2f350cabafe1cd65b41dad307cc8 (patch) | |
tree | 195e71c5d7e310d503335d6136a67a69bbed2d79 /Mailman/Logging | |
parent | 416398f3018086fccaa6035cb47a29e8782af4dc (diff) | |
download | mailman2-24e127129a6e2f350cabafe1cd65b41dad307cc8.tar.gz mailman2-24e127129a6e2f350cabafe1cd65b41dad307cc8.tar.xz mailman2-24e127129a6e2f350cabafe1cd65b41dad307cc8.zip |
Whitespace normalization, and updates of copyright years.
Diffstat (limited to 'Mailman/Logging')
-rw-r--r-- | Mailman/Logging/Logger.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/Logging/Logger.py b/Mailman/Logging/Logger.py index b583a351..f1d47648 100644 --- a/Mailman/Logging/Logger.py +++ b/Mailman/Logging/Logger.py @@ -1,17 +1,17 @@ -# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2005 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. """File-based logger, writes to named category files in mm_cfg.LOG_DIR.""" |