summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-10-25 19:00:14 +0000
committerzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-10-25 19:00:14 +0000
commit90b4614aa27f954e1bb9bdf90225651ac60684f9 (patch)
treeb08350acbacb3143e133ad9d84d453e9e81f2081 /data
parentfd23ec3d92965d13190e2c830a296505209c6dfe (diff)
downloadnavit-svn-90b4614aa27f954e1bb9bdf90225651ac60684f9.tar.gz
Add GPL header and Garmin trademarks
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@474 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'data')
-rw-r--r--data/garmin/gar2navit.c22
-rw-r--r--data/garmin/garmin.c22
2 files changed, 44 insertions, 0 deletions
diff --git a/data/garmin/gar2navit.c b/data/garmin/gar2navit.c
index 33838bee..60732342 100644
--- a/data/garmin/gar2navit.c
+++ b/data/garmin/gar2navit.c
@@ -1,4 +1,26 @@
/*
+ Copyright (C) 2007 Alexander Atanasov <aatanasov@gmail.com>
+
+ This program 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; version 2 of the License.
+
+ This program 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 this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Garmin and MapSource are registered trademarks or trademarks
+ of Garmin Ltd. or one of its subsidiaries.
+
+*/
+
+/*
Street's are routable by:
ALL - by all
W pedestrian (1<<0)
diff --git a/data/garmin/garmin.c b/data/garmin/garmin.c
index f30e3133..3339f7cf 100644
--- a/data/garmin/garmin.c
+++ b/data/garmin/garmin.c
@@ -1,3 +1,25 @@
+/*
+ Copyright (C) 2007 Alexander Atanasov <aatanasov@gmail.com>
+
+ This program 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; version 2 of the License.
+
+ This program 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 this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Garmin and MapSource are registered trademarks or trademarks
+ of Garmin Ltd. or one of its subsidiaries.
+
+*/
+
#include <glib.h>
#include <stdlib.h>
#include <stdio.h>