changeset 36764:00b48ce14be0

(fancy-splash-tail, command-line-1): Fix the copyright year.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 13 Mar 2001 11:39:50 +0000
parents 00b03757e45b
children f23a696e7fd0
files lisp/startup.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Tue Mar 13 11:21:52 2001 +0000
+++ b/lisp/startup.el	Tue Mar 13 11:39:50 2001 +0000
@@ -1125,7 +1125,7 @@
 			 (emacs-version)
 			 "\n"
 			 :face '(variable-pitch :height 0.5)
-			 "Copyright (C) 2000 Free Software Foundation, Inc.")))
+			 "Copyright (C) 2001 Free Software Foundation, Inc.")))
 
 
 (defun fancy-splash-screens-1 (buffer)
@@ -1314,7 +1314,7 @@
 ")
 			       (insert "\n\n" (emacs-version)
 				       "
-Copyright (C) 2000 Free Software Foundation, Inc.")))
+Copyright (C) 2001 Free Software Foundation, Inc.")))
 			 
 			 ;; If keys have their default meanings,
 			 ;; use precomputed string to save lots of time.
@@ -1377,7 +1377,7 @@
 
 			 (insert "\n\n" (emacs-version)
 				 "
-Copyright (C) 2000 Free Software Foundation, Inc.")
+Copyright (C) 2001 Free Software Foundation, Inc.")
 			 (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
 				  (eq (key-binding "\C-h\C-d") 'describe-distribution)
 				  (eq (key-binding "\C-h\C-w") 'describe-no-warranty))