diff options
| author | Barry Warsaw | 2017-01-04 10:30:17 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2017-01-04 10:30:17 -0500 |
| commit | 8180990a2ed053f6e4880f93a75acd9845631793 (patch) | |
| tree | ee79755d82c4f1531799d9a96c1619ee7841245a /src/mailman/bin | |
| parent | 9ecb0d462b79bec42e82b6aecea8853262e15753 (diff) | |
| download | mailman-8180990a2ed053f6e4880f93a75acd9845631793.tar.gz mailman-8180990a2ed053f6e4880f93a75acd9845631793.tar.zst mailman-8180990a2ed053f6e4880f93a75acd9845631793.zip | |
Bump copyright years.
Diffstat (limited to 'src/mailman/bin')
| -rw-r--r-- | src/mailman/bin/mailman.py | 4 | ||||
| -rw-r--r-- | src/mailman/bin/master.py | 2 | ||||
| -rw-r--r-- | src/mailman/bin/runner.py | 2 | ||||
| -rw-r--r-- | src/mailman/bin/tests/test_mailman.py | 2 | ||||
| -rw-r--r-- | src/mailman/bin/tests/test_master.py | 2 |
5 files changed, 6 insertions, 6 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) diff --git a/src/mailman/bin/master.py b/src/mailman/bin/master.py index 3acff1fc8..c6a8bcd2d 100644 --- a/src/mailman/bin/master.py +++ b/src/mailman/bin/master.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/bin/runner.py b/src/mailman/bin/runner.py index 39e1e9105..29b84034a 100644 --- a/src/mailman/bin/runner.py +++ b/src/mailman/bin/runner.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/bin/tests/test_mailman.py b/src/mailman/bin/tests/test_mailman.py index c678ff560..49a64fb5c 100644 --- a/src/mailman/bin/tests/test_mailman.py +++ b/src/mailman/bin/tests/test_mailman.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2015-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/bin/tests/test_master.py b/src/mailman/bin/tests/test_master.py index 32dbbceed..fb045f58f 100644 --- a/src/mailman/bin/tests/test_master.py +++ b/src/mailman/bin/tests/test_master.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2010-2017 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # |
