diff options
Diffstat (limited to 'Mailman/Commands')
| -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 a695adbac..645d78b9f 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 ac6d23919..b248fe49d 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 e66c52b5e..e0e7b1c19 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 1f8b59791..206e444ad 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 aeec79366..c01fa8168 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 e2d865e83..5920f7820 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 1c28da70e..177a8ee03 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 4daccc1a9..a8939fca0 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 ed5ccc7b5..01a04ce6d 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 81b60e604..ff5dd355a 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 c2347be9a..4d0a8e3e0 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 55be1f3ed..3989b0c7a 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 c3eaa9a64..b29095e6f 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 defcf64d7..79d2414ad 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 1a5048d69..ee4b75a65 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 c574a80f9..76a864fe0 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 62505b3d6..e36ca3b6c 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 |
