diff options
| author | Erik Naggum | 1997-09-04 11:57:12 +0000 |
|---|---|---|
| committer | Erik Naggum | 1997-09-04 11:57:12 +0000 |
| commit | 744b2e45aa823ff62511614c0fce0c5c2dc7d2db (patch) | |
| tree | c0791347224acffe12d2c91e33014680728b3ee2 | |
| parent | 3c8fccc3e532c626bbda47325834f80faa324ba4 (diff) | |
| download | emacs-744b2e45aa823ff62511614c0fce0c5c2dc7d2db.tar.gz emacs-744b2e45aa823ff62511614c0fce0c5c2dc7d2db.zip | |
(main): Update Copyright messages.
| -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"); |