Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnome-maps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
134
Issues
134
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-maps
Commits
0e278a41
Commit
0e278a41
authored
Apr 12, 2015
by
Txus Ordorika
Committed by
Jonas Danielsson
Apr 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete references to FSF postal address
Replace it with gnu.org licenses page
https://bugzilla.gnome.org/show_bug.cgi?id=742316
parent
5a0bbbce
Changes
55
Hide whitespace changes
Inline
Side-by-side
Showing
55 changed files
with
55 additions
and
110 deletions
+55
-110
lib/maps-contact-store.c
lib/maps-contact-store.c
+1
-2
lib/maps-contact-store.h
lib/maps-contact-store.h
+1
-2
lib/maps-contact.c
lib/maps-contact.c
+1
-2
lib/maps-contact.h
lib/maps-contact.h
+1
-2
lib/maps.h
lib/maps.h
+1
-2
src/accountListBox.js
src/accountListBox.js
+1
-2
src/application.js
src/application.js
+1
-2
src/busyMarker.js
src/busyMarker.js
+1
-2
src/checkIn.js
src/checkIn.js
+1
-2
src/checkInDialog.js
src/checkInDialog.js
+1
-2
src/contactPlace.js
src/contactPlace.js
+1
-2
src/contextMenu.js
src/contextMenu.js
+1
-2
src/epaf.js
src/epaf.js
+1
-2
src/facebookBackend.js
src/facebookBackend.js
+1
-2
src/favoritesPopover.js
src/favoritesPopover.js
+1
-2
src/foursquareBackend.js
src/foursquareBackend.js
+1
-2
src/foursquareGoaAuthorizer.js
src/foursquareGoaAuthorizer.js
+1
-2
src/geoclue.js
src/geoclue.js
+1
-2
src/http.js
src/http.js
+1
-2
src/layersPopover.js
src/layersPopover.js
+1
-2
src/locationServiceNotification.js
src/locationServiceNotification.js
+1
-2
src/main.js
src/main.js
+1
-2
src/mainWindow.js
src/mainWindow.js
+1
-2
src/mapBubble.js
src/mapBubble.js
+1
-2
src/mapMarker.js
src/mapMarker.js
+1
-2
src/mapView.js
src/mapView.js
+1
-2
src/mapWalker.js
src/mapWalker.js
+1
-2
src/notification.js
src/notification.js
+1
-2
src/notificationManager.js
src/notificationManager.js
+1
-2
src/overpass.js
src/overpass.js
+1
-2
src/place.js
src/place.js
+1
-2
src/placeBubble.js
src/placeBubble.js
+1
-2
src/placeEntry.js
src/placeEntry.js
+1
-2
src/placeFormatter.js
src/placeFormatter.js
+1
-2
src/placeListRow.js
src/placeListRow.js
+1
-2
src/placeMarker.js
src/placeMarker.js
+1
-2
src/placeStore.js
src/placeStore.js
+1
-2
src/route.js
src/route.js
+1
-2
src/routeEntry.js
src/routeEntry.js
+1
-2
src/routeQuery.js
src/routeQuery.js
+1
-2
src/routeService.js
src/routeService.js
+1
-2
src/searchPopup.js
src/searchPopup.js
+1
-2
src/sendToDialog.js
src/sendToDialog.js
+1
-2
src/serviceBackend.js
src/serviceBackend.js
+1
-2
src/settings.js
src/settings.js
+1
-2
src/sidebar.js
src/sidebar.js
+1
-2
src/socialPlace.js
src/socialPlace.js
+1
-2
src/socialPlaceListBox.js
src/socialPlaceListBox.js
+1
-2
src/socialPlaceMatcher.js
src/socialPlaceMatcher.js
+1
-2
src/translations.js
src/translations.js
+1
-2
src/turnPointMarker.js
src/turnPointMarker.js
+1
-2
src/userLocationBubble.js
src/userLocationBubble.js
+1
-2
src/userLocationMarker.js
src/userLocationMarker.js
+1
-2
src/utils.js
src/utils.js
+1
-2
src/zoomControl.js
src/zoomControl.js
+1
-2
No files found.
lib/maps-contact-store.c
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
lib/maps-contact-store.h
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
lib/maps-contact.c
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
lib/maps-contact.h
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
lib/maps.h
View file @
0e278a41
...
@@ -10,8 +10,7 @@
...
@@ -10,8 +10,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
src/accountListBox.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/application.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Cosimo Cecchi <cosimoc@redhat.com>
* Author: Cosimo Cecchi <cosimoc@redhat.com>
* Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
* Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
...
...
src/busyMarker.js
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
src/checkIn.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/checkInDialog.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/contactPlace.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
src/contextMenu.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
* Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
*/
*/
...
...
src/epaf.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jussi Kukkonen <jku@goto.fi>
* Author: Jussi Kukkonen <jku@goto.fi>
* Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
* Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
...
...
src/facebookBackend.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/favoritesPopover.js
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
src/foursquareBackend.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/foursquareGoaAuthorizer.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/geoclue.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
* Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
*/
*/
...
...
src/http.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
*/
*/
...
...
src/layersPopover.js
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Dario Di Nucci <linkin88mail@gmail.com>
* Author: Dario Di Nucci <linkin88mail@gmail.com>
*/
*/
...
...
src/locationServiceNotification.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
src/main.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Cosimo Cecchi <cosimoc@redhat.com>
* Author: Cosimo Cecchi <cosimoc@redhat.com>
* Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
* Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
...
...
src/mainWindow.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Cosimo Cecchi <cosimoc@redhat.com>
* Author: Cosimo Cecchi <cosimoc@redhat.com>
* Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
* Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
...
...
src/mapBubble.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/mapMarker.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/mapView.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
* Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
*/
*/
...
...
src/mapWalker.js
View file @
0e278a41
...
@@ -15,8 +15,7 @@
...
@@ -15,8 +15,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
* Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
* Damián Nohales <damiannohales@gmail.com>
* Damián Nohales <damiannohales@gmail.com>
...
...
src/notification.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
*/
*/
...
...
src/notificationManager.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
* Jonas Danielsson <jonas@threetimestwo.org>
* Jonas Danielsson <jonas@threetimestwo.org>
...
...
src/overpass.js
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Rishi Raj Singh Jhelumi <rishiraj.devel@gmail.com>
* Author: Rishi Raj Singh Jhelumi <rishiraj.devel@gmail.com>
*/
*/
...
...
src/place.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
src/placeBubble.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/placeEntry.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
* Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
...
...
src/placeFormatter.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/placeListRow.js
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
src/placeMarker.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Damián Nohales <damiannohales@gmail.com>
* Author: Damián Nohales <damiannohales@gmail.com>
*/
*/
...
...
src/placeStore.js
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
src/route.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
*/
*/
...
...
src/routeEntry.js
View file @
0e278a41
...
@@ -12,8 +12,7 @@
...
@@ -12,8 +12,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Jonas Danielsson <jonas@threetimestwo.org>
* Author: Jonas Danielsson <jonas@threetimestwo.org>
*/
*/
...
...
src/routeQuery.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.
*
*
* You should have received a copy of the GNU General Public License along
* You should have received a copy of the GNU General Public License along
* with GNOME Maps; if not, write to the Free Software Foundation,
* with GNOME Maps; if not, see <http://www.gnu.org/licenses/>.
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
* Author: Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
*/
*/
...
...
src/routeService.js
View file @
0e278a41
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
* for more details.
* for more details.