From: Joel Rosdahl Date: Wed, 2 Jan 2019 15:18:50 +0000 (+0100) Subject: Update copyright years X-Git-Tag: v3.5.1~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e766546549ec5404c0e9d70ecdb37766e4cf0e2a;p=thirdparty%2Fccache.git Update copyright years --- diff --git a/LICENSE.adoc b/LICENSE.adoc index c2c1604ba..007617ec7 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -38,7 +38,7 @@ The copyright for ccache as a whole is as follows: ------------------------------------------------------------------------------- Copyright (C) 2002-2007 Andrew Tridgell - Copyright (C) 2009-2018 Joel Rosdahl + Copyright (C) 2009-2019 Joel Rosdahl ------------------------------------------------------------------------------- diff --git a/src/ccache.c b/src/ccache.c index bade8470f..2b88b2864 100644 --- a/src/ccache.c +++ b/src/ccache.c @@ -1,7 +1,7 @@ // ccache -- a fast C/C++ compiler cache // // Copyright (C) 2002-2007 Andrew Tridgell -// Copyright (C) 2009-2018 Joel Rosdahl +// Copyright (C) 2009-2019 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 @@ -47,7 +47,7 @@ static const char VERSION_TEXT[] = MYNAME " version %s\n" "\n" "Copyright (C) 2002-2007 Andrew Tridgell\n" - "Copyright (C) 2009-2018 Joel Rosdahl\n" + "Copyright (C) 2009-2019 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"