diff options
author | tkikuchi <> | 2005-08-27 01:40:17 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-08-27 01:40:17 +0000 |
commit | 71c64726b6bc64082a11e3d7de8033a25ae5d5f5 (patch) | |
tree | 80599184bd4809a538d069fc9a5c5430cd232e85 /Mailman/Commands | |
parent | c65ee483e1d12f521c11faed9ff0d0986c16dd18 (diff) | |
download | mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.gz mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.xz mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.zip |
FSF office has moved to 51 Franklin Street.
Diffstat (limited to '')
-rw-r--r-- | Mailman/Commands/Makefile.in | 2 | ||||
-rw-r--r-- | Mailman/Commands/__init__.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_confirm.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_echo.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_end.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_help.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_info.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_join.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_leave.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_lists.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_password.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_remove.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_set.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_stop.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_subscribe.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_unsubscribe.py | 2 | ||||
-rw-r--r-- | Mailman/Commands/cmd_who.py | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/Mailman/Commands/Makefile.in b/Mailman/Commands/Makefile.in index a695adba..645d78b9 100644 --- a/Mailman/Commands/Makefile.in +++ b/Mailman/Commands/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/Commands/__init__.py b/Mailman/Commands/__init__.py index ac6d2391..b248fe49 100644 --- a/Mailman/Commands/__init__.py +++ b/Mailman/Commands/__init__.py @@ -12,4 +12,4 @@ # # 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. diff --git a/Mailman/Commands/cmd_confirm.py b/Mailman/Commands/cmd_confirm.py index 844b4128..6574355d 100644 --- a/Mailman/Commands/cmd_confirm.py +++ b/Mailman/Commands/cmd_confirm.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. """ confirm <confirmation-string> diff --git a/Mailman/Commands/cmd_echo.py b/Mailman/Commands/cmd_echo.py index 1f8b5979..206e444a 100644 --- a/Mailman/Commands/cmd_echo.py +++ b/Mailman/Commands/cmd_echo.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. """ echo [args] diff --git a/Mailman/Commands/cmd_end.py b/Mailman/Commands/cmd_end.py index aeec7936..c01fa816 100644 --- a/Mailman/Commands/cmd_end.py +++ b/Mailman/Commands/cmd_end.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. """ end diff --git a/Mailman/Commands/cmd_help.py b/Mailman/Commands/cmd_help.py index e2d865e8..5920f782 100644 --- a/Mailman/Commands/cmd_help.py +++ b/Mailman/Commands/cmd_help.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. """ help diff --git a/Mailman/Commands/cmd_info.py b/Mailman/Commands/cmd_info.py index 1c28da70..177a8ee0 100644 --- a/Mailman/Commands/cmd_info.py +++ b/Mailman/Commands/cmd_info.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. """ info diff --git a/Mailman/Commands/cmd_join.py b/Mailman/Commands/cmd_join.py index 4daccc1a..a8939fca 100644 --- a/Mailman/Commands/cmd_join.py +++ b/Mailman/Commands/cmd_join.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. """The `join' command is synonymous with `subscribe'. """ diff --git a/Mailman/Commands/cmd_leave.py b/Mailman/Commands/cmd_leave.py index ed5ccc7b..01a04ce6 100644 --- a/Mailman/Commands/cmd_leave.py +++ b/Mailman/Commands/cmd_leave.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. """The `leave' command is synonymous with `unsubscribe'. """ diff --git a/Mailman/Commands/cmd_lists.py b/Mailman/Commands/cmd_lists.py index 81b60e60..ff5dd355 100644 --- a/Mailman/Commands/cmd_lists.py +++ b/Mailman/Commands/cmd_lists.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. """ lists diff --git a/Mailman/Commands/cmd_password.py b/Mailman/Commands/cmd_password.py index 1b3958c0..19093c0c 100644 --- a/Mailman/Commands/cmd_password.py +++ b/Mailman/Commands/cmd_password.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. """ password [<oldpassword> <newpassword>] [address=<address>] diff --git a/Mailman/Commands/cmd_remove.py b/Mailman/Commands/cmd_remove.py index 55be1f3e..3989b0c7 100644 --- a/Mailman/Commands/cmd_remove.py +++ b/Mailman/Commands/cmd_remove.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. """The `remove' command is synonymous with `unsubscribe'. """ diff --git a/Mailman/Commands/cmd_set.py b/Mailman/Commands/cmd_set.py index 8f692613..c68a9067 100644 --- a/Mailman/Commands/cmd_set.py +++ b/Mailman/Commands/cmd_set.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 email.Utils import parseaddr, formatdate diff --git a/Mailman/Commands/cmd_stop.py b/Mailman/Commands/cmd_stop.py index defcf64d..79d2414a 100644 --- a/Mailman/Commands/cmd_stop.py +++ b/Mailman/Commands/cmd_stop.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. """stop is synonymous with the end command. """ diff --git a/Mailman/Commands/cmd_subscribe.py b/Mailman/Commands/cmd_subscribe.py index 66d9e001..a653158a 100644 --- a/Mailman/Commands/cmd_subscribe.py +++ b/Mailman/Commands/cmd_subscribe.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. """ subscribe [password] [digest|nodigest] [address=<address>] diff --git a/Mailman/Commands/cmd_unsubscribe.py b/Mailman/Commands/cmd_unsubscribe.py index c574a80f..76a864fe 100644 --- a/Mailman/Commands/cmd_unsubscribe.py +++ b/Mailman/Commands/cmd_unsubscribe.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. """ unsubscribe [password] [address=<address>] diff --git a/Mailman/Commands/cmd_who.py b/Mailman/Commands/cmd_who.py index 62505b3d..e36ca3b6 100644 --- a/Mailman/Commands/cmd_who.py +++ b/Mailman/Commands/cmd_who.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. # Remove this when base minimal compatibility is Python 2.2 from __future__ import nested_scopes |