From a482007a7fe1b27f6377306ef4fc460a500413cb Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Tue, 9 Nov 2010 23:48:33 +0100 Subject: [PATCH] Improve copyright holders I tried to explore Git in order to identify copyright related issues. The result is quite incomplete or incoherent: the changes I made does not use strict rules. So, I hope I did not irritate anybody. If you think your name should be listed somewhere, or should be removed, send the patch. --- src/babel.c | 1 + src/clipboard.c | 1 + src/curl_download.c | 5 ++++- src/datasource_bfilter.c | 2 +- src/datasource_gc.c | 2 +- src/datasource_gps.c | 2 ++ src/dem.c | 1 + src/dems.c | 1 + src/dialog.c | 2 ++ src/download.c | 1 + src/download.h | 1 + src/garminsymbols.c | 2 ++ src/globals.c | 2 ++ src/gpx.c | 5 ++++- src/modules.c | 2 +- src/osm.c | 1 + src/terraservermapsource.c | 2 +- src/terraservermapsource.h | 2 +- src/util.c | 4 ++-- src/util.h | 4 ++-- src/vikgobjectbuilder.c | 2 +- src/vikgobjectbuilder.h | 2 +- src/vikgpslayer.c | 1 + src/vikgpslayer.h | 1 + src/viklayer.c | 3 ++- src/vikmapslayer_compat.c | 3 ++- src/vikmapsource.c | 2 +- src/vikmapsource.h | 2 +- src/vikmapsourcedefault.c | 2 +- src/vikmapsourcedefault.h | 2 +- src/vikmaptype.c | 2 +- src/vikmaptype.h | 2 +- src/vikslippymapsource.c | 2 +- src/vikslippymapsource.h | 2 +- src/viktrwlayer.c | 5 ++++- src/viktrwlayer_propwin.c | 2 ++ src/vikviewport.c | 2 +- src/vikwindow.c | 1 + 38 files changed, 56 insertions(+), 25 deletions(-) diff --git a/src/babel.c b/src/babel.c index e9d2f4e5..91c86314 100644 --- a/src/babel.c +++ b/src/babel.c @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2006, Quy Tonthat * * 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/clipboard.c b/src/clipboard.c index 3a6f4910..81b778cb 100644 --- a/src/clipboard.c +++ b/src/clipboard.c @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2005, Alex Foobarian * * 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/curl_download.c b/src/curl_download.c index 5d94919a..9db48ba0 100644 --- a/src/curl_download.c +++ b/src/curl_download.c @@ -1,7 +1,10 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2007, Guilhem Bonnefille + * Copyright (C) 2007, Quy Tonthat + * Copyright (C) 2009-2010, Jocelyn Jaubert + * Copyright (C) 2010, Sven Wegener * * 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/datasource_bfilter.c b/src/datasource_bfilter.c index 18a8385e..b7699e3d 100644 --- a/src/datasource_bfilter.c +++ b/src/datasource_bfilter.c @@ -1,7 +1,7 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2003-2007, Evan Battaglia * * 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/datasource_gc.c b/src/datasource_gc.c index e6e81948..78feb585 100644 --- a/src/datasource_gc.c +++ b/src/datasource_gc.c @@ -1,7 +1,7 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2003-2007, Evan Battaglia * * 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/datasource_gps.c b/src/datasource_gps.c index 95fcc371..6d430eb3 100644 --- a/src/datasource_gps.c +++ b/src/datasource_gps.c @@ -2,6 +2,8 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2006, Alex Foobarian + * Copyright (C) 2010, Rob Norris * * 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/dem.c b/src/dem.c index 9c86a052..3af597bc 100644 --- a/src/dem.c +++ b/src/dem.c @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2008, Evan Battaglia + * Copyright (C) 2007, Quy Tonthat * * 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/dems.c b/src/dems.c index 7906e0c8..d1ad6733 100644 --- a/src/dems.c +++ b/src/dems.c @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2008, Evan Battaglia + * Copyright (C) 2007, Quy Tonthat * * 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/dialog.c b/src/dialog.c index d793ae97..7ef466d6 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -2,6 +2,8 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2008, Hein Ragas + * Copyright (C) 2010, Rob Norris * * 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/download.c b/src/download.c index ef594893..dd129d2d 100644 --- a/src/download.c +++ b/src/download.c @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2007, 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 diff --git a/src/download.h b/src/download.h index 7a336645..591c8919 100644 --- a/src/download.h +++ b/src/download.h @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2007, 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 diff --git a/src/garminsymbols.c b/src/garminsymbols.c index 147f4fe2..99be4bc2 100644 --- a/src/garminsymbols.c +++ b/src/garminsymbols.c @@ -2,6 +2,8 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2005, Alex Foobarian + * Copyright (C) 2008, Quy Tonthat * * 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/globals.c b/src/globals.c index c3585b7b..265062af 100644 --- a/src/globals.c +++ b/src/globals.c @@ -2,6 +2,8 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2008, Guilhem Bonnefille + * Copyright (C) 2010, Rob Norris * * 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/gpx.c b/src/gpx.c index 9802fdb6..adcfe411 100644 --- a/src/gpx.c +++ b/src/gpx.c @@ -1,7 +1,10 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2003-2007, Evan Battaglia + * Copyright (C) 2007, Quy Tonthat + * Copyright (C) 2008, Hein Ragas + * Copyright (C) 2009, Tal B * * Some of the code adapted from GPSBabel 1.2.7 * http://gpsbabel.sf.net/ diff --git a/src/modules.c b/src/modules.c index 2ed757e6..68a8cb9f 100644 --- a/src/modules.c +++ b/src/modules.c @@ -1,7 +1,7 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2006-2007, Guilhem Bonnefille + * Copyright (C) 2006-2010, 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 diff --git a/src/osm.c b/src/osm.c index 5503c00d..1c2a0bcc 100644 --- a/src/osm.c +++ b/src/osm.c @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2007, 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 diff --git a/src/terraservermapsource.c b/src/terraservermapsource.c index dbff9723..8f0bd510 100644 --- a/src/terraservermapsource.c +++ b/src/terraservermapsource.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/terraservermapsource.h b/src/terraservermapsource.h index 4f28991b..874b519a 100644 --- a/src/terraservermapsource.h +++ b/src/terraservermapsource.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/util.c b/src/util.c index 2c761a55..fefef829 100644 --- a/src/util.c +++ b/src/util.c @@ -1,8 +1,8 @@ /* * Viking - GPS data editor - * Copyright (C) 2007 Guilhem Bonnefille + * Copyright (C) 2007, Guilhem Bonnefille * Based on: - * Copyright (C) 2003-2007 Leandro A. F. Pereira + * Copyright (C) 2003-2007, Leandro A. F. Pereira * * 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/util.h b/src/util.h index 955b812e..50871f03 100644 --- a/src/util.h +++ b/src/util.h @@ -1,9 +1,9 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2007-2009 Guilhem Bonnefille + * Copyright (C) 2007-2009, Guilhem Bonnefille * Based on: - * Copyright (C) 2003-2007 Leandro A. F. Pereira + * Copyright (C) 2003-2007, Leandro A. F. Pereira * * 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/vikgobjectbuilder.c b/src/vikgobjectbuilder.c index 24839335..d5076554 100644 --- a/src/vikgobjectbuilder.c +++ b/src/vikgobjectbuilder.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/vikgobjectbuilder.h b/src/vikgobjectbuilder.h index 2c3e4258..682340db 100644 --- a/src/vikgobjectbuilder.h +++ b/src/vikgobjectbuilder.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/vikgpslayer.c b/src/vikgpslayer.c index 61dd338b..8b689ca3 100644 --- a/src/vikgpslayer.c +++ b/src/vikgpslayer.c @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2006-2008, Quy Tonthat * * 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/vikgpslayer.h b/src/vikgpslayer.h index 7928dccc..54858446 100644 --- a/src/vikgpslayer.h +++ b/src/vikgpslayer.h @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2006-2008, Quy Tonthat * * 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/viklayer.c b/src/viklayer.c index 522be1f8..b635e628 100644 --- a/src/viklayer.c +++ b/src/viklayer.c @@ -1,7 +1,8 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2005, Alex Foobarian + * Copyright (C) 2003-2007, Evan Battaglia * * 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/vikmapslayer_compat.c b/src/vikmapslayer_compat.c index 0fd04bcb..f143265c 100644 --- a/src/vikmapslayer_compat.c +++ b/src/vikmapslayer_compat.c @@ -2,7 +2,8 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2005, Evan Battaglia - * Copyright (C) 2008-2009, Guilhem Bonnefille + * Copyright (C) 2008-2009, Guilhem Bonnefille + * * UTM multi-zone stuff by Kit Transue * Dynamic map type by Guilhem Bonnefille * diff --git a/src/vikmapsource.c b/src/vikmapsource.c index 9015f5b4..9895318e 100644 --- a/src/vikmapsource.c +++ b/src/vikmapsource.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/vikmapsource.h b/src/vikmapsource.h index e56545de..0634f6c6 100644 --- a/src/vikmapsource.h +++ b/src/vikmapsource.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/vikmapsourcedefault.c b/src/vikmapsourcedefault.c index b0b84280..07f112ee 100644 --- a/src/vikmapsourcedefault.c +++ b/src/vikmapsourcedefault.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/vikmapsourcedefault.h b/src/vikmapsourcedefault.h index 2143fe38..30eeedc3 100644 --- a/src/vikmapsourcedefault.h +++ b/src/vikmapsourcedefault.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/vikmaptype.c b/src/vikmaptype.c index 50072660..f7bc6ef3 100644 --- a/src/vikmaptype.c +++ b/src/vikmaptype.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/vikmaptype.h b/src/vikmaptype.h index 34c23e24..42020c3d 100644 --- a/src/vikmaptype.h +++ b/src/vikmaptype.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/vikslippymapsource.c b/src/vikslippymapsource.c index d680ae24..035b5b1e 100644 --- a/src/vikslippymapsource.c +++ b/src/vikslippymapsource.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/vikslippymapsource.h b/src/vikslippymapsource.h index 0e975a19..651eaad7 100644 --- a/src/vikslippymapsource.h +++ b/src/vikslippymapsource.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/src/viktrwlayer.c b/src/viktrwlayer.c index 2e66b33a..622570b5 100644 --- a/src/viktrwlayer.c +++ b/src/viktrwlayer.c @@ -1,7 +1,10 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2003-2007, Evan Battaglia + * Copyright (C) 2005-2008, Alex Foobarian + * Copyright (C) 2007, Quy Tonthat + * Copyright (C) 2009, Hein Ragas * * 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/viktrwlayer_propwin.c b/src/viktrwlayer_propwin.c index 1a829309..b9cdbf7d 100644 --- a/src/viktrwlayer_propwin.c +++ b/src/viktrwlayer_propwin.c @@ -2,6 +2,8 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2005-2007, Alex Foobarian + * Copyright (C) 2007-2008, Quy Tonthat * * 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/vikviewport.c b/src/vikviewport.c index 6158a460..25f2601f 100644 --- a/src/vikviewport.c +++ b/src/vikviewport.c @@ -1,7 +1,7 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2003-2007, Evan Battaglia * * Lat/Lon plotting functions calcxy* are from GPSDrive * GPSDrive Copyright (C) 2001-2004 Fritz Ganter diff --git a/src/vikwindow.c b/src/vikwindow.c index 95ad1bf4..450ba0e2 100644 --- a/src/vikwindow.c +++ b/src/vikwindow.c @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2005-2006, Alex Foobarian * * 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 -- 2.39.5