changeset 66203:b5d371a00ee3

(main): Update copyright year.
author Romain Francoise <romain@orebokech.com>
date Wed, 19 Oct 2005 16:53:31 +0000
parents 04eb729be330
children a8db6fae0f83
files src/ChangeLog src/emacs.c
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 19 12:54:43 2005 +0000
+++ b/src/ChangeLog	Wed Oct 19 16:53:31 2005 +0000
@@ -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.
@@ -7170,8 +7174,6 @@
 
 	* 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
--- a/src/emacs.c	Wed Oct 19 12:54:43 2005 +0000
+++ b/src/emacs.c	Wed Oct 19 16:53:31 2005 +0000
@@ -896,7 +896,7 @@
       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");