changeset 67991:5216001bd597

(main): Update copyright year.
author Romain Francoise <romain@orebokech.com>
date Tue, 03 Jan 2006 08:40:26 +0000
parents dd0a5d76e46b
children 8c81fd7e6877
files src/ChangeLog src/emacs.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jan 03 08:24:37 2006 +0000
+++ b/src/ChangeLog	Tue Jan 03 08:40:26 2006 +0000
@@ -1,3 +1,7 @@
+2006-01-03  Romain Francoise  <romain@orebokech.com>
+
+	* emacs.c (main): Update copyright year.
+
 2006-01-03  Ken Raeburn  <raeburn@mit.edu>
 
 	* callproc.c (delete_temp_file): Bind file-name-handler-alist to
--- a/src/emacs.c	Tue Jan 03 08:24:37 2006 +0000
+++ b/src/emacs.c	Tue Jan 03 08:40:26 2006 +0000
@@ -1,6 +1,6 @@
 /* Fully extensible Emacs, running on Unix, intended for GNU.
    Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999,
-                 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+                 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -899,7 +899,7 @@
       else
 	{
 	  printf ("GNU Emacs %s\n", SDATA (tem));
-	  printf ("Copyright (C) 2005 Free Software Foundation, Inc.\n");
+	  printf ("Copyright (C) 2006 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");