From f66c48c89194dc4bb728e285a6e54552f1d9cf80 Mon Sep 17 00:00:00 2001 From: geoghegan Date: Tue, 5 Apr 2011 21:39:28 +0000 Subject: [PATCH] Add:Maptool: Adds in forgotten licence git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4415 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/map/csv/quadtree.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/navit/navit/map/csv/quadtree.c b/navit/navit/map/csv/quadtree.c index 8782576..a663649 100644 --- a/navit/navit/map/csv/quadtree.c +++ b/navit/navit/map/csv/quadtree.c @@ -1,3 +1,21 @@ +/** + * Navit, a modular navigation system. + * Copyright (C) 2005-2011 Navit Team + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + * + * 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. + */ #include #include -- 2.7.4