[gnome-maps/wip/osrm-routing: 13/24] Add license to osrm.js
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/osrm-routing: 13/24] Add license to osrm.js
- Date: Wed, 3 Jul 2013 22:39:04 +0000 (UTC)
commit cea5a24424444d8e225059963cc6da752164a20e
Author: Jussi Kukkonen <jku goto fi>
Date: Mon Apr 22 16:37:01 2013 +0300
Add license to osrm.js
src/osrm.js | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/src/osrm.js b/src/osrm.js
index 762ca86..c38872d 100644
--- a/src/osrm.js
+++ b/src/osrm.js
@@ -1,3 +1,23 @@
+/*
+ * Copyright (c) 2013 Jussi Kukkonen.
+ *
+ * GNOME Maps is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * GNOME Maps is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * 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
+ *
+ * Author: Jussi Kukkonen <jku goto fi>
+ */
+
const GLib = imports.gi.GLib;
const Soup = imports.gi.Soup;
const Lang = imports.lang;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]