diff options
author | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-06-05 21:56:14 +0000 |
---|---|---|
committer | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-06-05 21:56:14 +0000 |
commit | bb8d90286da7fd1e839fd7092cf4a40be3a96577 (patch) | |
tree | dc2b0a45817ff950948c3363964eefe715cee97a /navit/mapset.h | |
parent | 4818d0318a318796d013e991b55cacaf91912bcb (diff) | |
download | navit-bb8d90286da7fd1e839fd7092cf4a40be3a96577.tar.gz |
Add license files and headers
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1100 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/mapset.h')
-rw-r--r-- | navit/mapset.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/navit/mapset.h b/navit/mapset.h index 894dee123..acba75181 100644 --- a/navit/mapset.h +++ b/navit/mapset.h @@ -1,3 +1,22 @@ +/** + * Navit, a modular navigation system. + * Copyright (C) 2005-2008 Navit Team + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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 Library General Public License for more details. + * + * You should have received a copy of the GNU Library 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. + */ + #ifndef NAVIT_MAPSET_H #define NAVIT_MAPSET_H |