# HG changeset patch # User Erik Naggum # Date 873374232 0 # Node ID d82a9979603324f033dded6299d3e3cc2c4ad2dd # Parent 19f79afe3e786d5e9100430bb909b98991c082c2 (main): Update Copyright messages. diff -r 19f79afe3e78 -r d82a99796033 src/emacs.c --- a/src/emacs.c Thu Sep 04 06:30:27 1997 +0000 +++ b/src/emacs.c Thu Sep 04 11:57:12 1997 +0000 @@ -524,7 +524,7 @@ else { printf ("GNU Emacs %s\n", XSTRING (tem)->data); - printf ("Copyright (C) 1996 Free Software Foundation, Inc.\n"); + printf ("Copyright (C) 1997 Free Software Foundation, Inc.\n"); printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); printf ("You may redistribute copies of Emacs\n"); printf ("under the terms of the GNU General Public License.\n");