Commit 7b329a2d authored by Martin Pool's avatar Martin Pool

Follow advice from GPL to insert a disclaimer of warranty in the

version and help information.
parent 599dc93c
......@@ -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"
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment