Replace FSF's mailing address with FSF website
authorIan Weller <ian@ianweller.org>
Fri, 18 Dec 2009 20:35:56 +0000 (14:35 -0600)
committerIan Weller <ian@ianweller.org>
Fri, 18 Dec 2009 20:35:56 +0000 (14:35 -0600)
README
src/mw/__init__.py
src/mw/api.py
src/mw/cli.py
src/mw/clicommands.py
src/mw/metadir.py

diff --git a/README b/README
index c77b07a3c18f48a1f8d0c407077fa593a5bc839f..df2a37e3ceb6715ea2e2f6dc7ddf1dc67216b44f 100644 (file)
--- 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
 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 <http://www.gnu.org/licenses/>.
index 72554cc4724e77ab3a6b7c98a81416d4de2a2e11..b6d2dd18b9765ab9183f13d5f1e66a3a7a608d63 100644 (file)
@@ -13,6 +13,5 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
 # 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 <http://www.gnu.org/licenses/>.
 ###
 ###
index 135c2a1e56deb4e529d9dbf7ec863c75fd09ff5e..bd12bb0ffd2f15f5011398d6f4d14b4f6594de81 100644 (file)
@@ -13,8 +13,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
 # 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 <http://www.gnu.org/licenses/>.
 ###
 
 import cookielib
 ###
 
 import cookielib
index d5dd6dc875d7699262868674e04019990b2bf9c2..238f72ed9b518264f17e2ea28bfed8719577dc6e 100644 (file)
@@ -13,8 +13,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
 # 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 <http://www.gnu.org/licenses/>.
 ###
 
 import inspect
 ###
 
 import inspect
index 77267035bff5af89ffa7cb57f4c1da1a441cb2e5..f1b0ce81661afda67ab94b613944ec33f784c9b1 100644 (file)
@@ -13,8 +13,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
 # 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 <http://www.gnu.org/licenses/>.
 ###
 
 import getpass
 ###
 
 import getpass
index 89654b8b3a272b153b762c09755582c711fa6b32..22b9c5cf0049144092ecc6c0b2d1aee4e7365020 100644 (file)
@@ -13,8 +13,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
 # 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 <http://www.gnu.org/licenses/>.
 ###
 
 import ConfigParser
 ###
 
 import ConfigParser

Benjamin Mako Hill || Want to submit a patch?