diff options
| author | Barry Warsaw | 2011-01-01 11:32:03 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2011-01-01 11:32:03 -0500 |
| commit | 0fd3cd5393d319da4111b3e196c03ec67b0b9c66 (patch) | |
| tree | 904090e6aefad3a24f6c57d040468119c529c046 /src/mailman/bin/mailman.py | |
| parent | 3f1f5a2826feb9c5fb202ae266ba7f0ff76ebe21 (diff) | |
| download | mailman-0fd3cd5393d319da4111b3e196c03ec67b0b9c66.tar.gz mailman-0fd3cd5393d319da4111b3e196c03ec67b0b9c66.tar.zst mailman-0fd3cd5393d319da4111b3e196c03ec67b0b9c66.zip | |
Diffstat (limited to 'src/mailman/bin/mailman.py')
| -rw-r--r-- | src/mailman/bin/mailman.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/bin/mailman.py b/src/mailman/bin/mailman.py index e8e9f38ac..4e3a36971 100644 --- a/src/mailman/bin/mailman.py +++ b/src/mailman/bin/mailman.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2011 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -44,7 +44,7 @@ def main(): parser = argparse.ArgumentParser( description=_("""\ The GNU Mailman mailing list management system - Copyright 1998-2010 by the Free Software Foundation, Inc. + Copyright 1998-2011 by the Free Software Foundation, Inc. http://www.list.org """), formatter_class=argparse.RawDescriptionHelpFormatter) |
