diff options
-rw-r--r-- | Mozo/MainWindow.py | 2 | ||||
-rw-r--r-- | Mozo/MenuEditor.py | 2 | ||||
-rw-r--r-- | 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 |