]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update copyright notices
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Feb 2010 20:01:34 +0000 (21:01 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Feb 2010 20:03:29 +0000 (21:03 +0100)
ccache.c
cleanup.c
manifest.c
stats.c
test.sh
util.c

index 5ed438887fb1063748e2f8153c332619d7e841fc..66403adc6ca871720555ba2e43a42d8f0c673869 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -3,9 +3,9 @@
 
   The idea is based on the shell-script compilercache by Erik Thiele <erikyyy@erikyyy.de>
 
-   Copyright (C) Andrew Tridgell 2002
+   Copyright (C) Andrew Tridgell 2002-2007
    Copyright (C) Martin Pool 2003
-   Copyright (C) Joel Rosdahl 2009
+   Copyright (C) Joel Rosdahl 2009-2010
 
    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
@@ -1644,7 +1644,8 @@ static int ccache_main(int argc, char *argv[])
                switch (c) {
                case 'V':
                        printf("ccache version %s\n", CCACHE_VERSION);
-                       printf("Copyright Andrew Tridgell 2002\n");
+                       printf("Copyright Andrew Tridgell 2002-2007\n");
+                       printf("Copyright Joel Rosdahl 2009-2010\n");
                        printf("Released under the GNU GPL v2 or later\n");
                        exit(0);
 
index 98e62d9609245687a38db6de1b35f1ff9ce72473..4078ce9edcfa396a49291d4eaec747e2e7d345d0 100644 (file)
--- a/cleanup.c
+++ b/cleanup.c
@@ -1,5 +1,6 @@
 /*
-   Copyright (C) Andrew Tridgell 2002
+   Copyright (C) Andrew Tridgell 2002-2006
+   Copyright (C) Joel Rosdahl 2009-2010
 
    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
index 32779ce7f6fafc3d5999fb183032a688ddfb1506..8e38668def18d56f5502f68ed332eb6c68e7ad9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) Joel Rosdahl 2009
+ * Copyright (C) Joel Rosdahl 2009-2010
  *
  * 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 80211897fea88f55ce11536f0599bc712e08fe72..5201f1a0394ec1fd393c4e88969fb9dc62ce57f5 100644 (file)
--- a/stats.c
+++ b/stats.c
@@ -1,5 +1,6 @@
 /*
-   Copyright (C) Andrew Tridgell 2002
+   Copyright (C) Andrew Tridgell 2002-2004
+   Copyright (C) Joel Rosdahl 2009-2010
 
    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
diff --git a/test.sh b/test.sh
index f583bddaa2d147e907f3b4b73e47afd717a6710a..4f1fbed81e07fc249404844555b3cdadfc0686a1 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -1,7 +1,23 @@
 #!/bin/sh
-
-# a simple test suite for ccache
-# tridge@samba.org
+#
+# A simple test suite for ccache.
+#
+# Copyright (C) Andrew Tridgell 2002-2007
+# Copyright (C) Joel Rosdahl 2009-2010
+#
+# 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 Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 if test -n "$CC"; then
     COMPILER="$CC"
diff --git a/util.c b/util.c
index 1da2e3af5df66cd2861cb4e011f5b1e9dc236a75..b4d4beb1622d606022c3617cfc10f8e117b2f905 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,5 +1,6 @@
 /*
    Copyright (C) Andrew Tridgell 2002
+   Copyright (C) Joel Rosdahl 2009-2010
 
    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