From e766546549ec5404c0e9d70ecdb37766e4cf0e2a Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 2 Jan 2019 16:18:50 +0100 Subject: [PATCH] Update copyright years --- LICENSE.adoc | 2 +- src/ccache.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.47.2