# HG changeset patch # User Richard M. Stallman # Date 843368315 0 # Node ID 37408c6b96fdf1859b2fb21d8e0c0c4f9c40eb48 # Parent bbddbc86b82b209d06929a8f46f9395c713958e0 (main): Add copyright etc. to --version output. diff -r bbddbc86b82b -r 37408c6b96fd src/emacs.c --- a/src/emacs.c Sun Sep 22 04:40:37 1996 +0000 +++ b/src/emacs.c Sun Sep 22 04:58:35 1996 +0000 @@ -456,6 +456,12 @@ else { printf ("GNU Emacs %s\n", XSTRING (tem)->data); + printf ("Copyright (C) 1996 Free Software Foundation, Inc.\n"); + printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); + printf ("You may redistribute copies of Emacs\n"); + printf ("under the terms of the GNU General Public License.\n"); + printf ("For more information about these matters, "); + printf ("see the files named COPYING.\n"); exit (0); } }