summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-01-05 21:09:00 +0100
committerJoel Rosdahl <joel@rosdahl.net>2020-01-05 21:09:25 +0100
commit6cfc49fc46b16d0b3fe9c3cde8ddf3199a36ced6 (patch)
treecc5384f5e8ad42b4fcb0c43149190e551c2b9163
parent5c6954378780a7d07faa33d5bc31bdda1a4b8bb1 (diff)
downloadccache-6cfc49fc46b16d0b3fe9c3cde8ddf3199a36ced6.tar.gz
Prepare for v3.7.7
-rw-r--r--LICENSE.adoc2
-rw-r--r--src/ccache.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE.adoc b/LICENSE.adoc
index e10ae208..2cc656e0 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-2019 Joel Rosdahl
+ Copyright (C) 2009-2020 Joel Rosdahl
-------------------------------------------------------------------------------
diff --git a/src/ccache.c b/src/ccache.c
index e617bf48..36b41bb2 100644
--- a/src/ccache.c
+++ b/src/ccache.c
@@ -46,7 +46,7 @@ static const char VERSION_TEXT[] =
MYNAME " version %s\n"
"\n"
"Copyright (C) 2002-2007 Andrew Tridgell\n"
- "Copyright (C) 2009-2019 Joel Rosdahl\n"
+ "Copyright (C) 2009-2020 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"