diff options
author | tkikuchi <> | 2006-01-19 01:07:40 +0000 |
---|---|---|
committer | tkikuchi <> | 2006-01-19 01:07:40 +0000 |
commit | 480c1aebd9e81e7b3a8917db59592c9cfb02c86e (patch) | |
tree | dbc60dfc3ce7a02324c4938cec2fa0f7ba6da3da /bin | |
parent | 5d25658527503857d395a711c18a6e1ab98b9916 (diff) | |
download | mailman2-480c1aebd9e81e7b3a8917db59592c9cfb02c86e.tar.gz mailman2-480c1aebd9e81e7b3a8917db59592c9cfb02c86e.tar.xz mailman2-480c1aebd9e81e7b3a8917db59592c9cfb02c86e.zip |
Copyright years.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/qrunner | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/qrunner b/bin/qrunner index 5bf5c66d..20fe830d 100644 --- a/bin/qrunner +++ b/bin/qrunner @@ -1,6 +1,6 @@ #! @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 @@ -14,7 +14,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. """Run one or more qrunners, once or repeatedly. |