From 856c67a6f2c8a618e94bf0c72af70e7d65bd10c4 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 18 Dec 2009 14:35:56 -0600 Subject: [PATCH] Replace FSF's mailing address with FSF website --- README | 3 +-- src/mw/__init__.py | 3 +-- src/mw/api.py | 3 +-- src/mw/cli.py | 3 +-- src/mw/clicommands.py | 3 +-- src/mw/metadir.py | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README b/README index c77b07a..df2a37e 100644 --- a/README +++ b/README @@ -16,5 +16,4 @@ 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. +with this program. If not, see . diff --git a/src/mw/__init__.py b/src/mw/__init__.py index 72554cc..b6d2dd1 100644 --- a/src/mw/__init__.py +++ b/src/mw/__init__.py @@ -13,6 +13,5 @@ # 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. +# with this program. If not, see . ### diff --git a/src/mw/api.py b/src/mw/api.py index 135c2a1..bd12bb0 100644 --- a/src/mw/api.py +++ b/src/mw/api.py @@ -13,8 +13,7 @@ # 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. +# with this program. If not, see . ### import cookielib diff --git a/src/mw/cli.py b/src/mw/cli.py index d5dd6dc..238f72e 100644 --- a/src/mw/cli.py +++ b/src/mw/cli.py @@ -13,8 +13,7 @@ # 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. +# with this program. If not, see . ### import inspect diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index 7726703..f1b0ce8 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -13,8 +13,7 @@ # 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. +# with this program. If not, see . ### import getpass diff --git a/src/mw/metadir.py b/src/mw/metadir.py index 89654b8..22b9c5c 100644 --- a/src/mw/metadir.py +++ b/src/mw/metadir.py @@ -13,8 +13,7 @@ # 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. +# with this program. If not, see . ### import ConfigParser -- 2.30.2