diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-06-23 05:57:21 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-06-23 05:57:21 +0900 |
commit | f647dd6c9e7e50b21150076bc9dfc3792f63e022 (patch) | |
tree | 74fcfa8883921abdd5cc08f35f29852d3a8ec440 /cron | |
parent | cb03394bc0ec828ddc23b22392ea8d1a21798644 (diff) | |
parent | 11c0af19222d0176b4f9c9c515274c61b49eec33 (diff) | |
download | mailman2-f647dd6c9e7e50b21150076bc9dfc3792f63e022.tar.gz mailman2-f647dd6c9e7e50b21150076bc9dfc3792f63e022.tar.xz mailman2-f647dd6c9e7e50b21150076bc9dfc3792f63e022.zip |
merge lp:mailman/2.1 up to rev 1784 (release 2.1.27)
Diffstat (limited to '')
-rw-r--r-- | cron/Makefile.in | 2 | ||||
-rwxr-xr-x | cron/bumpdigests | 2 | ||||
-rwxr-xr-x | cron/checkdbs | 2 | ||||
-rwxr-xr-x | cron/cull_bad_shunt | 2 | ||||
-rwxr-xr-x | cron/disabled | 2 | ||||
-rwxr-xr-x | cron/gate_news | 2 | ||||
-rwxr-xr-x | cron/mailpasswds | 2 | ||||
-rwxr-xr-x | cron/nightly_gzip | 2 | ||||
-rwxr-xr-x | cron/senddigests | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/cron/Makefile.in b/cron/Makefile.in index 2a7c8fd2..afb718e1 100644 --- a/cron/Makefile.in +++ b/cron/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 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/cron/bumpdigests b/cron/bumpdigests index 57cc45e1..da5597b3 100755 --- a/cron/bumpdigests +++ b/cron/bumpdigests @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998,1999,2000,2001,2002 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/cron/checkdbs b/cron/checkdbs index e776f15d..1a3b3cc1 100755 --- a/cron/checkdbs +++ b/cron/checkdbs @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2011 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/cron/cull_bad_shunt b/cron/cull_bad_shunt index 3428a78f..eaef0a69 100755 --- a/cron/cull_bad_shunt +++ b/cron/cull_bad_shunt @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-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/cron/disabled b/cron/disabled index 409fba60..ebd40273 100755 --- a/cron/disabled +++ b/cron/disabled @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 2001-2013 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/cron/gate_news b/cron/gate_news index 8b6476a3..22caea79 100755 --- a/cron/gate_news +++ b/cron/gate_news @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2015 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/cron/mailpasswds b/cron/mailpasswds index da643761..9738e23f 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2003 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/cron/nightly_gzip b/cron/nightly_gzip index de493d0e..9d4a07f1 100755 --- a/cron/nightly_gzip +++ b/cron/nightly_gzip @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2014 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/cron/senddigests b/cron/senddigests index 9997096c..24408dfd 100755 --- a/cron/senddigests +++ b/cron/senddigests @@ -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 |