]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Update copyright year.
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 May 2002 09:29:03 +0000 (09:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 May 2002 09:29:03 +0000 (09:29 +0000)
src/ChangeLog
src/emacs.c

index 331256866f194ead81c9cb5c4b0bad989e1af264..578f4fa5ac5f9000c74ce65bf1a81cceb90b0407 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs.c (main): Update copyright year.
+
 2002-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * xdisp.c (display_mode_element): New argument RISKY; all callers
index 7c8fed8048b0aa36586db8c7f531deeabcbe4d29..62bcf1d78ffbeee1211ffac40fda6d0c1ad39f95 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.
@@ -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");