summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-03-25 18:20:58 +0000
committerEli Zaretskii <eliz@gnu.org>2001-03-25 18:20:58 +0000
commit6c145d351d1255df9cd7070d0a02ef7e99a5a8fb (patch)
tree2b7efe7c52048b36a6b7cd15e879f8020ab28c7d /src/emacs.c
parent20fbd92520fd6a9fd8f21f316425727e819f1ea5 (diff)
downloademacs-6c145d351d1255df9cd7070d0a02ef7e99a5a8fb.tar.gz
(main): Update the copyright year.
From Werner LEMBERG <wl@gnu.org>.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 023c036e566..8991ec5cf84 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1,5 +1,6 @@
/* Fully extensible Emacs, running on Unix, intended for GNU.
- Copyright (C) 1985,86,87,93,94,95,97,98,1999 Free Software Foundation, Inc.
+ Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001
+ Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -751,7 +752,7 @@ main (argc, argv, envp)
else
{
printf ("GNU Emacs %s\n", XSTRING (tem)->data);
- printf ("Copyright (C) 1999 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2001 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");