From bfecd26e5a400e54bfb705112e6eb1ebf6084920 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Sun, 10 Oct 2010 21:01:01 +0100 Subject: [PATCH] Add copyright for files vikgoto.h & vikgotoxmltool.h git log confirms original author as Guilhem Bonnefille Thus also amend the corresponding .c files to remove incorrect Created by statement. --- src/vikgoto.c | 2 +- src/vikgoto.h | 21 +++++++++++++++++++++ src/vikgotoxmltool.c | 1 - src/vikgotoxmltool.h | 21 +++++++++++++++++++++ 4 files changed, 43 insertions(+), 2 deletions(-) diff --git a/src/vikgoto.c b/src/vikgoto.c index 407883a9..cc38fb16 100644 --- a/src/vikgoto.c +++ b/src/vikgoto.c @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2009, Guilhem Bonnefille * * 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 @@ -17,7 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Created by Quy Tonthat */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/vikgoto.h b/src/vikgoto.h index 7661492a..ce05276c 100644 --- a/src/vikgoto.h +++ b/src/vikgoto.h @@ -1,3 +1,24 @@ +/* + * viking -- GPS Data and Topo Analyzer, Explorer, and Manager + * + * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2009, Guilhem Bonnefille + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ #ifndef __VIK_SEARCH_H #define __VIK_SEARCH_H diff --git a/src/vikgotoxmltool.c b/src/vikgotoxmltool.c index d0b6a009..e4db4d66 100644 --- a/src/vikgotoxmltool.c +++ b/src/vikgotoxmltool.c @@ -18,7 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Created by Quy Tonthat */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/vikgotoxmltool.h b/src/vikgotoxmltool.h index de6ab920..97011568 100644 --- a/src/vikgotoxmltool.h +++ b/src/vikgotoxmltool.h @@ -1,3 +1,24 @@ +/* + * viking -- GPS Data and Topo Analyzer, Explorer, and Manager + * + * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2009, Guilhem Bonnefille + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ #ifndef __VIK_GOTO_XML_TOOL_H #define __VIK_GOTO_XML_TOOL_H -- 2.39.5