summaryrefslogtreecommitdiff
path: root/navit
diff options
context:
space:
mode:
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-05-30 08:03:19 +0000
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-05-30 08:03:19 +0000
commit2c18a7197808b5eb5ec580cf7e61c961248b046b (patch)
treeb17f85076b1eb76d08c92d1e7ed80fcbad9d7e8e /navit
parentbb17539f9d5cf45ebd53e6b92f451c9b4b4ede12 (diff)
downloadnavit-2c18a7197808b5eb5ec580cf7e61c961248b046b.tar.gz
Fix:Copyrights:Added missing copyright statements
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2298 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit')
-rw-r--r--navit/map/garmin/gar2navit.h22
-rw-r--r--navit/map/garmin/garmin.h22
-rw-r--r--navit/map/poi_geodownload/poi_geodownload.c19
-rw-r--r--navit/tools/latlon2bookmark/latlon2bookmark.c19
-rw-r--r--navit/window.h19
5 files changed, 101 insertions, 0 deletions
diff --git a/navit/map/garmin/gar2navit.h b/navit/map/garmin/gar2navit.h
index 46b68855b..27c5f65e1 100644
--- a/navit/map/garmin/gar2navit.h
+++ b/navit/map/garmin/gar2navit.h
@@ -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.
+
+*/
+
#define GROUP_RGN1 0
#define GROUP_RGN2 1
diff --git a/navit/map/garmin/garmin.h b/navit/map/garmin/garmin.h
index 50935b052..94e893b12 100644
--- a/navit/map/garmin/garmin.h
+++ b/navit/map/garmin/garmin.h
@@ -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.
+
+*/
+
#define dlog(x,y ...) logfn(__FILE__,__LINE__,x, ##y)
#ifdef HARDDEBUG
#define ddlog(x,y ...) logfn(__FILE__,__LINE__,x, ##y)
diff --git a/navit/map/poi_geodownload/poi_geodownload.c b/navit/map/poi_geodownload/poi_geodownload.c
index 3545cdead..3332db330 100644
--- a/navit/map/poi_geodownload/poi_geodownload.c
+++ b/navit/map/poi_geodownload/poi_geodownload.c
@@ -1,3 +1,22 @@
+/**
+ * Navit, a modular navigation system.
+ * Copyright (C) 2005-2009 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 <mdbtools.h>
#include "config.h"
#include "debug.h"
diff --git a/navit/tools/latlon2bookmark/latlon2bookmark.c b/navit/tools/latlon2bookmark/latlon2bookmark.c
index f7905aba8..9f0eff79a 100644
--- a/navit/tools/latlon2bookmark/latlon2bookmark.c
+++ b/navit/tools/latlon2bookmark/latlon2bookmark.c
@@ -1,4 +1,23 @@
/**
+ * Navit, a modular navigation system.
+ * Copyright (C) 2005-2009 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.
+ */
+
+/**
* this program is free software, please use it as you like.
* i am not a programmer, so please have this code reviewed
* to make sure it has nog bugs or ill side efects.
diff --git a/navit/window.h b/navit/window.h
index 34254a606..b2e2acb7a 100644
--- a/navit/window.h
+++ b/navit/window.h
@@ -1,3 +1,22 @@
+/**
+ * Navit, a modular navigation system.
+ * Copyright (C) 2005-2009 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.
+ */
+
struct window {
void *priv;
int (*fullscreen)(struct window *win, int on);