[gedit-list] [PATCH] Use new FSF address in GPL notices.



Just a nitpick discovered when trying to make a Fedora/EPEL package for
gedit-plugin-git.

Any thoughts?

Best,

Matěj

---
 plugins/git/git/__init__.py          | 4 ++--
 plugins/git/git/appactivatable.py    | 4 ++--
 plugins/git/git/debug.py             | 4 ++--
 plugins/git/git/diffrenderer.py      | 4 ++--
 plugins/git/git/viewactivatable.py   | 4 ++--
 plugins/git/git/windowactivatable.py | 4 ++--
 plugins/git/git/workerthread.py      | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/plugins/git/git/__init__.py b/plugins/git/git/__init__.py
index d015f98..db522c8 100644
--- a/plugins/git/git/__init__.py
+++ b/plugins/git/git/__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 Street, Fifth Floor, Boston, MA
+#  02110-1301 USA.
 
 from .appactivatable import GitAppActivatable
 from .viewactivatable import GitViewActivatable
diff --git a/plugins/git/git/appactivatable.py b/plugins/git/git/appactivatable.py
index 3c58aff..cd1937a 100644
--- a/plugins/git/git/appactivatable.py
+++ b/plugins/git/git/appactivatable.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 Street, Fifth Floor, Boston, MA
+#  02110-1301 USA.
 
 import gi
 gi.require_version('Ggit', '1.0')
diff --git a/plugins/git/git/debug.py b/plugins/git/git/debug.py
index ad2ff0a..d608574 100644
--- a/plugins/git/git/debug.py
+++ b/plugins/git/git/debug.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 Street, Fifth Floor, Boston, MA
+#  02110-1301 USA.
  
 import inspect
 import io
diff --git a/plugins/git/git/diffrenderer.py b/plugins/git/git/diffrenderer.py
index 709f0b9..ffe4586 100644
--- a/plugins/git/git/diffrenderer.py
+++ b/plugins/git/git/diffrenderer.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 Street, Fifth Floor, Boston, MA
+#  02110-1301 USA.
 
 from gi.repository import Gdk, Gtk, GtkSource
 
diff --git a/plugins/git/git/viewactivatable.py b/plugins/git/git/viewactivatable.py
index 9b62f16..9595976 100644
--- a/plugins/git/git/viewactivatable.py
+++ b/plugins/git/git/viewactivatable.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 Street, Fifth Floor, Boston, MA
+#  02110-1301 USA.
 
 from gi.repository import GLib, GObject, Gtk, Gedit, Ggit
 
diff --git a/plugins/git/git/windowactivatable.py b/plugins/git/git/windowactivatable.py
index c922e63..0fded6d 100644
--- a/plugins/git/git/windowactivatable.py
+++ b/plugins/git/git/windowactivatable.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 Street, Fifth Floor, Boston, MA
+#  02110-1301 USA.
 
 from gi.repository import GLib, GObject, Gio, Gedit, Ggit
 
diff --git a/plugins/git/git/workerthread.py b/plugins/git/git/workerthread.py
index de53bce..5a8569a 100644
--- a/plugins/git/git/workerthread.py
+++ b/plugins/git/git/workerthread.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 Street, Fifth Floor, Boston, MA
+#  02110-1301 USA.
 
 from gi.repository import GLib
 
-- 
1.8.3.1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]