summaryrefslogtreecommitdiff
path: root/src/mailman/bin/mailman.py
diff options
context:
space:
mode:
authorBarry Warsaw2017-01-04 10:30:17 -0500
committerBarry Warsaw2017-01-04 10:30:17 -0500
commit8180990a2ed053f6e4880f93a75acd9845631793 (patch)
treeee79755d82c4f1531799d9a96c1619ee7841245a /src/mailman/bin/mailman.py
parent9ecb0d462b79bec42e82b6aecea8853262e15753 (diff)
downloadmailman-8180990a2ed053f6e4880f93a75acd9845631793.tar.gz
mailman-8180990a2ed053f6e4880f93a75acd9845631793.tar.zst
mailman-8180990a2ed053f6e4880f93a75acd9845631793.zip
Diffstat (limited to 'src/mailman/bin/mailman.py')
-rw-r--r--src/mailman/bin/mailman.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/bin/mailman.py b/src/mailman/bin/mailman.py
index 3f8f66d6e..eea3603a8 100644
--- a/src/mailman/bin/mailman.py
+++ b/src/mailman/bin/mailman.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016 by the Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
@@ -55,7 +55,7 @@ def main():
parser = argparse.ArgumentParser(
description=_("""\
The GNU Mailman mailing list management system
- Copyright 1998-2016 by the Free Software Foundation, Inc.
+ Copyright 1998-2017 by the Free Software Foundation, Inc.
http://www.list.org
"""),
formatter_class=argparse.RawDescriptionHelpFormatter)