From: Joel Rosdahl Date: Sat, 9 Apr 2011 19:44:37 +0000 (+0200) Subject: Update copyright for 2011 X-Git-Tag: v3.1.5~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aea3c4d7a7e2d250113a1dffa0d4657d44cde53;p=thirdparty%2Fccache.git Update copyright for 2011 --- diff --git a/LICENSE.txt b/LICENSE.txt index c616009a2..7d165ceb0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -38,7 +38,7 @@ The copyright for ccache as a whole is as follows: ------------------------------------------------------------------------------- Copyright (C) 2002-2007 Andrew Tridgell - Copyright (C) 2009-2010 Joel Rosdahl + Copyright (C) 2009-2011 Joel Rosdahl ------------------------------------------------------------------------------- diff --git a/ccache.c b/ccache.c index 8a036805e..6786ee399 100644 --- a/ccache.c +++ b/ccache.c @@ -2,7 +2,7 @@ * ccache -- a fast C/C++ compiler cache * * Copyright (C) 2002-2007 Andrew Tridgell - * Copyright (C) 2009-2010 Joel Rosdahl + * Copyright (C) 2009-2011 Joel Rosdahl * * 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 @@ -36,7 +36,7 @@ static const char VERSION_TEXT[] = MYNAME " version %s\n" "\n" "Copyright (C) 2002-2007 Andrew Tridgell\n" -"Copyright (C) 2009-2010 Joel Rosdahl\n" +"Copyright (C) 2009-2011 Joel Rosdahl\n" "\n" "This program is free software; you can redistribute it and/or modify it under\n" "the terms of the GNU General Public License as published by the Free Software\n" diff --git a/execute.c b/execute.c index 6e4d002e7..80e327e5c 100644 --- a/execute.c +++ b/execute.c @@ -1,5 +1,6 @@ /* * Copyright (C) Andrew Tridgell 2002 + * Copyright (C) Joel Rosdahl 2011 * * 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 diff --git a/lockfile.c b/lockfile.c index 1e1d0afe6..84144a3ea 100644 --- a/lockfile.c +++ b/lockfile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Joel Rosdahl + * Copyright (C) 2010-2011 Joel Rosdahl * * 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 diff --git a/stats.c b/stats.c index 29dcf5e71..f6f5c1f3f 100644 --- a/stats.c +++ b/stats.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2004 Andrew Tridgell - * Copyright (C) 2009-2010 Joel Rosdahl + * Copyright (C) 2009-2011 Joel Rosdahl * * 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 diff --git a/test.sh b/test.sh index aaa2dcbcd..85f1baa46 100755 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ # A simple test suite for ccache. # # Copyright (C) 2002-2007 Andrew Tridgell -# Copyright (C) 2009-2010 Joel Rosdahl +# Copyright (C) 2009-2011 Joel Rosdahl # # 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 diff --git a/test/test_argument_processing.c b/test/test_argument_processing.c index df8f9207c..4ebf93f54 100644 --- a/test/test_argument_processing.c +++ b/test/test_argument_processing.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Joel Rosdahl + * Copyright (C) 2010-2011 Joel Rosdahl * * 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