diff options
| author | Barry Warsaw | 2008-09-24 23:46:44 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-09-24 23:46:44 -0400 |
| commit | 6f4351721559e8b7b577d3a01216fec88121ed11 (patch) | |
| tree | 634d47dcadff0be70a583ff0e682092688747998 /mailman/Cgi | |
| parent | 12e5731cb50716590c86bdd55a1dae442b8d256c (diff) | |
| download | mailman-6f4351721559e8b7b577d3a01216fec88121ed11.tar.gz mailman-6f4351721559e8b7b577d3a01216fec88121ed11.tar.zst mailman-6f4351721559e8b7b577d3a01216fec88121ed11.zip | |
Upgrade to GPLv3.
Diffstat (limited to 'mailman/Cgi')
| -rw-r--r-- | mailman/Cgi/Auth.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/admin.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/admindb.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/confirm.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/create.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/edithtml.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/listinfo.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/options.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/private.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/rmlist.py | 28 | ||||
| -rw-r--r-- | mailman/Cgi/roster.py | 23 | ||||
| -rw-r--r-- | mailman/Cgi/subscribe.py | 24 | ||||
| -rw-r--r-- | mailman/Cgi/wsgi_app.py | 24 |
13 files changed, 158 insertions, 157 deletions
diff --git a/mailman/Cgi/Auth.py b/mailman/Cgi/Auth.py index 65a6dcfa3..996aa21c5 100644 --- a/mailman/Cgi/Auth.py +++ b/mailman/Cgi/Auth.py @@ -1,19 +1,19 @@ # Copyright (C) 1998-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Common routines for logging in and logging out of the list administrator and list moderator interface. diff --git a/mailman/Cgi/admin.py b/mailman/Cgi/admin.py index 9516564a2..ca90805a7 100644 --- a/mailman/Cgi/admin.py +++ b/mailman/Cgi/admin.py @@ -1,19 +1,19 @@ # Copyright (C) 1998-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Process and produce the list-administration options forms.""" diff --git a/mailman/Cgi/admindb.py b/mailman/Cgi/admindb.py index 4791c485f..3934c7d42 100644 --- a/mailman/Cgi/admindb.py +++ b/mailman/Cgi/admindb.py @@ -1,19 +1,19 @@ # Copyright (C) 1998-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Produce and process the pending-approval items for a list.""" diff --git a/mailman/Cgi/confirm.py b/mailman/Cgi/confirm.py index 00202da43..b9c87f788 100644 --- a/mailman/Cgi/confirm.py +++ b/mailman/Cgi/confirm.py @@ -1,19 +1,19 @@ # Copyright (C) 2001-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Confirm a pending action via URL.""" diff --git a/mailman/Cgi/create.py b/mailman/Cgi/create.py index a5be1be15..3caf9fcc0 100644 --- a/mailman/Cgi/create.py +++ b/mailman/Cgi/create.py @@ -1,19 +1,19 @@ # Copyright (C) 2001-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Create mailing lists through the web.""" diff --git a/mailman/Cgi/edithtml.py b/mailman/Cgi/edithtml.py index ab94e1a66..e06fb7956 100644 --- a/mailman/Cgi/edithtml.py +++ b/mailman/Cgi/edithtml.py @@ -1,19 +1,19 @@ # Copyright (C) 1998-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Script which implements admin editing of the list's html templates.""" diff --git a/mailman/Cgi/listinfo.py b/mailman/Cgi/listinfo.py index 12f63c0af..656801a90 100644 --- a/mailman/Cgi/listinfo.py +++ b/mailman/Cgi/listinfo.py @@ -1,19 +1,19 @@ # Copyright (C) 1998-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Produce listinfo page, primary web entry-point to mailing lists.""" diff --git a/mailman/Cgi/options.py b/mailman/Cgi/options.py index 5076b0154..3b9331fd1 100644 --- a/mailman/Cgi/options.py +++ b/mailman/Cgi/options.py @@ -1,19 +1,19 @@ # Copyright (C) 1998-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Produce and handle the member options.""" diff --git a/mailman/Cgi/private.py b/mailman/Cgi/private.py index 5bd1a0458..3199fb842 100644 --- a/mailman/Cgi/private.py +++ b/mailman/Cgi/private.py @@ -1,19 +1,19 @@ # Copyright (C) 1998-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Provide a password-interface wrapper around private archives.""" diff --git a/mailman/Cgi/rmlist.py b/mailman/Cgi/rmlist.py index ac6fe3800..21d54a4a4 100644 --- a/mailman/Cgi/rmlist.py +++ b/mailman/Cgi/rmlist.py @@ -1,19 +1,19 @@ # Copyright (C) 2001-2008 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# This file is part of GNU Mailman. +# +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. +# +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Remove/delete mailing lists through the web.""" diff --git a/mailman/Cgi/roster.py b/mailman/Cgi/roster.py index 42c93d333..697786af1 100644 --- a/mailman/Cgi/roster.py +++ b/mailman/Cgi/roster.py @@ -1,18 +1,19 @@ # Copyright (C) 1998-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Produce subscriber roster, using listinfo form data, roster.html template. diff --git a/mailman/Cgi/subscribe.py b/mailman/Cgi/subscribe.py index 5aa5b828b..78fae7230 100644 --- a/mailman/Cgi/subscribe.py +++ b/mailman/Cgi/subscribe.py @@ -1,19 +1,19 @@ # Copyright (C) 1998-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. """Process subscription or roster requests from listinfo form.""" diff --git a/mailman/Cgi/wsgi_app.py b/mailman/Cgi/wsgi_app.py index 9fa6e3d43..08a92fdf9 100644 --- a/mailman/Cgi/wsgi_app.py +++ b/mailman/Cgi/wsgi_app.py @@ -1,19 +1,19 @@ # Copyright (C) 2006-2008 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 file is part of GNU Mailman. # -# 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. +# GNU Mailman 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 3 of the License, or (at your option) +# any later version. # -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# GNU Mailman 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 +# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. import os import re |
