diff options
| author | viega | 1998-05-25 18:14:57 +0000 |
|---|---|---|
| committer | viega | 1998-05-25 18:14:57 +0000 |
| commit | 93db3ca4b46bf0a2b60750d72f2527bc1235939b (patch) | |
| tree | 3219581b6b2837e8766758a5aebbaac8b8d062be /cron | |
| parent | cc25e9655d2197d6fa88b2e3a1cf67ee8a297f76 (diff) | |
| download | mailman-93db3ca4b46bf0a2b60750d72f2527bc1235939b.tar.gz mailman-93db3ca4b46bf0a2b60750d72f2527bc1235939b.tar.zst mailman-93db3ca4b46bf0a2b60750d72f2527bc1235939b.zip | |
Added copyright notices to all source files where I am legally entitled to do so.
Added a copy of the GNU GPL.
Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
Diffstat (limited to 'cron')
| -rwxr-xr-x | cron/archive | 16 | ||||
| -rwxr-xr-x | cron/checkdbs | 17 | ||||
| -rwxr-xr-x | cron/mailpasswds | 17 | ||||
| -rwxr-xr-x | cron/senddigests | 17 | ||||
| -rwxr-xr-x | cron/upvolumes_monthly | 15 | ||||
| -rwxr-xr-x | cron/upvolumes_yearly | 17 |
6 files changed, 95 insertions, 4 deletions
diff --git a/cron/archive b/cron/archive index 60e07c350..210118247 100755 --- a/cron/archive +++ b/cron/archive @@ -1,5 +1,21 @@ #!/usr/local/bin/python # +# Copyright (C) 1998 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 +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# 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 0211-1307, USA. +# # NOTE: This is being deprecated since mailman has been shifted over to an # external archiver (ie, andrew kuchling's latest version of pipermail.) # diff --git a/cron/checkdbs b/cron/checkdbs index b9297a312..f1f08a37e 100755 --- a/cron/checkdbs +++ b/cron/checkdbs @@ -1,8 +1,23 @@ #!/usr/local/bin/python +# Copyright (C) 1998 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 +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# 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 0211-1307, USA. "Invoked by cron, checks for pending list requests and mails the admin if any." -__version__ = "$Revision: 389 $" +__version__ = "$Revision: 539 $" import sys, os diff --git a/cron/mailpasswds b/cron/mailpasswds index 8bd9f47bd..27f34e4a2 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -1,4 +1,19 @@ #!/usr/local/bin/python +# Copyright (C) 1998 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 +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# 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 0211-1307, USA. """Send password reminders for all lists to all users. @@ -6,7 +21,7 @@ We accumulate users and their passwords, and use the last list to send a single message to each user with their complete collection of passwords, rather than sending a single message for each password.""" -__version__ = "$Revision: 408 $" +__version__ = "$Revision: 539 $" # This puppy should probably do lots of logging. diff --git a/cron/senddigests b/cron/senddigests index 700dd0b6e..320c49aad 100755 --- a/cron/senddigests +++ b/cron/senddigests @@ -1,10 +1,25 @@ #!/usr/local/bin/python +# Copyright (C) 1998 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 +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# 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 0211-1307, USA. """Dispatch digests for lists w/pending messages and digest_send_periodic set. Typically it's invoked via cron.""" -__version__ = "$Revision: 389 $" +__version__ = "$Revision: 539 $" import sys, os diff --git a/cron/upvolumes_monthly b/cron/upvolumes_monthly index 5f8f6eebb..99215f96b 100755 --- a/cron/upvolumes_monthly +++ b/cron/upvolumes_monthly @@ -1,4 +1,19 @@ #!/usr/local/bin/python +# Copyright (C) 1998 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 +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# 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 0211-1307, USA. # NOTE: This is being deprecated since mailman has been shifted over to an # external archiver (ie, andrew kuchling's latest version of pipermail.) diff --git a/cron/upvolumes_yearly b/cron/upvolumes_yearly index 552973d2e..fa97d1a04 100755 --- a/cron/upvolumes_yearly +++ b/cron/upvolumes_yearly @@ -1,5 +1,20 @@ #!/usr/local/bin/python - +# Copyright (C) 1998 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 +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# 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 0211-1307, USA. +# # NOTE: This is being deprecated since mailman has been shifted over to an # external archiver (ie, andrew kuchling's latest version of pipermail.) # |
