From 87a264893f10e063168bce0fec2df9a704504cb8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 25 May 2002 09:29:03 +0000 Subject: [PATCH] (main): Update copyright year. --- src/ChangeLog | 4 ++++ src/emacs.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 331256866f1..578f4fa5ac5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-05-25 Eli Zaretskii + + * emacs.c (main): Update copyright year. + 2002-05-25 Eli Zaretskii * xdisp.c (display_mode_element): New argument RISKY; all callers diff --git a/src/emacs.c b/src/emacs.c index 7c8fed8048b..62bcf1d78ff 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1,5 +1,5 @@ /* Fully extensible Emacs, running on Unix, intended for GNU. - Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001 + Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -753,7 +753,7 @@ main (argc, argv, envp) else { printf ("GNU Emacs %s\n", XSTRING (tem)->data); - printf ("Copyright (C) 2001 Free Software Foundation, Inc.\n"); + printf ("Copyright (C) 2002 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"); -- 2.39.5