changeset 44092:6e6b0dac43c6

(main): Update the Copyright year in the blurb printed by "emacs --version".
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Mar 2002 17:52:16 +0000
parents 43171c2a3671
children 49a2e59f302b
files src/emacs.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Fri Mar 22 16:14:47 2002 +0000
+++ b/src/emacs.c	Fri Mar 22 17:52:16 2002 +0000
@@ -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.
@@ -812,7 +812,7 @@
       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");