diff options
| author | tkikuchi | 2005-08-27 01:54:05 +0000 |
|---|---|---|
| committer | tkikuchi | 2005-08-27 01:54:05 +0000 |
| commit | 2a6084d03b96f87af153b663cf3dd4776e7e37fb (patch) | |
| tree | 51351436e2be471f3d48ed13239d436091001864 /cron | |
| parent | 7a8566796782dd099451b012d3d6e3f63257bf99 (diff) | |
| download | mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.tar.gz mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.tar.zst mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.zip | |
Diffstat (limited to 'cron')
| -rw-r--r-- | cron/Makefile.in | 2 | ||||
| -rw-r--r-- | cron/bumpdigests | 2 | ||||
| -rwxr-xr-x | cron/checkdbs | 2 | ||||
| -rw-r--r-- | cron/disabled | 2 | ||||
| -rwxr-xr-x | cron/gate_news | 2 | ||||
| -rwxr-xr-x | cron/mailpasswds | 2 | ||||
| -rw-r--r-- | cron/nightly_gzip | 2 | ||||
| -rwxr-xr-x | cron/senddigests | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/cron/Makefile.in b/cron/Makefile.in index 9365a6d86..afb033705 100644 --- a/cron/Makefile.in +++ b/cron/Makefile.in @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # NOTE: Makefile.in is converted into Makefile by the configure script # in the parent directory. Once configure has run, you can recreate diff --git a/cron/bumpdigests b/cron/bumpdigests index 3636fc6ec..57cc45e1e 100644 --- a/cron/bumpdigests +++ b/cron/bumpdigests @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Increment the digest volume number and reset the digest number to one. diff --git a/cron/checkdbs b/cron/checkdbs index 39b12095a..5f1b9b3c3 100755 --- a/cron/checkdbs +++ b/cron/checkdbs @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Check for pending admin requests and mail the list owners if necessary. diff --git a/cron/disabled b/cron/disabled index 75972e55c..9dd4da838 100644 --- a/cron/disabled +++ b/cron/disabled @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Process disabled members, recommended once per day. diff --git a/cron/gate_news b/cron/gate_news index 19ccb2c68..a84731f3f 100755 --- a/cron/gate_news +++ b/cron/gate_news @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Poll the NNTP servers for messages to be gatewayed to mailing lists. diff --git a/cron/mailpasswds b/cron/mailpasswds index 86f49d18e..c2563e690 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Send password reminders for all lists to all users. diff --git a/cron/nightly_gzip b/cron/nightly_gzip index 61b641848..0a0f4e332 100644 --- a/cron/nightly_gzip +++ b/cron/nightly_gzip @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # """Re-generate the Pipermail gzip'd archive flat files. diff --git a/cron/senddigests b/cron/senddigests index 5f03606b6..d3f2781bc 100755 --- a/cron/senddigests +++ b/cron/senddigests @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Dispatch digests for lists w/pending messages and digest_send_periodic set. |
