diff options
author | geoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-04-11 18:58:10 +0000 |
---|---|---|
committer | geoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-04-11 18:58:10 +0000 |
commit | 1f5840533dc298e6e59cf3905d2be89356f397bf (patch) | |
tree | 6acdd0b5b5dd5231c9e905712daaa3d8bd9266a5 /navit | |
parent | 13e729196c879a3c370cf6a860bf2ee077224871 (diff) | |
download | navit-1f5840533dc298e6e59cf3905d2be89356f397bf.tar.gz |
Add:Core: Adds in forgotten licensing
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4421 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit')
-rw-r--r-- | navit/font/freetype/font_freetype.c | 18 | ||||
-rw-r--r-- | navit/font/freetype/font_freetype.h | 19 | ||||
-rw-r--r-- | navit/maptool/boundaries.c | 18 | ||||
-rw-r--r-- | navit/maptool/buffer.c | 18 | ||||
-rw-r--r-- | navit/maptool/ch.c | 19 | ||||
-rw-r--r-- | navit/maptool/coastline.c | 18 | ||||
-rw-r--r-- | navit/maptool/geom.c | 18 | ||||
-rw-r--r-- | navit/maptool/itembin.c | 19 | ||||
-rw-r--r-- | navit/maptool/itembin_buffer.c | 18 | ||||
-rw-r--r-- | navit/maptool/maptool.h | 18 | ||||
-rw-r--r-- | navit/maptool/osm.c | 18 | ||||
-rw-r--r-- | navit/maptool/osm_protobuf.c | 18 | ||||
-rw-r--r-- | navit/maptool/osm_protobufdb.c | 18 | ||||
-rw-r--r-- | navit/maptool/osm_psql.c | 18 | ||||
-rw-r--r-- | navit/maptool/osm_xml.c | 18 | ||||
-rw-r--r-- | navit/maptool/sourcesink.c | 18 | ||||
-rw-r--r-- | navit/maptool/tempfile.c | 18 |
17 files changed, 308 insertions, 1 deletions
diff --git a/navit/font/freetype/font_freetype.c b/navit/font/freetype/font_freetype.c index 814ae5caf..4a3317df5 100644 --- a/navit/font/freetype/font_freetype.c +++ b/navit/font/freetype/font_freetype.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 "config.h" #ifdef HAVE_FONTCONFIG #include <fontconfig/fontconfig.h> diff --git a/navit/font/freetype/font_freetype.h b/navit/font/freetype/font_freetype.h index e075d5167..246c47b99 100644 --- a/navit/font/freetype/font_freetype.h +++ b/navit/font/freetype/font_freetype.h @@ -1,4 +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. + */ struct font_freetype_font; struct font_freetype_glyph; diff --git a/navit/maptool/boundaries.c b/navit/maptool/boundaries.c index 92688517f..e83fb4ea9 100644 --- a/navit/maptool/boundaries.c +++ b/navit/maptool/boundaries.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 <stdio.h> #include <string.h> #include "maptool.h" diff --git a/navit/maptool/buffer.c b/navit/maptool/buffer.c index ad64e9ecb..d842da773 100644 --- a/navit/maptool/buffer.c +++ b/navit/maptool/buffer.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 <stdlib.h> #include "maptool.h" #include "debug.h" diff --git a/navit/maptool/ch.c b/navit/maptool/ch.c index 8696cc2cd..1691241d8 100644 --- a/navit/maptool/ch.c +++ b/navit/maptool/ch.c @@ -1,3 +1,22 @@ +/** + * 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 <math.h> #include <stdlib.h> #include "maptool.h" diff --git a/navit/maptool/coastline.c b/navit/maptool/coastline.c index c6a1de715..c3d8dbf4c 100644 --- a/navit/maptool/coastline.c +++ b/navit/maptool/coastline.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 "maptool.h" #include "debug.h" diff --git a/navit/maptool/geom.c b/navit/maptool/geom.c index ad32b74e7..70df51a90 100644 --- a/navit/maptool/geom.c +++ b/navit/maptool/geom.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 <string.h> #include "maptool.h" diff --git a/navit/maptool/itembin.c b/navit/maptool/itembin.c index 9c50f29ba..b7e0c0797 100644 --- a/navit/maptool/itembin.c +++ b/navit/maptool/itembin.c @@ -1,3 +1,22 @@ +/** + * 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 <string.h> #include <stdlib.h> #include "maptool.h" diff --git a/navit/maptool/itembin_buffer.c b/navit/maptool/itembin_buffer.c index 4b492fdb8..33894b2b2 100644 --- a/navit/maptool/itembin_buffer.c +++ b/navit/maptool/itembin_buffer.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 <string.h> #include <stdlib.h> #include "maptool.h" diff --git a/navit/maptool/maptool.h b/navit/maptool/maptool.h index 696fed748..c7bfef07d 100644 --- a/navit/maptool/maptool.h +++ b/navit/maptool/maptool.h @@ -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 <glib.h> #include "config.h" #include "coord.h" diff --git a/navit/maptool/osm.c b/navit/maptool/osm.c index ea25f4da4..3b6d3079c 100644 --- a/navit/maptool/osm.c +++ b/navit/maptool/osm.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 <unistd.h> #include <string.h> #include <stdlib.h> diff --git a/navit/maptool/osm_protobuf.c b/navit/maptool/osm_protobuf.c index 236d45935..0bcf75782 100644 --- a/navit/maptool/osm_protobuf.c +++ b/navit/maptool/osm_protobuf.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 <string.h> #include <stdlib.h> #include <math.h> diff --git a/navit/maptool/osm_protobufdb.c b/navit/maptool/osm_protobufdb.c index bf4c0a056..77f4aa686 100644 --- a/navit/maptool/osm_protobufdb.c +++ b/navit/maptool/osm_protobufdb.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 <string.h> #include <stdlib.h> #include <math.h> diff --git a/navit/maptool/osm_psql.c b/navit/maptool/osm_psql.c index f21d04ad2..2365e8460 100644 --- a/navit/maptool/osm_psql.c +++ b/navit/maptool/osm_psql.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 <string.h> #include <stdlib.h> #include <math.h> diff --git a/navit/maptool/osm_xml.c b/navit/maptool/osm_xml.c index 85ec1957c..45c854f87 100644 --- a/navit/maptool/osm_xml.c +++ b/navit/maptool/osm_xml.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 <string.h> #include <stdlib.h> #include <math.h> diff --git a/navit/maptool/sourcesink.c b/navit/maptool/sourcesink.c index ef287e4c0..97aa7de7d 100644 --- a/navit/maptool/sourcesink.c +++ b/navit/maptool/sourcesink.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 <stdio.h> #include <glib.h> #include <string.h> diff --git a/navit/maptool/tempfile.c b/navit/maptool/tempfile.c index 8d8788a00..cf78028cf 100644 --- a/navit/maptool/tempfile.c +++ b/navit/maptool/tempfile.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 <unistd.h> #include "maptool.h" #include "debug.h" |