diff options
| author | Barry Warsaw | 2013-01-01 09:05:42 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2013-01-01 09:05:42 -0500 |
| commit | 8b93558e70f1f8e3a626fbc862dc9e19f7eac8b5 (patch) | |
| tree | d0a97a158d2a6554ece89f6063a814bb515e7606 /src/mailman/bin/mailman.py | |
| parent | ba777829004d26d26999c09040c2f35281a76d47 (diff) | |
| download | mailman-8b93558e70f1f8e3a626fbc862dc9e19f7eac8b5.tar.gz mailman-8b93558e70f1f8e3a626fbc862dc9e19f7eac8b5.tar.zst mailman-8b93558e70f1f8e3a626fbc862dc9e19f7eac8b5.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 b3150148c..c2e2af89c 100644 --- a/src/mailman/bin/mailman.py +++ b/src/mailman/bin/mailman.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2013 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-2012 by the Free Software Foundation, Inc. + Copyright 1998-2013 by the Free Software Foundation, Inc. http://www.list.org """), formatter_class=argparse.RawDescriptionHelpFormatter) |
