# HG changeset patch # User Glenn Morris # Date 1199667529 0 # Node ID a0995ad442d5fa7adc25ad0880926a8d75e990ce # Parent 1ad384d8d37ad25f64f4602d7395ca5548361ea9 (calc-full-help): Use emacs-copyright. diff -r 1ad384d8d37a -r a0995ad442d5 lisp/calc/calc-help.el --- a/lisp/calc/calc-help.el Sun Jan 06 21:29:20 2008 +0000 +++ b/lisp/calc/calc-help.el Mon Jan 07 00:58:49 2008 +0000 @@ -1,7 +1,7 @@ ;;; calc-help.el --- help display functions for Calc, ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: David Gillespie ;; Maintainer: Jay Belanger @@ -414,7 +414,7 @@ (princ (format "GNU Emacs Calculator version %s.\n" calc-version)) (princ " By Dave Gillespie.\n") - (princ " Copyright (C) 2007 Free Software Foundation, Inc.\n\n") + (princ (format " %s\n\n" emacs-copyright)) (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")