From 83af9954b1026521f2f06c330220940d1c427392 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Mar 1999 16:43:15 +0000 Subject: [PATCH] (parse_long_options): Include `Copyright...' line in --version output. --- lib/long-options.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/long-options.c b/lib/long-options.c index ec826e61d1..649fdb98e5 100644 --- a/lib/long-options.c +++ b/lib/long-options.c @@ -71,10 +71,9 @@ parse_long_options (int argc, case 'v': printf ("%s (%s) %s\n", command_name, package, version); printf (_("\ -\n\ +Copyright (C) 1999 Free Software Foundation, Inc.\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 -- 2.30.2