diff options
Diffstat (limited to 'Mailman/Gui')
-rw-r--r-- | Mailman/Gui/Archive.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Autoresponse.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Bounce.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/ContentFilter.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Digest.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/GUIBase.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/General.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Language.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Makefile.in | 2 | ||||
-rw-r--r-- | Mailman/Gui/Membership.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/NonDigest.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Passwords.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Privacy.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Topics.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Usenet.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/__init__.py | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/Mailman/Gui/Archive.py b/Mailman/Gui/Archive.py index 59c2fd10..4afe8c7c 100644 --- a/Mailman/Gui/Archive.py +++ b/Mailman/Gui/Archive.py @@ -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. from Mailman import mm_cfg from Mailman.i18n import _ diff --git a/Mailman/Gui/Autoresponse.py b/Mailman/Gui/Autoresponse.py index 3c8a71e0..0b334778 100644 --- a/Mailman/Gui/Autoresponse.py +++ b/Mailman/Gui/Autoresponse.py @@ -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. """Administrative GUI for the autoresponder.""" diff --git a/Mailman/Gui/Bounce.py b/Mailman/Gui/Bounce.py index d71ecd7a..1dc837fc 100644 --- a/Mailman/Gui/Bounce.py +++ b/Mailman/Gui/Bounce.py @@ -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. from Mailman import mm_cfg from Mailman.i18n import _ diff --git a/Mailman/Gui/ContentFilter.py b/Mailman/Gui/ContentFilter.py index 0cd35a0b..167f42e2 100644 --- a/Mailman/Gui/ContentFilter.py +++ b/Mailman/Gui/ContentFilter.py @@ -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. """GUI component managing the content filtering options. """ diff --git a/Mailman/Gui/Digest.py b/Mailman/Gui/Digest.py index 7eb486c7..f7722019 100644 --- a/Mailman/Gui/Digest.py +++ b/Mailman/Gui/Digest.py @@ -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. """Administrative GUI for digest deliveries.""" diff --git a/Mailman/Gui/GUIBase.py b/Mailman/Gui/GUIBase.py index 3107576b..5f0f2c1e 100644 --- a/Mailman/Gui/GUIBase.py +++ b/Mailman/Gui/GUIBase.py @@ -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. """Base class for all web GUI components.""" diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index 89b63b1b..26a55c24 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -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. """MailList mixin class managing the general options.""" diff --git a/Mailman/Gui/Language.py b/Mailman/Gui/Language.py index bfa5185f..e9400fca 100644 --- a/Mailman/Gui/Language.py +++ b/Mailman/Gui/Language.py @@ -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. """MailList mixin class managing the language options. """ diff --git a/Mailman/Gui/Makefile.in b/Mailman/Gui/Makefile.in index 28ee9590..000441ef 100644 --- a/Mailman/Gui/Makefile.in +++ b/Mailman/Gui/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/Mailman/Gui/Membership.py b/Mailman/Gui/Membership.py index 1d5a9573..7e1bf324 100644 --- a/Mailman/Gui/Membership.py +++ b/Mailman/Gui/Membership.py @@ -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. """MailList mixin class managing the membership pseudo-options. """ diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py index 6926632d..ca125a03 100644 --- a/Mailman/Gui/NonDigest.py +++ b/Mailman/Gui/NonDigest.py @@ -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. """GUI component for managing the non-digest delivery options. """ diff --git a/Mailman/Gui/Passwords.py b/Mailman/Gui/Passwords.py index a3cf6b8e..8ea9bcf7 100644 --- a/Mailman/Gui/Passwords.py +++ b/Mailman/Gui/Passwords.py @@ -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. """MailList mixin class managing the password pseudo-options. """ diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 2141521e..1ae2699a 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -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. """MailList mixin class managing the privacy options. """ diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py index 76bfd1e4..e25ef65d 100644 --- a/Mailman/Gui/Topics.py +++ b/Mailman/Gui/Topics.py @@ -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. import re diff --git a/Mailman/Gui/Usenet.py b/Mailman/Gui/Usenet.py index 37641065..9cfbd6f1 100644 --- a/Mailman/Gui/Usenet.py +++ b/Mailman/Gui/Usenet.py @@ -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. from Mailman import mm_cfg from Mailman.i18n import _ diff --git a/Mailman/Gui/__init__.py b/Mailman/Gui/__init__.py index 1e79b34a..5bf28bcc 100644 --- a/Mailman/Gui/__init__.py +++ b/Mailman/Gui/__init__.py @@ -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. from Archive import Archive from Autoresponse import Autoresponse |