summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/accountListBox.js3
-rw-r--r--src/application.js3
-rw-r--r--src/busyMarker.js3
-rw-r--r--src/checkIn.js3
-rw-r--r--src/checkInDialog.js3
-rw-r--r--src/contactPlace.js3
-rw-r--r--src/contextMenu.js3
-rw-r--r--src/epaf.js3
-rw-r--r--src/facebookBackend.js3
-rw-r--r--src/favoritesPopover.js3
-rw-r--r--src/foursquareBackend.js3
-rw-r--r--src/foursquareGoaAuthorizer.js3
-rw-r--r--src/geoclue.js3
-rw-r--r--src/http.js3
-rw-r--r--src/layersPopover.js3
-rw-r--r--src/locationServiceNotification.js3
-rw-r--r--src/main.js3
-rw-r--r--src/mainWindow.js3
-rw-r--r--src/mapBubble.js3
-rw-r--r--src/mapMarker.js3
-rw-r--r--src/mapView.js3
-rw-r--r--src/mapWalker.js3
-rw-r--r--src/notification.js3
-rw-r--r--src/notificationManager.js3
-rw-r--r--src/overpass.js3
-rw-r--r--src/place.js3
-rw-r--r--src/placeBubble.js3
-rw-r--r--src/placeEntry.js3
-rw-r--r--src/placeFormatter.js3
-rw-r--r--src/placeListRow.js3
-rw-r--r--src/placeMarker.js3
-rw-r--r--src/placeStore.js3
-rw-r--r--src/route.js3
-rw-r--r--src/routeEntry.js3
-rw-r--r--src/routeQuery.js3
-rw-r--r--src/routeService.js3
-rw-r--r--src/searchPopup.js3
-rw-r--r--src/sendToDialog.js3
-rw-r--r--src/serviceBackend.js3
-rw-r--r--src/settings.js3
-rw-r--r--src/sidebar.js3
-rw-r--r--src/socialPlace.js3
-rw-r--r--src/socialPlaceListBox.js3
-rw-r--r--src/socialPlaceMatcher.js3
-rw-r--r--src/translations.js3
-rw-r--r--src/turnPointMarker.js3
-rw-r--r--src/userLocationBubble.js3
-rw-r--r--src/userLocationMarker.js3
-rw-r--r--src/utils.js3
-rw-r--r--src/zoomControl.js3
50 files changed, 50 insertions, 100 deletions
diff --git a/src/accountListBox.js b/src/accountListBox.js
index b68427e7..ab45c2de 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 56fd4985..d8879d05 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 af0c8442..d63b103f 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 175a54b2..071dac4e 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 cf1689ef..02a42bab 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 086d9d06..1ff29d44 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 094ec99f..8f6368fa 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 f96866da..4465a730 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 4f084261..785c78c2 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 7a712b85..7ab74328 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 33ed3e0c..0a69c804 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 f68b7741..ee31214e 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 cb5bb411..35af3bc7 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 acd25299..289e951e 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 4d71d08a..5913d8aa 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 fb919558..04c7040b 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 5a6a4d0e..9d584ea5 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 adfff1f0..98a500e2 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 a66dff34..0d67414e 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 30a2e1b7..122ce8d7 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 008964ff..36c2b7c7 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 83865250..9486574c 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 fe2027f3..3cbe323a 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 d7d1c2eb..15247c45 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 39234f48..372a0f14 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 cfb6ee33..91dd178f 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 68dc17a7..98bcce47 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 185b6d68..995cc598 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 895a7624..c454a956 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 f227b77b..a0e1143f 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 ef4623d9..c5033efd 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 f3be0bf8..9f47fc36 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 cda2ea8b..50a36a59 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 ed6ed69f..56f6efa7 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 2a8fef57..21084405 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 12e6e916..404be064 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 70028413..d4a204b6 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 129b67fd..5c8b7d53 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 7eaafa05..17f8faa1 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 29e0e911..930e4906 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 924e43a6..e7183e7b 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 fbfc5f50..0c4572c2 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 4b0869f5..ba191c45 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 767d7566..c464fe60 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 be255e96..105bf0f4 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 e35966da..6ef119eb 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 ddcdd641..b28c9f32 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 bab0cc04..7ae3362e 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 6fc47edf..e112e09d 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 0f98121b..fbb5090c 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>