summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2014-01-08 22:11:15 +0100
committerBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>2015-09-13 20:25:18 +0200
commitae191d21863d5c8d420a5d83199d3fd903341e67 (patch)
treefd14f6f71527dbf540a6e078285aa369a7ef3e70
parentf1d9b8869649d8bc139814481818e9c32a050cc2 (diff)
downloadgnome-screenshot-ae191d21863d5c8d420a5d83199d3fd903341e67.tar.gz
Update FSF Address
https://bugzilla.gnome.org/show_bug.cgi?id=721503
-rw-r--r--COPYING4
-rw-r--r--src/gnome-screenshot.c2
-rw-r--r--src/screenshot-application.c2
-rw-r--r--src/screenshot-application.h2
-rw-r--r--src/screenshot-area-selection.c2
-rw-r--r--src/screenshot-area-selection.h2
-rw-r--r--src/screenshot-config.c2
-rw-r--r--src/screenshot-config.h2
-rw-r--r--src/screenshot-dialog.c2
-rw-r--r--src/screenshot-dialog.h2
-rw-r--r--src/screenshot-filename-builder.c2
-rw-r--r--src/screenshot-filename-builder.h2
-rw-r--r--src/screenshot-interactive-dialog.c2
-rw-r--r--src/screenshot-interactive-dialog.h2
-rw-r--r--src/screenshot-shadow.c2
-rw-r--r--src/screenshot-shadow.h2
-rw-r--r--src/screenshot-utils.c2
-rw-r--r--src/screenshot-utils.h2
18 files changed, 19 insertions, 19 deletions
diff --git a/COPYING b/COPYING
index d60c31a..623b625 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
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
Also add information on how to contact you by electronic and paper mail.
diff --git a/src/gnome-screenshot.c b/src/gnome-screenshot.c
index 111184d..1990a07 100644
--- a/src/gnome-screenshot.c
+++ b/src/gnome-screenshot.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/src/screenshot-application.c b/src/screenshot-application.c
index aab5e85..791bb9c 100644
--- a/src/screenshot-application.c
+++ b/src/screenshot-application.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/src/screenshot-application.h b/src/screenshot-application.h
index 31cecd6..3549590 100644
--- a/src/screenshot-application.h
+++ b/src/screenshot-application.h
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/src/screenshot-area-selection.c b/src/screenshot-area-selection.c
index 5411830..5d149d7 100644
--- a/src/screenshot-area-selection.c
+++ b/src/screenshot-area-selection.c
@@ -15,7 +15,7 @@
*
* 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,
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
*/
#include <config.h>
diff --git a/src/screenshot-area-selection.h b/src/screenshot-area-selection.h
index b29fbfe..be81d5e 100644
--- a/src/screenshot-area-selection.h
+++ b/src/screenshot-area-selection.h
@@ -15,7 +15,7 @@
*
* 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,
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
*/
#ifndef __SCREENSHOT_AREA_SELECTION_H__
diff --git a/src/screenshot-config.c b/src/screenshot-config.c
index 8e57264..9724904 100644
--- a/src/screenshot-config.c
+++ b/src/screenshot-config.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/src/screenshot-config.h b/src/screenshot-config.h
index 7b606d8..ff7e473 100644
--- a/src/screenshot-config.h
+++ b/src/screenshot-config.h
@@ -14,7 +14,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/src/screenshot-dialog.c b/src/screenshot-dialog.c
index 91ebc36..fd0cbdc 100644
--- a/src/screenshot-dialog.c
+++ b/src/screenshot-dialog.c
@@ -14,7 +14,7 @@
*
* 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,
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
*/
#include <config.h>
diff --git a/src/screenshot-dialog.h b/src/screenshot-dialog.h
index 7b7ce26..45b0641 100644
--- a/src/screenshot-dialog.h
+++ b/src/screenshot-dialog.h
@@ -14,7 +14,7 @@
*
* 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,
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
*/
#ifndef __SCREENSHOT_DIALOG_H__
diff --git a/src/screenshot-filename-builder.c b/src/screenshot-filename-builder.c
index 5eade9c..7ad4371 100644
--- a/src/screenshot-filename-builder.c
+++ b/src/screenshot-filename-builder.c
@@ -14,7 +14,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/src/screenshot-filename-builder.h b/src/screenshot-filename-builder.h
index 2b0868f..b259285 100644
--- a/src/screenshot-filename-builder.h
+++ b/src/screenshot-filename-builder.h
@@ -14,7 +14,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/src/screenshot-interactive-dialog.c b/src/screenshot-interactive-dialog.c
index ce38056..d0b9f71 100644
--- a/src/screenshot-interactive-dialog.c
+++ b/src/screenshot-interactive-dialog.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/src/screenshot-interactive-dialog.h b/src/screenshot-interactive-dialog.h
index 137998c..1bc5e47 100644
--- a/src/screenshot-interactive-dialog.h
+++ b/src/screenshot-interactive-dialog.h
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/src/screenshot-shadow.c b/src/screenshot-shadow.c
index 194ba31..003500a 100644
--- a/src/screenshot-shadow.c
+++ b/src/screenshot-shadow.c
@@ -15,7 +15,7 @@
*
* 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,
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
*/
/* Shadow code from anders */
diff --git a/src/screenshot-shadow.h b/src/screenshot-shadow.h
index 932e687..85988e3 100644
--- a/src/screenshot-shadow.h
+++ b/src/screenshot-shadow.h
@@ -14,7 +14,7 @@
*
* 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,
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
*/
#ifndef __SCREENSHOT_SHADOW_H__
diff --git a/src/screenshot-utils.c b/src/screenshot-utils.c
index 26dd84d..5ab1830 100644
--- a/src/screenshot-utils.c
+++ b/src/screenshot-utils.c
@@ -15,7 +15,7 @@
*
* 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,
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
*/
#include <config.h>
diff --git a/src/screenshot-utils.h b/src/screenshot-utils.h
index 6beea05..5382315 100644
--- a/src/screenshot-utils.h
+++ b/src/screenshot-utils.h
@@ -14,7 +14,7 @@
*
* 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,
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
*/
#ifndef __SCREENSHOT_UTILS_H__