changeset 67992:8c81fd7e6877

(fancy-splash-tail, normal-splash-screen): Update copyright year.
author Romain Francoise <romain@orebokech.com>
date Tue, 03 Jan 2006 08:40:49 +0000
parents 5216001bd597
children 29f5edda3fd3
files lisp/ChangeLog lisp/startup.el
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jan 03 08:40:26 2006 +0000
+++ b/lisp/ChangeLog	Tue Jan 03 08:40:49 2006 +0000
@@ -1,3 +1,8 @@
+2006-01-03  Romain Francoise  <romain@orebokech.com>
+
+	* startup.el (fancy-splash-tail, normal-splash-screen):
+	Update copyright year.
+
 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
 
 	* cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
--- a/lisp/startup.el	Tue Jan 03 08:40:26 2006 +0000
+++ b/lisp/startup.el	Tue Jan 03 08:40:49 2006 +0000
@@ -1,7 +1,7 @@
 ;;; startup.el --- process Emacs shell arguments
 
 ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-;;   2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;;   2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: internal
@@ -1266,7 +1266,7 @@
 			 (emacs-version)
 			 "\n"
 			 :face '(variable-pitch :height 0.5)
-			 "Copyright (C) 2005 Free Software Foundation, Inc.")
+			 "Copyright (C) 2006 Free Software Foundation, Inc.")
     (and auto-save-list-file-prefix
 	 ;; Don't signal an error if the
 	 ;; directory for auto-save-list files
@@ -1438,7 +1438,7 @@
 ")
 		  (insert "\n\n" (emacs-version)
 			  "
-Copyright (C) 2005 Free Software Foundation, Inc."))
+Copyright (C) 2006 Free Software Foundation, Inc."))
 
 	      ;; No mouse menus, so give help using kbd commands.
 
@@ -1486,7 +1486,7 @@
 
 	      (insert "\n\n" (emacs-version)
 		      "
-Copyright (C) 2005 Free Software Foundation, Inc.")
+Copyright (C) 2006 Free Software Foundation, Inc.")
 
 	      (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
 		       (eq (key-binding "\C-h\C-d") 'describe-distribution)