aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-01-26 22:09:40 +0000
committerRichard M. Stallman1999-01-26 22:09:40 +0000
commit7e8e59d0cd34abda9fd4f88a8072072738bb9d60 (patch)
tree90b72ed48c4f9fa169085ea485e09fb7c67f97ba
parent5b907c5e202c085f1e7f22f8cc0f5c9cb9f24a27 (diff)
downloademacs-7e8e59d0cd34abda9fd4f88a8072072738bb9d60.tar.gz
emacs-7e8e59d0cd34abda9fd4f88a8072072738bb9d60.zip
(main): Up-date copyright.
-rw-r--r--src/emacs.c2
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");