summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-10-17 06:56:40 +0000
committerRichard M. Stallman <rms@gnu.org>2004-10-17 06:56:40 +0000
commitb55c0dea6dee8944fe6697e34e82df0376f11742 (patch)
tree0c6ed88cfdca9df553535063eb4baa5a8e620201 /lisp
parenta6d237064d545704a613fe99c954c452bd78f0ff (diff)
downloademacs-b55c0dea6dee8944fe6697e34e82df0376f11742.tar.gz
(fancy-splash-tail, normal-splash-screen): Update copyright year.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index f42c7345638..36065f0224a 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1153,7 +1153,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) 2002 Free Software Foundation, Inc.")
+ "Copyright (C) 2004 Free Software Foundation, Inc.")
(and auto-save-list-file-prefix
;; Don't signal an error if the
;; directory for auto-save-list files
@@ -1319,7 +1319,7 @@ More Manuals / Ordering Manuals How to order printed manuals from the FSF.
")
(insert "\n\n" (emacs-version)
"
-Copyright (C) 2002 Free Software Foundation, Inc."))
+Copyright (C) 2004 Free Software Foundation, Inc."))
;; No mouse menus, so give help using kbd commands.
@@ -1367,7 +1367,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)")
(insert "\n\n" (emacs-version)
"
-Copyright (C) 2002 Free Software Foundation, Inc.")
+Copyright (C) 2004 Free Software Foundation, Inc.")
(if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
(eq (key-binding "\C-h\C-d") 'describe-distribution)