summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-11-18 20:36:38 -0500
committerSteve Zesch <[email protected]>2012-11-18 20:36:38 -0500
commit29c7b70ef0b750d7e8e2994aeaa68340b6406b10 (patch)
treea6c073e08b41df78859d0445d36f571cf8114de0
parent8a8cdab0d31e04eb0db692ada9c5f53324760f11 (diff)
downloadmozo-29c7b70ef0b750d7e8e2994aeaa68340b6406b10.tar.bz2
mozo-29c7b70ef0b750d7e8e2994aeaa68340b6406b10.tar.xz
fixed incorrect fsf addresses.
-rw-r--r--Mozo/MainWindow.py2
-rw-r--r--Mozo/MenuEditor.py2
-rw-r--r--Mozo/util.py2
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