From cf7221fe66f00a55c177e4f8ddf17d93275010a4 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Mon, 25 Jan 2010 08:52:07 +0100 Subject: [PATCH] Update copyright headers according to git blame output processed with http://git.pipapo.org/git-analyze-copyright Peter Simons told me that he doesnt claim copyright of his contributions --- configure.ac | 4 +++- src/llist.h | 2 +- src/nobug.h | 4 +++- src/nobug_env.c | 3 ++- src/nobug_rbdump.c | 4 +++- src/nobug_resources.c | 2 +- src/nobug_ringbuffer.c | 3 ++- src/nobug_thread.c | 3 ++- tests/Makefile.am | 2 +- tests/test.h | 2 +- tests/test.sh | 4 ++-- 11 files changed, 21 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index d8b2071..6aeae7b 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,9 @@ AC_PREREQ(2.59) AC_COPYRIGHT([ This file is part of the NoBug debugging library. - Copyright (C) 2007, 2008, Christian Thaeter + Copyright (C) + 2007, 2008, 2009, Christian Thaeter + 2009, Benny Lyons 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/llist.h b/src/llist.h index 35d9511..7abc963 100644 --- a/src/llist.h +++ b/src/llist.h @@ -4,7 +4,7 @@ Copyright (C) 2003, 2005 Christian Thaeter Copyright (C) Lumiera.org - 2008, Christian Thaeter + 2008,2009, Christian Thaeter This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/nobug.h b/src/nobug.h index 64c31bb..7ab71df 100644 --- a/src/nobug.h +++ b/src/nobug.h @@ -2,7 +2,9 @@ This file is part of the NoBug debugging library. Copyright (C) - 2007, 2008, 2009, 2010 Christian Thaeter + 2006, 2007, 2008, 2009, + 2010, Christian Thaeter + 2009, Francois Kubler 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/nobug_env.c b/src/nobug_env.c index 30355be..33ef363 100644 --- a/src/nobug_env.c +++ b/src/nobug_env.c @@ -1,7 +1,8 @@ /* This file is part of the NoBug debugging library. - Copyright (C) 2007, 2008, Christian Thaeter + Copyright (C) + 2007, 2008, Christian Thaeter 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/nobug_rbdump.c b/src/nobug_rbdump.c index 8db16a2..1671fb1 100644 --- a/src/nobug_rbdump.c +++ b/src/nobug_rbdump.c @@ -1,7 +1,9 @@ /* This file is part of the NoBug debugging library. - Copyright (C) 2008, Simeon Voelkel + Copyright (C) + 2008, Simeon Voelkel + 2008, 2009 Christian Thaeter 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/nobug_resources.c b/src/nobug_resources.c index 2313161..8b49cf3 100644 --- a/src/nobug_resources.c +++ b/src/nobug_resources.c @@ -2,7 +2,7 @@ This file is part of the NoBug debugging library. Copyright (C) - 2007, 2008, 2009, 2010 Christian Thaeter + 2007, 2008, 2009, 2010, Christian Thaeter 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/nobug_ringbuffer.c b/src/nobug_ringbuffer.c index 7877550..03bc800 100644 --- a/src/nobug_ringbuffer.c +++ b/src/nobug_ringbuffer.c @@ -1,7 +1,8 @@ /* This file is part of the NoBug debugging library. - Copyright (C) 2007, 2008, Christian Thaeter + Copyright (C) + 2007, 2008, 2009, 2010, Christian Thaeter 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/nobug_thread.c b/src/nobug_thread.c index fb6bb42..3a064cb 100644 --- a/src/nobug_thread.c +++ b/src/nobug_thread.c @@ -1,7 +1,8 @@ /* This file is part of the NoBug debugging library. - Copyright (C) 2007, 2008, Christian Thaeter + Copyright (C) + 2007, 2008, 2009, 2010, Christian Thaeter 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/tests/Makefile.am b/tests/Makefile.am index ab9b798..42e8a35 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ # This file is part of the NoBug debugging library. # # Copyright (C) -# 2007, 2008, 2009 Christian Thaeter +# 2007, 2008, 2009, Christian Thaeter # # 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/tests/test.h b/tests/test.h index 046cdd8..da8ae94 100644 --- a/tests/test.h +++ b/tests/test.h @@ -2,7 +2,7 @@ test.h - macros for running tests Copyright (C) - 2008, 2009 Christian Thaeter + 2008, 2009, Christian Thaeter This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/tests/test.sh b/tests/test.sh index 19df30e..bd273a2 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (C) Lumiera.org -# 2007 - 2010, Christian Thaeter +# Copyright (C) Lumiera.org +# 2007, 2009, 2010, Christian Thaeter # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as -- 2.11.4.GIT