diff options
| author | Richard M. Stallman | 1999-01-26 22:09:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-01-26 22:09:40 +0000 |
| commit | 7e8e59d0cd34abda9fd4f88a8072072738bb9d60 (patch) | |
| tree | 90b72ed48c4f9fa169085ea485e09fb7c67f97ba | |
| parent | 5b907c5e202c085f1e7f22f8cc0f5c9cb9f24a27 (diff) | |
| download | emacs-7e8e59d0cd34abda9fd4f88a8072072738bb9d60.tar.gz emacs-7e8e59d0cd34abda9fd4f88a8072072738bb9d60.zip | |
(main): Up-date copyright.
| -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"); |