From ebe0827f0b160664f265266c160bf1bfe218dfba Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Mar 1999 15:53:20 +0000 Subject: [PATCH] (parse_long_options): Add the `...NO warranty...' message. --- lib/long-options.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/long-options.c b/lib/long-options.c index fdc9ec095..ec826e61d 100644 --- a/lib/long-options.c +++ b/lib/long-options.c @@ -70,6 +70,12 @@ parse_long_options (int argc, case 'v': printf ("%s (%s) %s\n", command_name, package, version); + printf (_("\ +\n\ +This is free software; see the source for copying conditions. There is NO\n\ +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ +\n\ +")); printf (_("Written by %s.\n"), authors); close_stdout (); /* FIXME: output failure exit status should be settable via an arg. */ -- 2.11.0