]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Update copyright year.
authorRomain Francoise <romain@orebokech.com>
Wed, 19 Oct 2005 16:53:31 +0000 (16:53 +0000)
committerRomain Francoise <romain@orebokech.com>
Wed, 19 Oct 2005 16:53:31 +0000 (16:53 +0000)
src/ChangeLog
src/emacs.c

index 852a7b9745e47791c68cd03187d6538e3f8c31f8..4bfa70cf3f1734551c0c1c4a4aa27b35c91b20ab 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-19  Romain Francoise  <romain@orebokech.com>
+
+       * emacs.c (main): Update copyright year.
+
 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
 
        * image.c (Vmax_image_size): New variable.
 
        * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
 
-       * emacs.c (main): Update copyright year.
-
        * fileio.c (Fread_file_name): Expand DIR if not absolute.
 
        * insdel.c (del_range_2, replace_range): Don't write an anchor
index 4eee9e0e53429148132abaf80fc5fd3a5f2963d5..d3e16c046db099cffe50ad3ecf63625156718eae 100644 (file)
@@ -896,7 +896,7 @@ main (argc, argv
       else
        {
          printf ("GNU Emacs %s\n", SDATA (tem));
-         printf ("Copyright (C) 2004 Free Software Foundation, Inc.\n");
+         printf ("Copyright (C) 2005 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");