From bb8d90286da7fd1e839fd7092cf4a40be3a96577 Mon Sep 17 00:00:00 2001 From: horwitz Date: Thu, 5 Jun 2008 21:56:14 +0000 Subject: Add license files and headers git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1100 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- COPYING | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 COPYING (limited to 'COPYING') diff --git a/COPYING b/COPYING new file mode 100644 index 000000000..8943726ec --- /dev/null +++ b/COPYING @@ -0,0 +1,162 @@ +The following files are lincensed under the terms of the +GNU General Public License (see GPL-2): + +navit/tools/gpx2navit_txt/src/utils.c +navit/tools/gpx2navit_txt/src/setmeta.c +navit/tools/gpx2navit_txt/src/setpath.c +navit/tools/gpx2navit_txt/src/emess.h +navit/tools/gpx2navit_txt/src/main.c +navit/tools/gpx2navit_txt/src/geod_for.c +navit/tools/gpx2navit_txt/src/setwpt.c +navit/tools/gpx2navit_txt/src/gpx2navit_txt.h +navit/tools/gpx2navit_txt/src/geodesic.h +navit/tools/gpx2navit_txt/src/geod_set.c +navit/tools/gpx2navit_txt/src/errorcode.h +navit/tools/gpx2navit_txt/src/geod_inv.c +navit/tools/gpx2navit_txt/src/elementControl.c +navit/tools/gpx2navit_txt/src/misc.c +navit/tools/gpx2navit_txt/src/parser.c +navit/tools/gpx2navit_txt/depcomp +navit/tools/gpx2navit_txt/config.guess +navit/tools/gpx2navit_txt/config.sub +navit/tools/gpx2navit_txt/COPYING +navit/tools/gpx2navit_txt/missing +navit/vehicle/file/vehicle_file.c +navit/vehicle/demo/vehicle_demo.c +navit/vehicle/gpsd/vehicle_gpsd.c +navit/gui/sdl/cegui_keyboard.h +navit/gui/sdl/wmcontrol.c +navit/gui/sdl/sdl_events.cpp +navit/gui/sdl/wmcontrol.h +navit/gui/sdl/gui_sdl.h +navit/gui/sdl/sdl_events.h +navit/gui/sdl/cegui_keyboard.cpp +navit/gui/sdl/gui_sdl_window.cpp +navit/gui/gtk/gui_gtk.h +navit/gui/gtk/gui_gtk_window.c +navit/gui/gtk/datawindow.c +navit/gui/gtk/destination.c +navit/gui/gtk/gui_gtk_statusbar.c +navit/gui/gtk/gui_gtk_action.c +navit/gui/internal/gui_internal.c +navit/graphics/opengl/graphics_opengl.c +navit/graphics/gtk_gl_ext/graphics_gtk_gl_ext.c +navit/graphics/qt_qpainter/graphics_qt_qpainter.cpp +navit/graphics/gtk_drawing_area/graphics_gtk_drawing_area.c +navit/graphics/null/graphics_null.c +navit/speech/cmdline/speech_cmdline.c +navit/speech/speech_dispatcher/speech_speech_dispatcher.c +navit/data/mg/tree.c +navit/data/mg/poly.c +navit/data/mg/street.c +navit/data/mg/town.c +navit/data/mg/mg.h +navit/data/mg/block.c +navit/data/mg/map.c +navit/data/textfile/textfile.c +navit/data/textfile/textfile.h +navit/data/binfile/binfile.c +navit/data/garmin_img/garmin_img.c +navit/data/garmin/gentypes.c +navit/data/garmin/gar2navit.c +navit/data/garmin/garmin.c +navit/osd/core/osd_core.c +navit/binding/python/binding_python.c +navit/binding/dbus/binding_dbus.c +navit/country.c +navit/track.c +navit/compass.c +navit/util.c +navit/debug.c +navit/route.c +navit/param.c +navit/menu.c +navit/speech.c +navit/attr.c +navit/transform.c +navit/projection.c +navit/layout.c +navit/cursor.c +navit/event.c +navit/gui.c +navit/osd.c +navit/item.c +navit/navigation.c +navit/graphics.c +navit/profile.c +navit/popup.c +navit/coord.c +navit/osm2navit.c +navit/mapset.c +navit/plugin.c +navit/data_window.c +navit/search.c +navit/map.c +navit/maptype.c +navit/file.c +navit/vehicle.c +navit/navit.c +navit/log.c +navit/phrase.c +navit/main.c +navit/xmlconfig.c +navit/callback.c + + +The following files are lincensed under the terms of the +GNU Library General Public License (see LGPL): + +navit/callback.h +navit/country.h +navit/track.h +navit/compass.h +navit/item_def.h +navit/util.h +navit/debug.h +navit/point.h +navit/route.h +navit/param.h +navit/zipfile.h +navit/menu.h +navit/map_data.h +navit/speech.h +navit/data.h +navit/attr.h +navit/data_window_int.h +navit/transform.h +navit/plugin_def.h +navit/projection.h +navit/layout.h +navit/cursor.h +navit/color.h +navit/destination.h +navit/event.h +navit/gui.h +navit/osd.h +navit/item.h +navit/navigation.h +navit/graphics.h +navit/profile.h +navit/popup.h +navit/types.h +navit/coord.h +navit/draw_info.h +navit/endianess.h +navit/map-share.h +navit/mapset.h +navit/plugin.h +navit/data_window.h +navit/search.h +navit/gtkext.h +navit/layer.h +navit/map.h +navit/maptype.h +navit/file.h +navit/vehicle.h +navit/log.h +navit/navit.h +navit/phrase.h +navit/main.h +navit/xmlconfig.h +navit/attr_def.h + -- cgit v1.2.1