aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Naggum1997-09-04 11:57:12 +0000
committerErik Naggum1997-09-04 11:57:12 +0000
commit744b2e45aa823ff62511614c0fce0c5c2dc7d2db (patch)
treec0791347224acffe12d2c91e33014680728b3ee2 /src
parent3c8fccc3e532c626bbda47325834f80faa324ba4 (diff)
downloademacs-744b2e45aa823ff62511614c0fce0c5c2dc7d2db.tar.gz
emacs-744b2e45aa823ff62511614c0fce0c5c2dc7d2db.zip
(main): Update Copyright messages.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
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");