From: Joel Rosdahl Date: Wed, 17 Feb 2010 21:47:50 +0000 (+0100) Subject: Expand license notice in the --version text X-Git-Tag: v3.0pre0~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a49cf6661f9a8b6a9ccaa6d42cdd092791ff007;p=thirdparty%2Fccache.git Expand license notice in the --version text --- diff --git a/ccache.c b/ccache.c index 66403adc6..529cc1957 100644 --- a/ccache.c +++ b/ccache.c @@ -1644,9 +1644,18 @@ static int ccache_main(int argc, char *argv[]) switch (c) { case 'V': printf("ccache version %s\n", CCACHE_VERSION); - printf("Copyright Andrew Tridgell 2002-2007\n"); - printf("Copyright Joel Rosdahl 2009-2010\n"); - printf("Released under the GNU GPL v2 or later\n"); + printf("\n"); + printf("See http://ccache.samba.org.\n"); + printf("\n"); + printf("Copyright (C) Andrew Tridgell 2002-2007\n"); + printf("Copyright (C) Joel Rosdahl 2009-2010\n"); + printf("\n"); + printf("This program is free software; you can"); + printf(" redistribute it and/or modify it under\nthe"); + printf(" terms of the GNU General Public License as"); + printf(" published by the Free Software\nFoundation;"); + printf(" either version 2 of the License, or (at"); + printf(" your option) any later\nversion.\n"); exit(0); case 'h':