diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-06-17 16:47:34 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-06-17 16:47:34 -0700 |
commit | d3b8055fdda07338ac0b2de59613da2b34433412 (patch) | |
tree | f6d87fcdebc9dc300f5b3044e4c66e031b9f2635 /bin | |
parent | da8ce4fa647e65574871366c4592a96ddb6672e9 (diff) | |
download | mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.tar.gz mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.tar.xz mailman2-d3b8055fdda07338ac0b2de59613da2b34433412.zip |
Bump copyright dates.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/arch | 2 | ||||
-rw-r--r-- | bin/b4b5-archfix | 2 | ||||
-rw-r--r-- | bin/change_pw | 2 | ||||
-rwxr-xr-x | bin/check_db | 2 | ||||
-rwxr-xr-x | bin/check_perms | 2 | ||||
-rw-r--r-- | bin/cleanarch | 2 | ||||
-rwxr-xr-x | bin/clone_member | 2 | ||||
-rw-r--r-- | bin/config_list | 2 | ||||
-rw-r--r-- | bin/convert.py | 2 | ||||
-rw-r--r-- | bin/discard | 2 | ||||
-rw-r--r-- | bin/dumpdb | 2 | ||||
-rw-r--r-- | bin/export.py | 2 | ||||
-rwxr-xr-x | bin/find_member | 2 | ||||
-rw-r--r-- | bin/fix_url.py | 2 | ||||
-rw-r--r-- | bin/genaliases | 2 | ||||
-rw-r--r-- | bin/inject | 2 | ||||
-rw-r--r-- | bin/list_admins | 2 | ||||
-rw-r--r-- | bin/list_lists | 2 | ||||
-rwxr-xr-x | bin/list_members | 2 | ||||
-rw-r--r-- | bin/list_owners | 2 | ||||
-rw-r--r-- | bin/mailmanctl | 2 | ||||
-rwxr-xr-x | bin/mmsitepass | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | bin/msgfmt.py | 0 | ||||
-rwxr-xr-x | bin/newlist | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | bin/pygettext.py | 0 | ||||
-rw-r--r-- | bin/qrunner | 2 | ||||
-rw-r--r-- | bin/rb-archfix | 2 | ||||
-rwxr-xr-x | bin/remove_members | 2 | ||||
-rw-r--r-- | bin/reset_pw.py | 2 | ||||
-rwxr-xr-x | bin/rmlist | 2 | ||||
-rw-r--r-- | bin/show_qfiles | 2 | ||||
-rwxr-xr-x | bin/sync_members | 2 | ||||
-rw-r--r-- | bin/unshunt | 2 | ||||
-rwxr-xr-x | bin/update | 2 | ||||
-rw-r--r-- | bin/version | 2 | ||||
-rw-r--r-- | bin/withlist | 2 |
36 files changed, 34 insertions, 34 deletions
@@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/b4b5-archfix b/bin/b4b5-archfix index 366b320d..74e2c11a 100644 --- a/bin/b4b5-archfix +++ b/bin/b4b5-archfix @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2002-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2018 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 diff --git a/bin/change_pw b/bin/change_pw index 28270949..da4ea1c7 100644 --- a/bin/change_pw +++ b/bin/change_pw @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 diff --git a/bin/check_db b/bin/check_db index 702d4bc1..bb18aa28 100755 --- a/bin/check_db +++ b/bin/check_db @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/check_perms b/bin/check_perms index c10e46e9..9ed012c9 100755 --- a/bin/check_perms +++ b/bin/check_perms @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/cleanarch b/bin/cleanarch index 7fd3e79d..9e4d2bde 100644 --- a/bin/cleanarch +++ b/bin/cleanarch @@ -1,6 +1,6 @@ #! @PYTHON@ -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 diff --git a/bin/clone_member b/bin/clone_member index 4872ffd0..e2ff0cfb 100755 --- a/bin/clone_member +++ b/bin/clone_member @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/config_list b/bin/config_list index 72f0f381..caf4fc11 100644 --- a/bin/config_list +++ b/bin/config_list @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/convert.py b/bin/convert.py index 94ae046c..b0d8d7e7 100644 --- a/bin/convert.py +++ b/bin/convert.py @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2002-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2018 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 diff --git a/bin/discard b/bin/discard index 7a9b890b..ef8a7fe6 100644 --- a/bin/discard +++ b/bin/discard @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2003-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2003-2018 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 @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/export.py b/bin/export.py index 38b27664..18253a87 100644 --- a/bin/export.py +++ b/bin/export.py @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2006-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2018 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 diff --git a/bin/find_member b/bin/find_member index e30b835a..d83b6f59 100755 --- a/bin/find_member +++ b/bin/find_member @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/fix_url.py b/bin/fix_url.py index 5a63e2c4..e49d1ae1 100644 --- a/bin/fix_url.py +++ b/bin/fix_url.py @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 diff --git a/bin/genaliases b/bin/genaliases index 82251794..aa9012a0 100644 --- a/bin/genaliases +++ b/bin/genaliases @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2002-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2018 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 diff --git a/bin/list_admins b/bin/list_admins index 08ad3d8a..e4b74ca2 100644 --- a/bin/list_admins +++ b/bin/list_admins @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 diff --git a/bin/list_lists b/bin/list_lists index a6824c31..09c5fa73 100644 --- a/bin/list_lists +++ b/bin/list_lists @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2017 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/list_members b/bin/list_members index bfb91db3..65a33ada 100755 --- a/bin/list_members +++ b/bin/list_members @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/list_owners b/bin/list_owners index b58d95da..c4f2a9bc 100644 --- a/bin/list_owners +++ b/bin/list_owners @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2002-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2018 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 diff --git a/bin/mailmanctl b/bin/mailmanctl index 07f7ca1e..dcaac05c 100644 --- a/bin/mailmanctl +++ b/bin/mailmanctl @@ -1,6 +1,6 @@ #! @PYTHON@ -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 diff --git a/bin/mmsitepass b/bin/mmsitepass index b473354b..097cf403 100755 --- a/bin/mmsitepass +++ b/bin/mmsitepass @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/msgfmt.py b/bin/msgfmt.py index 8a2d4e66..8a2d4e66 100755..100644 --- a/bin/msgfmt.py +++ b/bin/msgfmt.py diff --git a/bin/newlist b/bin/newlist index 710109a6..d02a9199 100755 --- a/bin/newlist +++ b/bin/newlist @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/pygettext.py b/bin/pygettext.py index 84421ee8..84421ee8 100755..100644 --- a/bin/pygettext.py +++ b/bin/pygettext.py diff --git a/bin/qrunner b/bin/qrunner index 8d939488..0ca2f993 100644 --- a/bin/qrunner +++ b/bin/qrunner @@ -1,6 +1,6 @@ #! @PYTHON@ -# Copyright (C) 2001-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 diff --git a/bin/rb-archfix b/bin/rb-archfix index 13916f05..7dfbcea2 100644 --- a/bin/rb-archfix +++ b/bin/rb-archfix @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2003-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2003-2018 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 diff --git a/bin/remove_members b/bin/remove_members index 4fd7493c..59097b13 100755 --- a/bin/remove_members +++ b/bin/remove_members @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/reset_pw.py b/bin/reset_pw.py index 9f89162b..11563669 100644 --- a/bin/reset_pw.py +++ b/bin/reset_pw.py @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2004-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2004-2018 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 @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/show_qfiles b/bin/show_qfiles index 461b9e8b..a5a66e63 100644 --- a/bin/show_qfiles +++ b/bin/show_qfiles @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2006-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2018 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 diff --git a/bin/sync_members b/bin/sync_members index 9357db58..6684dd28 100755 --- a/bin/sync_members +++ b/bin/sync_members @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/unshunt b/bin/unshunt index 1c7e4d8e..88b3e016 100644 --- a/bin/unshunt +++ b/bin/unshunt @@ -1,6 +1,6 @@ #! @PYTHON@ -# Copyright (C) 2002-2016 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2018 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 @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/version b/bin/version index 7645095e..9af2501b 100644 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 diff --git a/bin/withlist b/bin/withlist index 924b4b8b..ba770c83 100644 --- a/bin/withlist +++ b/bin/withlist @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 |