]> git.eshelyaron.com Git - emacs.git/commitdiff
(fancy-splash-tail, normal-splash-screen): Update copyright year.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 06:56:40 +0000 (06:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 06:56:40 +0000 (06:56 +0000)
lisp/startup.el

index f42c734563804aa9e8d0e9a6bcc3e31af62c58f0..36065f0224afedb39d634a14cad83f3e07c91caf 100644 (file)
@@ -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)