[gnome-maps] Delete references to FSF postal address



commit 0e278a41027e938545b2173c6f5d761c8af80474
Author: Txus Ordorika <txusinho gmail com>
Date:   Sun Apr 12 23:55:05 2015 +0200

    Delete references to FSF postal address
    
    Replace it with gnu.org licenses page
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742316

 lib/maps-contact-store.c           |    3 +--
 lib/maps-contact-store.h           |    3 +--
 lib/maps-contact.c                 |    3 +--
 lib/maps-contact.h                 |    3 +--
 lib/maps.h                         |    3 +--
 src/accountListBox.js              |    3 +--
 src/application.js                 |    3 +--
 src/busyMarker.js                  |    3 +--
 src/checkIn.js                     |    3 +--
 src/checkInDialog.js               |    3 +--
 src/contactPlace.js                |    3 +--
 src/contextMenu.js                 |    3 +--
 src/epaf.js                        |    3 +--
 src/facebookBackend.js             |    3 +--
 src/favoritesPopover.js            |    3 +--
 src/foursquareBackend.js           |    3 +--
 src/foursquareGoaAuthorizer.js     |    3 +--
 src/geoclue.js                     |    3 +--
 src/http.js                        |    3 +--
 src/layersPopover.js               |    3 +--
 src/locationServiceNotification.js |    3 +--
 src/main.js                        |    3 +--
 src/mainWindow.js                  |    3 +--
 src/mapBubble.js                   |    3 +--
 src/mapMarker.js                   |    3 +--
 src/mapView.js                     |    3 +--
 src/mapWalker.js                   |    3 +--
 src/notification.js                |    3 +--
 src/notificationManager.js         |    3 +--
 src/overpass.js                    |    3 +--
 src/place.js                       |    3 +--
 src/placeBubble.js                 |    3 +--
 src/placeEntry.js                  |    3 +--
 src/placeFormatter.js              |    3 +--
 src/placeListRow.js                |    3 +--
 src/placeMarker.js                 |    3 +--
 src/placeStore.js                  |    3 +--
 src/route.js                       |    3 +--
 src/routeEntry.js                  |    3 +--
 src/routeQuery.js                  |    3 +--
 src/routeService.js                |    3 +--
 src/searchPopup.js                 |    3 +--
 src/sendToDialog.js                |    3 +--
 src/serviceBackend.js              |    3 +--
 src/settings.js                    |    3 +--
 src/sidebar.js                     |    3 +--
 src/socialPlace.js                 |    3 +--
 src/socialPlaceListBox.js          |    3 +--
 src/socialPlaceMatcher.js          |    3 +--
 src/translations.js                |    3 +--
 src/turnPointMarker.js             |    3 +--
 src/userLocationBubble.js          |    3 +--
 src/userLocationMarker.js          |    3 +--
 src/utils.js                       |    3 +--
 src/zoomControl.js                 |    3 +--
 55 files changed, 55 insertions(+), 110 deletions(-)
---
diff --git a/lib/maps-contact-store.c b/lib/maps-contact-store.c
index 112ed09..8abcb47 100644
--- a/lib/maps-contact-store.c
+++ b/lib/maps-contact-store.c
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/lib/maps-contact-store.h b/lib/maps-contact-store.h
index a1d9521..3bbf2cb 100644
--- a/lib/maps-contact-store.h
+++ b/lib/maps-contact-store.h
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/lib/maps-contact.c b/lib/maps-contact.c
index 6a5c4a6..e26a744 100644
--- a/lib/maps-contact.c
+++ b/lib/maps-contact.c
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/lib/maps-contact.h b/lib/maps-contact.h
index 7a92fa7..d036faf 100644
--- a/lib/maps-contact.h
+++ b/lib/maps-contact.h
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/lib/maps.h b/lib/maps.h
index 244bcec..a6916d2 100644
--- a/lib/maps.h
+++ b/lib/maps.h
@@ -10,8 +10,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/accountListBox.js b/src/accountListBox.js
index b68427e..ab45c2d 100644
--- a/src/accountListBox.js
+++ b/src/accountListBox.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/application.js b/src/application.js
index 56fd498..d8879d0 100644
--- a/src/application.js
+++ b/src/application.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Cosimo Cecchi <cosimoc redhat com>
  *         Zeeshan Ali (Khattak) <zeeshanak gnome org>
