summaryrefslogtreecommitdiff
path: root/ccache.c
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2011-04-09 21:44:54 +0200
committerJoel Rosdahl <joel@rosdahl.net>2011-04-09 21:44:54 +0200
commitea271e1c481407ac7d70e69a995594acf837e1cb (patch)
treec5edf86593b6795bcfd05b612717024b5fed5f14 /ccache.c
parent807abb1481a50980cfadb0fb72c0e8f0288efcb9 (diff)
parent1aea3c4d7a7e2d250113a1dffa0d4657d44cde53 (diff)
downloadccache-ea271e1c481407ac7d70e69a995594acf837e1cb.tar.gz
Merge branch 'maint'
* maint: Update copyright for 2011
Diffstat (limited to 'ccache.c')
-rw-r--r--ccache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ccache.c b/ccache.c
index c0cd3a27..cf1882e7 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"