]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Improve ccache description in ccache.c
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 22 Apr 2010 20:25:39 +0000 (22:25 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 22 Apr 2010 20:25:39 +0000 (22:25 +0200)
ccache.c

index edefe2a5249f50a8f6d501a601e5aee696197592..419897b4bf557b43f8fbd753dce6a558b7c416c6 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -1,26 +1,24 @@
 /*
-  a re-implementation of the compilercache scripts in C
-
-  The idea is based on the shell-script compilercache by Erik Thiele <erikyyy@erikyyy.de>
-
-   Copyright (C) Andrew Tridgell 2002-2007
-   Copyright (C) Martin Pool 2003
-   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.
-*/
+ * ccache -- a fast C/C++ compiler cache
+ *
+ * Copyright (C) Andrew Tridgell 2002-2007
+ * Copyright (C) Martin Pool 2003
+ * 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.
+ */
 
 #include "ccache.h"
 #include "getopt_long.h"