diff --git a/src/busyMarker.js b/src/busyMarker.js
index af0c844..d63b103 100644
--- a/src/busyMarker.js
+++ b/src/busyMarker.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/checkIn.js b/src/checkIn.js
index 175a54b..071dac4 100644
--- a/src/checkIn.js
+++ b/src/checkIn.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/checkInDialog.js b/src/checkInDialog.js
index cf1689e..02a42ba 100644
--- a/src/checkInDialog.js
+++ b/src/checkInDialog.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/contactPlace.js b/src/contactPlace.js
index 086d9d0..1ff29d4 100644
--- a/src/contactPlace.js
+++ b/src/contactPlace.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/contextMenu.js b/src/contextMenu.js
index 094ec99..8f6368f 100644
--- a/src/contextMenu.js
+++ b/src/contextMenu.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
  */
diff --git a/src/epaf.js b/src/epaf.js
index f96866d..4465a73 100644
--- a/src/epaf.js
+++ b/src/epaf.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jussi Kukkonen <jku goto fi>
  *         Mattias Bengtsson <mattias jc bengtsson gmail com>
diff --git a/src/facebookBackend.js b/src/facebookBackend.js
index 4f08426..785c78c 100644
--- a/src/facebookBackend.js
+++ b/src/facebookBackend.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/favoritesPopover.js b/src/favoritesPopover.js
index 7a712b8..7ab7432 100644
--- a/src/favoritesPopover.js
+++ b/src/favoritesPopover.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/foursquareBackend.js b/src/foursquareBackend.js
index 33ed3e0..0a69c80 100644
--- a/src/foursquareBackend.js
+++ b/src/foursquareBackend.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/foursquareGoaAuthorizer.js b/src/foursquareGoaAuthorizer.js
index f68b774..ee31214 100644
--- a/src/foursquareGoaAuthorizer.js
+++ b/src/foursquareGoaAuthorizer.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/geoclue.js b/src/geoclue.js
index cb5bb41..35af3bc 100644
--- a/src/geoclue.js
+++ b/src/geoclue.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
  */
diff --git a/src/http.js b/src/http.js
index acd2529..289e951 100644
--- a/src/http.js
+++ b/src/http.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
  */
diff --git a/src/layersPopover.js b/src/layersPopover.js
index 4d71d08..5913d8a 100644
--- a/src/layersPopover.js
+++ b/src/layersPopover.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Dario Di Nucci <linkin88mail gmail com>
  */
diff --git a/src/locationServiceNotification.js b/src/locationServiceNotification.js
index fb91955..04c7040 100644
--- a/src/locationServiceNotification.js
+++ b/src/locationServiceNotification.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/main.js b/src/main.js
index 5a6a4d0..9d584ea 100644
--- a/src/main.js
+++ b/src/main.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Cosimo Cecchi <cosimoc redhat com>
  *         Zeeshan Ali (Khattak) <zeeshanak gnome org>
diff --git a/src/mainWindow.js b/src/mainWindow.js
index adfff1f..98a500e 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Cosimo Cecchi <cosimoc redhat com>
  *         Zeeshan Ali (Khattak) <zeeshanak gnome org>
diff --git a/src/mapBubble.js b/src/mapBubble.js
index a66dff3..0d67414 100644
--- a/src/mapBubble.js
+++ b/src/mapBubble.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/mapMarker.js b/src/mapMarker.js
index 30a2e1b..122ce8d 100644
--- a/src/mapMarker.js
+++ b/src/mapMarker.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/mapView.js b/src/mapView.js
index 008964f..36c2b7c 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
  */
diff --git a/src/mapWalker.js b/src/mapWalker.js
index 8386525..9486574 100644
--- a/src/mapWalker.js
+++ b/src/mapWalker.js
@@ -15,8 +15,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
  *         Damián Nohales <damiannohales gmail com>
diff --git a/src/notification.js b/src/notification.js
index fe2027f..3cbe323 100644
--- a/src/notification.js
+++ b/src/notification.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
  */
diff --git a/src/notificationManager.js b/src/notificationManager.js
index d7d1c2e..15247c4 100644
--- a/src/notificationManager.js
+++ b/src/notificationManager.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
  *         Jonas Danielsson <jonas threetimestwo org>
diff --git a/src/overpass.js b/src/overpass.js
index 39234f4..372a0f1 100644
--- a/src/overpass.js
+++ b/src/overpass.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Rishi Raj Singh Jhelumi <rishiraj devel gmail com>
  */
