Follow advice from GPL to insert a disclaimer of warranty in the
authorMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 05:00:05 +0000 (05:00 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 05:00:05 +0000 (05:00 +0000)
version and help information.

options.c

index b42f545..2252156 100644 (file)
--- 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"
+               );
 }