diff options
| author | Richard M. Stallman | 1996-09-22 04:58:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-22 04:58:35 +0000 |
| commit | b455c665da56178e817c364a25bcbc2a6cd98d47 (patch) | |
| tree | 60dc55bbcb13035b7a12930edcf9698643e9ccd3 /src | |
| parent | a7f284ec37ed130beef182a6cc6e9e6a79f8b83e (diff) | |
| download | emacs-b455c665da56178e817c364a25bcbc2a6cd98d47.tar.gz emacs-b455c665da56178e817c364a25bcbc2a6cd98d47.zip | |
(main): Add copyright etc. to --version output.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 4aa3f5d620d..f5dcaf06c66 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -456,6 +456,12 @@ main (argc, argv, envp) | |||
| 456 | else | 456 | else |
| 457 | { | 457 | { |
| 458 | printf ("GNU Emacs %s\n", XSTRING (tem)->data); | 458 | printf ("GNU Emacs %s\n", XSTRING (tem)->data); |
| 459 | printf ("Copyright (C) 1996 Free Software Foundation, Inc.\n"); | ||
| 460 | printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); | ||
| 461 | printf ("You may redistribute copies of Emacs\n"); | ||
| 462 | printf ("under the terms of the GNU General Public License.\n"); | ||
| 463 | printf ("For more information about these matters, "); | ||
| 464 | printf ("see the files named COPYING.\n"); | ||
| 459 | exit (0); | 465 | exit (0); |
| 460 | } | 466 | } |
| 461 | } | 467 | } |