From: Kaj-Michael Lang Date: Fri, 25 Apr 2008 10:36:16 +0000 (+0300) Subject: Add missing GPL header X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f519595332b53cdf9564157292035f27dea10df;p=mapper Add missing GPL header --- diff --git a/src/image-cache.c b/src/image-cache.c index 56836ee..7f5c0b7 100644 --- a/src/image-cache.c +++ b/src/image-cache.c @@ -1,3 +1,23 @@ +/* + * This file is part of mapper + * + * Copyright (C) 2008 Kaj-Michael Lang + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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 "image-cache.h" ImageCache * diff --git a/src/image-cache.h b/src/image-cache.h index 9bc7130..25f3faa 100644 --- a/src/image-cache.h +++ b/src/image-cache.h @@ -1,3 +1,23 @@ +/* + * This file is part of mapper + * + * Copyright (C) 2008 Kaj-Michael Lang + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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. + */ + #ifndef _MAPPER_IMAGE_CACHE_H #define _MAPPER_IMAGE_CACHE_H diff --git a/src/osm-db-import.c b/src/osm-db-import.c index b2576f7..1cfcc19 100644 --- a/src/osm-db-import.c +++ b/src/osm-db-import.c @@ -1,7 +1,7 @@ /* * This file is part of mapper * - * Copyright (C) 2007 Kaj-Michael Lang + * Copyright (C) 2008 Kaj-Michael Lang * * 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 diff --git a/src/path.c b/src/path.c index 7e20514..2a6268c 100644 --- a/src/path.c +++ b/src/path.c @@ -1,3 +1,22 @@ +/* + * This file is part of mapper + * + * Copyright (C) 2008 Kaj-Michael Lang + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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 diff --git a/src/path.h b/src/path.h index 6879e71..a949178 100644 --- a/src/path.h +++ b/src/path.h @@ -1,3 +1,23 @@ +/* + * This file is part of mapper + * + * Copyright (C) 2008 Kaj-Michael Lang + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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. + */ + #ifndef _PATH_H #define _PATH_H