Mercurial > emacs
changeset 16278:37408c6b96fd
(main): Add copyright etc. to --version output.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Sep 1996 04:58:35 +0000 |
parents | bbddbc86b82b |
children | e69577ede89e |
files | src/emacs.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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); } }