]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Update the Copyright year in the blurb printed
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Mar 2002 17:53:09 +0000 (17:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Mar 2002 17:53:09 +0000 (17:53 +0000)
by "emacs --version".

src/ChangeLog
src/emacs.c

index b7e5ea87220bef114b735561fe0f5cdf15ce4a13..c802d34aaaec830d3eb9e40b980aabe486b7c54b 100644 (file)
@@ -1,5 +1,8 @@
 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * emacs.c (main): Update the Copyright year in the blurb printed
+       by "emacs --version".
+
        * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
 
        * xterm.c (XTread_socket): If XK_ISO_Lock and
index 6f2d3e3f19538f0af563da8078f764e1c627dc0d..f01fb79bfe2532720de79a81df2ad0784bef2992 100644 (file)
@@ -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 @@ 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");