From 7b329a2d798d24d5f3928b3a8653cedb16d3425e Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 19 Mar 2002 05:00:05 +0000 Subject: [PATCH] Follow advice from GPL to insert a disclaimer of warranty in the version and help information. --- options.c | 7 +++++++ 1 file changed, 7 insertions(+) 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" + ); } -- 2.34.1