]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update copyright for 2011
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 9 Apr 2011 19:44:37 +0000 (21:44 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 9 Apr 2011 19:44:37 +0000 (21:44 +0200)
LICENSE.txt
ccache.c
execute.c
lockfile.c
stats.c
test.sh
test/test_argument_processing.c

index c616009a2417f6f3adc8cbf87373618c43c6e953..7d165ceb0b669b2ad18b64b1ee6293d7f1ad7655 100644 (file)
@@ -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
 -------------------------------------------------------------------------------
 
 
index 8a036805ee98633bfd8fefd269458fbea689b91d..6786ee399f823ba8fd17bec0e874bc32ad045cb9 100644 (file)
--- 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"
index 6e4d002e70f5b34520c46d5a9757c2cb4a0e125a..80e327e5c7aa8de8ba9c59e1abc480322b470d11 100644 (file)
--- 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
index 1e1d0afe6904a88803e59317e7341f2f5c2e9ae6..84144a3ea48f3dd21aecf8b9ec933c7991dc5438 100644 (file)
@@ -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 29dcf5e71ae7789d2ee7e0f4c75746725a43fa97..f6f5c1f3f64f876b544e78468e1e33bb5fcf59d5 100644 (file)
--- 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 aaa2dcbcd64ad7118ed8c09a95d5abc2236c21dc..85f1baa466facdc14827e8321236b501be2923d0 100755 (executable)
--- 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
index df8f9207c78e2498875f8b7f7de1dd1c198fabc5..4ebf93f5462167521417096b9f45c6dcea3b7041 100644 (file)
@@ -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