From: Martin Pool Date: Tue, 19 Mar 2002 05:00:05 +0000 (+0000) Subject: Follow advice from GPL to insert a disclaimer of warranty in the X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/7b329a2d798d24d5f3928b3a8653cedb16d3425e Follow advice from GPL to insert a disclaimer of warranty in the version and help information. --- diff --git a/options.c b/options.c index b42f545b..22521566 100644 --- a/options.c +++ b/options.c @@ -173,6 +173,13 @@ static void print_rsync_version(enum logcode f) #ifdef NO_INT64 rprintf(f, "WARNING: no 64-bit integers on this platform!\n"); #endif + + rprintf(f, +"\n" +"rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n" +"are welcome to redistribute it under certain conditions. See the GNU\n" +"General Public Licence for details.\n" + ); }