diff --git a/src/place.js b/src/place.js
index cfb6ee3..91dd178 100644
--- a/src/place.js
+++ b/src/place.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/placeBubble.js b/src/placeBubble.js
index 68dc17a..98bcce4 100644
--- a/src/placeBubble.js
+++ b/src/placeBubble.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/placeEntry.js b/src/placeEntry.js
index 185b6d6..995cc59 100644
--- a/src/placeEntry.js
+++ b/src/placeEntry.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  *         Mattias Bengtsson <mattias jc bengtsson gmail com>
diff --git a/src/placeFormatter.js b/src/placeFormatter.js
index 895a762..c454a95 100644
--- a/src/placeFormatter.js
+++ b/src/placeFormatter.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/placeListRow.js b/src/placeListRow.js
index f227b77..a0e1143 100644
--- a/src/placeListRow.js
+++ b/src/placeListRow.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/placeMarker.js b/src/placeMarker.js
index ef4623d..c5033ef 100644
--- a/src/placeMarker.js
+++ b/src/placeMarker.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/placeStore.js b/src/placeStore.js
index f3be0bf..9f47fc3 100644
--- a/src/placeStore.js
+++ b/src/placeStore.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/route.js b/src/route.js
index cda2ea8..50a36a5 100644
--- a/src/route.js
+++ b/src/route.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
  */
diff --git a/src/routeEntry.js b/src/routeEntry.js
index ed6ed69..56f6efa 100644
--- a/src/routeEntry.js
+++ b/src/routeEntry.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/routeQuery.js b/src/routeQuery.js
index 2a8fef5..2108440 100644
--- a/src/routeQuery.js
+++ b/src/routeQuery.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
  */
diff --git a/src/routeService.js b/src/routeService.js
index 12e6e91..404be06 100644
--- a/src/routeService.js
+++ b/src/routeService.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
  */
diff --git a/src/searchPopup.js b/src/searchPopup.js
index 7002841..d4a204b 100644
--- a/src/searchPopup.js
+++ b/src/searchPopup.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  */
diff --git a/src/sendToDialog.js b/src/sendToDialog.js
index 129b67f..5c8b7d5 100644
--- a/src/sendToDialog.js
+++ b/src/sendToDialog.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielson <jonas threetimestwo org>
  */
diff --git a/src/serviceBackend.js b/src/serviceBackend.js
index 7eaafa0..17f8faa 100644
--- a/src/serviceBackend.js
+++ b/src/serviceBackend.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/settings.js b/src/settings.js
index 29e0e91..930e490 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
  */
diff --git a/src/sidebar.js b/src/sidebar.js
index 924e43a..e7183e7 100644
--- a/src/sidebar.js
+++ b/src/sidebar.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
  *         Mattias Bengtsson <mattias jc bengtsson gmail com>
diff --git a/src/socialPlace.js b/src/socialPlace.js
index fbfc5f5..0c4572c 100644
--- a/src/socialPlace.js
+++ b/src/socialPlace.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/socialPlaceListBox.js b/src/socialPlaceListBox.js
index 4b0869f..ba191c4 100644
--- a/src/socialPlaceListBox.js
+++ b/src/socialPlaceListBox.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/socialPlaceMatcher.js b/src/socialPlaceMatcher.js
index 767d756..c464fe6 100644
--- a/src/socialPlaceMatcher.js
+++ b/src/socialPlaceMatcher.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/translations.js b/src/translations.js
index be255e9..105bf0f 100644
--- a/src/translations.js
+++ b/src/translations.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Marcus Lundblad <ml update uu se>
  */
diff --git a/src/turnPointMarker.js b/src/turnPointMarker.js
index e35966d..6ef119e 100644
--- a/src/turnPointMarker.js
+++ b/src/turnPointMarker.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Dario Di Nucci <linkin88mail gmail com>
  */
diff --git a/src/userLocationBubble.js b/src/userLocationBubble.js
index ddcdd64..b28c9f3 100644
--- a/src/userLocationBubble.js
+++ b/src/userLocationBubble.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/userLocationMarker.js b/src/userLocationMarker.js
index bab0cc0..7ae3362 100644
--- a/src/userLocationMarker.js
+++ b/src/userLocationMarker.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Damián Nohales <damiannohales gmail com>
  */
diff --git a/src/utils.js b/src/utils.js
index 6fc47ed..e112e09 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -14,8 +14,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Cosimo Cecchi <cosimoc redhat com>
  *         Zeeshan Ali (Khattak) <zeeshanak gnome org>
diff --git a/src/zoomControl.js b/src/zoomControl.js
index 0f98121..fbb5090 100644
--- a/src/zoomControl.js
+++ b/src/zoomControl.js
@@ -12,8 +12,7 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNOME Maps; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Jonas Danielsson <jonas threetimestwo org>
  *         Mattias Bengtsson <mattias jc bengtsson gmail com>


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