From e62478ed1b7653585d89c00df926879c91cc3ce2 Mon Sep 17 00:00:00 2001 From: zaxl Date: Thu, 25 Oct 2007 19:00:14 +0000 Subject: [PATCH] Add GPL header and Garmin trademarks git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@474 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/src/data/garmin/gar2navit.c | 22 ++++++++++++++++++++++ navit/src/data/garmin/garmin.c | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/navit/src/data/garmin/gar2navit.c b/navit/src/data/garmin/gar2navit.c index 33838be..6073234 100644 --- a/navit/src/data/garmin/gar2navit.c +++ b/navit/src/data/garmin/gar2navit.c @@ -1,4 +1,26 @@ /* + Copyright (C) 2007 Alexander Atanasov + + 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/navit/src/data/garmin/garmin.c b/navit/src/data/garmin/garmin.c index f30e313..3339f7c 100644 --- a/navit/src/data/garmin/garmin.c +++ b/navit/src/data/garmin/garmin.c @@ -1,3 +1,25 @@ +/* + Copyright (C) 2007 Alexander Atanasov + + 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 #include #include -- 2.7.4