[gnome-maps/wip/osrm-routing: 20/25] Add license to osrm.js



commit fbe83ef48ab0fa2a78b4783536d186bf5c041e15
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]