diff lisp/startup.el @ 44054:c88c10a041e0

(fancy-splash-tail, normal-splash-screen): Update copyright.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 20 Mar 2002 23:15:33 +0000
parents bb2729709a8a
children abe28f3ccf1c
line wrap: on
line diff
--- a/lisp/startup.el	Wed Mar 20 23:08:58 2002 +0000
+++ b/lisp/startup.el	Wed Mar 20 23:15:33 2002 +0000
@@ -1,6 +1,6 @@
 ;;; startup.el --- process Emacs shell arguments
 
-;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 98, 99, 2000, 2001
+;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
 ;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
@@ -1197,7 +1197,7 @@
 			 (emacs-version)
 			 "\n"
 			 :face '(variable-pitch :height 0.5)
-			 "Copyright (C) 2001 Free Software Foundation, Inc.")
+			 "Copyright (C) 2002 Free Software Foundation, Inc.")
     (and auto-save-list-file-prefix
 	 ;; Don't signal an error if the
 	 ;; directory for auto-save-list files
@@ -1333,7 +1333,7 @@
 ")
 	    (insert "\n\n" (emacs-version)
 			    "
-Copyright (C) 2001 Free Software Foundation, Inc."))
+Copyright (C) 2002 Free Software Foundation, Inc."))
 
 	;; No mouse menus, so give help using kbd commands.
 
@@ -1379,7 +1379,7 @@
 
 	(insert "\n\n" (emacs-version)
 			"
-Copyright (C) 2001 Free Software Foundation, Inc.")
+Copyright (C) 2002 Free Software Foundation, Inc.")
 
 	(if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
 		 (eq (key-binding "\C-h\C-d") 'describe-distribution)