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 71387f76fc2..bf3e46c71d8 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -524,7 +524,7 @@ main (argc, argv, envp) | |||
| 524 | else | 524 | else |
| 525 | { | 525 | { |
| 526 | printf ("GNU Emacs %s\n", XSTRING (tem)->data); | 526 | printf ("GNU Emacs %s\n", XSTRING (tem)->data); |
| 527 | printf ("Copyright (C) 1996 Free Software Foundation, Inc.\n"); | 527 | printf ("Copyright (C) 1997 Free Software Foundation, Inc.\n"); |
| 528 | printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); | 528 | printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); |
| 529 | printf ("You may redistribute copies of Emacs\n"); | 529 | printf ("You may redistribute copies of Emacs\n"); |
| 530 | printf ("under the terms of the GNU General Public License.\n"); | 530 | printf ("under the terms of the GNU General Public License.\n"); |