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 /cgi | |
| 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 'cgi')
| -rwxr-xr-x | cgi/admin | 17 | ||||
| -rwxr-xr-x | cgi/admindb | 17 | ||||
| -rwxr-xr-x | cgi/archives | 15 | ||||
| -rwxr-xr-x | cgi/edithtml | 17 | ||||
| -rwxr-xr-x | cgi/handle_opts | 17 | ||||
| -rwxr-xr-x | cgi/listinfo | 17 | ||||
| -rwxr-xr-x | cgi/options | 17 | ||||
| -rwxr-xr-x | cgi/private | 17 | ||||
| -rwxr-xr-x | cgi/roster | 17 | ||||
| -rwxr-xr-x | cgi/subscribe | 17 |
10 files changed, 159 insertions, 9 deletions
@@ -1,11 +1,26 @@ #!/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. """Process and produce the list-administration options forms. To run stand-alone for debugging, set env var PATH_INFO to name of list and, optionally, options category.""" -__version__ = "$Revision: 528 $" +__version__ = "$Revision: 539 $" import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cgi/admindb b/cgi/admindb index c188fe104..3401f864d 100755 --- a/cgi/admindb +++ b/cgi/admindb @@ -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. """Produce and process the pending-approval items for a list.""" -__version__ = "$Revision: 459 $" +__version__ = "$Revision: 539 $" import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cgi/archives b/cgi/archives index 9019391f9..e13518486 100755 --- a/cgi/archives +++ b/cgi/archives @@ -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. # This script is being deprecated, in favor hookups for an external archiver. diff --git a/cgi/edithtml b/cgi/edithtml index f9bfbcbdb..e3680944c 100755 --- a/cgi/edithtml +++ b/cgi/edithtml @@ -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. """Script which implements admin editing of the list's html templates.""" -__version__ = "$Revision: 405 $" +__version__ = "$Revision: 539 $" import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cgi/handle_opts b/cgi/handle_opts index 858850383..63106d426 100755 --- a/cgi/handle_opts +++ b/cgi/handle_opts @@ -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. """Process input to user options form.""" -__version__ = "$Revision: 534 $" +__version__ = "$Revision: 539 $" import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cgi/listinfo b/cgi/listinfo index 4437defed..2fb2dfc15 100755 --- a/cgi/listinfo +++ b/cgi/listinfo @@ -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. """Produce listinfo page, primary web entry-point to maillists. Errors are redirected to logs/errors.""" -__version__ = "$Revision: 528 $" +__version__ = "$Revision: 539 $" # No lock needed in this script, because we don't change data. diff --git a/cgi/options b/cgi/options index 5baaf233b..3fb248a0f 100755 --- a/cgi/options +++ b/cgi/options @@ -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. """Produce user options form, from list options.html template. @@ -6,7 +21,7 @@ Takes listname/userid in PATH_INFO, expecting an "obscured" userid. (Depending on the mm_utils.{O,Uno}bscureEmail utilities tolerance, will work fine with an unobscured ids as well.)""" -__version__ = "$Revision: 526 $" +__version__ = "$Revision: 539 $" # We don't need to lock in this script, because we're never going to change # data. diff --git a/cgi/private b/cgi/private index 4cd631d27..370370a75 100755 --- a/cgi/private +++ b/cgi/private @@ -1,4 +1,19 @@ #!/usr/local/bin/python -u +# 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. """Provide a password-interface wrapper around a hierarchy of web pages. @@ -11,7 +26,7 @@ subscribers. executables are). """ -__version__ = "$Revision: 429 $" +__version__ = "$Revision: 539 $" import sys, os, string, re diff --git a/cgi/roster b/cgi/roster index bdfdaeb23..439e86f0a 100755 --- a/cgi/roster +++ b/cgi/roster @@ -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. """Produce subscriber roster, using listinfo form data, roster.html template. Takes listname in PATH_INFO.""" -__version__ = "$Revision: 407 $" +__version__ = "$Revision: 539 $" # We don't need to lock in this script, because we're never going to change # data. diff --git a/cgi/subscribe b/cgi/subscribe index e24d89a6c..fa5efd1ff 100755 --- a/cgi/subscribe +++ b/cgi/subscribe @@ -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. """Process listinfo form submission, ie subscriptions or roster requests.""" -__version__ = "$Revision: 482 $" +__version__ = "$Revision: 539 $" import sys sys.path.append('/home/mailman/mailman/modules') |
