diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 33d5ae290c7..f11bfcbe6d8 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -595,7 +595,7 @@ main (argc, argv, envp) | |||
| 595 | else | 595 | else |
| 596 | { | 596 | { |
| 597 | printf ("GNU Emacs %s\n", XSTRING (tem)->data); | 597 | printf ("GNU Emacs %s\n", XSTRING (tem)->data); |
| 598 | printf ("Copyright (C) 1998 Free Software Foundation, Inc.\n"); | 598 | printf ("Copyright (C) 1999 Free Software Foundation, Inc.\n"); |
| 599 | printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); | 599 | printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); |
| 600 | printf ("You may redistribute copies of Emacs\n"); | 600 | printf ("You may redistribute copies of Emacs\n"); |
| 601 | printf ("under the terms of the GNU General Public License.\n"); | 601 | printf ("under the terms of the GNU General Public License.\n"); |