From 29c7b70ef0b750d7e8e2994aeaa68340b6406b10 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Sun, 18 Nov 2012 20:36:38 -0500 Subject: fixed incorrect fsf addresses. --- Mozo/MainWindow.py | 2 +- Mozo/MenuEditor.py | 2 +- Mozo/util.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mozo/MainWindow.py b/Mozo/MainWindow.py index 63efd13..7c4623b 100644 --- a/Mozo/MainWindow.py +++ b/Mozo/MainWindow.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA import gtk, matemenu, gobject, gio import cgi, os diff --git a/Mozo/MenuEditor.py b/Mozo/MenuEditor.py index d74cb2b..5fd5726 100644 --- a/Mozo/MenuEditor.py +++ b/Mozo/MenuEditor.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA import os, re, xml.dom.minidom, locale import matemenu diff --git a/Mozo/util.py b/Mozo/util.py index 2fb123c..0a6da20 100644 --- a/Mozo/util.py +++ b/Mozo/util.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA import os import gtk, matemenu -- cgit v1.2.1