diff options
Diffstat (limited to 'plugins/quickopen')
-rwxr-xr-x | plugins/quickopen/quickopen/__init__.py | 4 | ||||
-rwxr-xr-x | plugins/quickopen/quickopen/popup.py | 4 | ||||
-rwxr-xr-x | plugins/quickopen/quickopen/virtualdirs.py | 4 | ||||
-rwxr-xr-x | plugins/quickopen/quickopen/windowhelper.py | 4 |
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 |