]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Update the copyright year.
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Mar 2001 18:20:58 +0000 (18:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Mar 2001 18:20:58 +0000 (18:20 +0000)
From Werner LEMBERG <wl@gnu.org>.

src/ChangeLog
src/emacs.c

index 1cc3d4d635a58a70e7eec119a624cde28bc6a501..86ec6b1a13d5445bc0a23e7f065827acf5212ea7 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * emacs.c (main): Update the copyright year.  From Werner LEMBERG
+       <wl@gnu.org>.
+
 2001-03-25  Gerd Moellmann  <gerd@gnu.org>
 
        * xdisp.c (init_from_display_pos): Test invisible property
index 023c036e5664f605b7a9f3734bdc39fab4c81e4b..8991ec5cf840da0fdc250cdf594e260aaf3e36a8 100644 (file)
@@ -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");