summaryrefslogtreecommitdiff
path: root/plugins/quickopen
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-11-18 20:54:49 -0500
committerSteve Zesch <[email protected]>2012-11-18 20:54:49 -0500
commit93dce2bc982cb90c4bdc935da979208a0589e446 (patch)
tree243adb3239cee244364007282ee38464d3fce071 /plugins/quickopen
parente0673d1748fb1d3d6b3331a9956c7439ff334f4a (diff)
downloadpluma-93dce2bc982cb90c4bdc935da979208a0589e446.tar.bz2
pluma-93dce2bc982cb90c4bdc935da979208a0589e446.tar.xz
fixed incorrect fsf addresses.
Diffstat (limited to 'plugins/quickopen')
-rwxr-xr-xplugins/quickopen/quickopen/__init__.py4
-rwxr-xr-xplugins/quickopen/quickopen/popup.py4
-rwxr-xr-xplugins/quickopen/quickopen/virtualdirs.py4
-rwxr-xr-xplugins/quickopen/quickopen/windowhelper.py4
4 files changed, 8 insertions, 8 deletions
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