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
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);
/*
- 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
/*
- * 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
/*
- 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
#!/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"
/*
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