diff options
| -rwxr-xr-x | bin/convert_list | 15 | ||||
| -rwxr-xr-x | bin/digest_arch | 15 | ||||
| -rwxr-xr-x | bin/mmsitepass | 17 | ||||
| -rwxr-xr-x | bin/newlist | 17 | ||||
| -rwxr-xr-x | bin/populate_new_list | 17 | ||||
| -rwxr-xr-x | bin/rmlist | 17 | ||||
| -rwxr-xr-x | bin/subscribe_enmasse | 17 |
7 files changed, 110 insertions, 5 deletions
diff --git a/bin/convert_list b/bin/convert_list index 46d12555d..648514068 100755 --- a/bin/convert_list +++ b/bin/convert_list @@ -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 02111-1307, USA. # # argv[1] should be the name of the list. # argv[2] should be the list of non-digested users. diff --git a/bin/digest_arch b/bin/digest_arch index e56532c00..07991a4a6 100755 --- a/bin/digest_arch +++ b/bin/digest_arch @@ -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 02111-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/bin/mmsitepass b/bin/mmsitepass index 28ecdb5ae..72f5f72ff 100755 --- a/bin/mmsitepass +++ b/bin/mmsitepass @@ -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 02111-1307, USA. """Set the site password, using the argument passed in the command line. @@ -6,7 +21,7 @@ The site password can be used in most if not all places that the list administrator's password can be used, which in turn can be used in most places that a list users password can be used.""" -__version__ = "$Revision: 446 $" +__version__ = "$Revision: 549 $" # $Source$ import sys diff --git a/bin/newlist b/bin/newlist index c2781f372..b47fb2a72 100755 --- a/bin/newlist +++ b/bin/newlist @@ -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 02111-1307, USA. """Create a new, unpopulated maillist. @@ -10,7 +25,7 @@ immediately. Otherwise, the script hangs pending input, to give time for the person creating the list to customize it before sending the admin an email notice about the existence of the new list.""" -__version__ = "$Revision: 548 $" +__version__ = "$Revision: 549 $" ADDALIASES_CMD = '/home/mailman/mailman/bin/addaliases' diff --git a/bin/populate_new_list b/bin/populate_new_list index 528bc7db4..7aaae7746 100755 --- a/bin/populate_new_list +++ b/bin/populate_new_list @@ -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 02111-1307, USA. """Populate a mailman list with the addresses specified in files. @@ -9,7 +24,7 @@ The email address lists must not have comments or other fancy formatting - just email addrs, one per line.""" -__version__ = "$Revision: 380 $" +__version__ = "$Revision: 549 $" # $Source$ import sys, os, crypt, string diff --git a/bin/rmlist b/bin/rmlist index 6c570c6db..00d4d12ff 100755 --- a/bin/rmlist +++ b/bin/rmlist @@ -1,8 +1,23 @@ #!/bin/sh +# 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 02111-1307, USA. # Remove the components of a maillist with impunity - beware! -__version__="$Revision: 381 $" +__version__="$Revision: 549 $" # $Source$ MAILMAN_DIR='/home/mailman/mailman' diff --git a/bin/subscribe_enmasse b/bin/subscribe_enmasse index 509f7f0d2..891921878 100755 --- a/bin/subscribe_enmasse +++ b/bin/subscribe_enmasse @@ -1,9 +1,24 @@ #!/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 02111-1307, USA. """This program gets called when the list admin posts a list of names to be subscribed on the admin page.""" -__version__ = "$Revision: 382 $" +__version__ = "$Revision: 549 $" # $Source$ |
