]> git.eshelyaron.com Git - emacs.git/commitdiff
(fancy-splash-tail, normal-splash-screen): Update copyright.
authorPavel Janík <Pavel@Janik.cz>
Wed, 20 Mar 2002 23:16:48 +0000 (23:16 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 20 Mar 2002 23:16:48 +0000 (23:16 +0000)
lisp/ChangeLog
lisp/startup.el

index c9294e0a7d389b4524e8e402f706c898e6768742..04bc4b93bc19efaf2549ae68f2f0ac447e33ec48 100644 (file)
@@ -1,5 +1,8 @@
 2002-03-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * startup.el (fancy-splash-tail, normal-splash-screen): Update
+       copyright.
+
        * novice.el (disabled-command-hook): Clarify output text to match
        prompt.
 
index 09aaba6e2be0dd23403f55e54fdb23449567169b..dd13f1ede3efc419eaaff78e1c8f6f3935a460c0 100644 (file)
@@ -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)