diff options
| author | Robert J. Chassell | 2005-03-01 12:28:24 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2005-03-01 12:28:24 +0000 |
| commit | 5fe940572460d0046046331e100f6812a555164e (patch) | |
| tree | 4652968c809de9b407f3c5f8c9083cb9c6ba0c94 | |
| parent | 50af6c667d2f0f7dd6ff110a05bb6ed16f8bdb00 (diff) | |
| download | emacs-5fe940572460d0046046331e100f6812a555164e.tar.gz emacs-5fe940572460d0046046331e100f6812a555164e.zip | |
Update copyright notice to 2005.
| -rw-r--r-- | lisp/textmodes/texinfmt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index c21eae6ecc7..4664c633866 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; texinfmt.el --- format Texinfo files into Info files | 1 | ;;; texinfmt.el --- format Texinfo files into Info files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, | 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, |
| 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001 | 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2005 |
| 5 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> | 7 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> |