summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-03-20 23:16:48 +0000
committerPavel Janík <Pavel@Janik.cz>2002-03-20 23:16:48 +0000
commit84691156a5a7d93701ad0f1d653ea7246f4ebf33 (patch)
tree824fd75626086e191801f65b7f47cf4c25fee279 /lisp/startup.el
parenteb4cb84faf64f54b7418a60fb5c7bb3c1fd30a3f (diff)
downloademacs-84691156a5a7d93701ad0f1d653ea7246f4ebf33.tar.gz
(fancy-splash-tail, normal-splash-screen): Update copyright.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 09aaba6e2be..dd13f1ede3e 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -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 @@ where FACE is a valid face specification, as it can be used with
(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 @@ Ordering Manuals How to order manuals from the FSF.
")
(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 @@ If you have no Meta key, you may instead type ESC followed by the character.)")
(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)