# HG changeset patch # User Jay Belanger # Date 1139157495 0 # Node ID 1028f625e6378ebe452dddc0bab6ed80d16d189d # Parent 341b24d692de0908e7c8296426a13d1ab8476117 (calc-full-help): Update the copyright year. diff -r 341b24d692de -r 1028f625e637 lisp/calc/calc-help.el --- a/lisp/calc/calc-help.el Sun Feb 05 16:35:52 2006 +0000 +++ b/lisp/calc/calc-help.el Sun Feb 05 16:38:15 2006 +0000 @@ -414,7 +414,7 @@ (princ (format "GNU Emacs Calculator version %s.\n" calc-version)) (princ " By Dave Gillespie.\n") - (princ " Copyright (C) 2005 Free Software Foundation, Inc.\n\n") + (princ " Copyright (C) 2006 Free Software Foundation, Inc.\n\n") (princ "Type `h s' for a more detailed summary.\n") (princ "Or type `h i' to read the full Calc manual on-line.\n\n") (princ "Basic keys:\n")