# HG changeset patch # User Jim Meyering # Date 920824995 0 # Node ID 6b18b85b9da97488ef30a592db82f3e29fbdf3dc # Parent 565c8d2d7914f5e9afe3558142fa7e0b6d539cfb (parse_long_options): Include `Copyright...' line in --version output. diff --git a/lib/long-options.c b/lib/long-options.c --- a/lib/long-options.c +++ b/lib/long-options.c @@ -71,10 +71,9 @@ 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