From 93dce2bc982cb90c4bdc935da979208a0589e446 Mon Sep 17 00:00:00 2001
From: Steve Zesch <stevezesch2@gmail.com>
Date: Sun, 18 Nov 2012 20:54:49 -0500
Subject: fixed incorrect fsf addresses.

---
 plugins/quickopen/quickopen/__init__.py     | 4 ++--
 plugins/quickopen/quickopen/popup.py        | 4 ++--
 plugins/quickopen/quickopen/virtualdirs.py  | 4 ++--
 plugins/quickopen/quickopen/windowhelper.py | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

(limited to 'plugins/quickopen')

diff --git a/plugins/quickopen/quickopen/__init__.py b/plugins/quickopen/quickopen/__init__.py
index 75623a37..1a617d93 100755
--- a/plugins/quickopen/quickopen/__init__.py
+++ b/plugins/quickopen/quickopen/__init__.py
@@ -14,8 +14,8 @@
 #
 #  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., 59 Temple Place, Suite 330,
-#  Boston, MA 02111-1307, USA.
+#  Foundation, Inc., 51 Franklin St, Fifth Floor,
+#  Boston, MA 02110-1301, USA.
 
 import pluma
 from windowhelper import WindowHelper
diff --git a/plugins/quickopen/quickopen/popup.py b/plugins/quickopen/quickopen/popup.py
index 5aa83725..edd9ab08 100755
--- a/plugins/quickopen/quickopen/popup.py
+++ b/plugins/quickopen/quickopen/popup.py
@@ -14,8 +14,8 @@
 #
 #  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., 59 Temple Place, Suite 330,
-#  Boston, MA 02111-1307, USA.
+#  Foundation, Inc., 51 Franklin St, Fifth Floor,
+#  Boston, MA 02110-1301, USA.
 
 import gtk
 import gtk.gdk
diff --git a/plugins/quickopen/quickopen/virtualdirs.py b/plugins/quickopen/quickopen/virtualdirs.py
index 13c5c3a3..9fc1c796 100755
--- a/plugins/quickopen/quickopen/virtualdirs.py
+++ b/plugins/quickopen/quickopen/virtualdirs.py
@@ -14,8 +14,8 @@
 #
 #  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., 59 Temple Place, Suite 330,
-#  Boston, MA 02111-1307, USA.
+#  Foundation, Inc., 51 Franklin St, Fifth Floor,
+#  Boston, MA 02110-1301, USA.
 
 import gtk
 import gio
diff --git a/plugins/quickopen/quickopen/windowhelper.py b/plugins/quickopen/quickopen/windowhelper.py
index 0d87550e..dd1f8e90 100755
--- a/plugins/quickopen/quickopen/windowhelper.py
+++ b/plugins/quickopen/quickopen/windowhelper.py
@@ -14,8 +14,8 @@
 #
 #  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., 59 Temple Place, Suite 330,
-#  Boston, MA 02111-1307, USA.
+#  Foundation, Inc., 51 Franklin St, Fifth Floor,
+#  Boston, MA 02110-1301, USA.
 
 import pluma
 import gtk
-- 
cgit v1.2.1