summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1997-09-04 11:57:12 +0000
committerErik Naggum <erik@naggum.no>1997-09-04 11:57:12 +0000
commit6b34502cafd3edf806ce6f64dee853b45cba9e53 (patch)
tree9af4f2b2778bbe9b36a2d65fb40f61660e56ea55 /src
parent4b5b91d185a45b86411c1eda638be1b38a73a7a6 (diff)
downloademacs-6b34502cafd3edf806ce6f64dee853b45cba9e53.tar.gz
(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)
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");