diff options
| author | Robert J. Chassell | 2004-11-02 18:45:01 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2004-11-02 18:45:01 +0000 |
| commit | 98a864f0240b576fbb881d08b6109bf96fe5aea5 (patch) | |
| tree | e9ab5d59c0eaf9dccf17cf47a5e4ef014a921523 | |
| parent | d0a80c21f31969243fa4ebc98883ba40c9987bc2 (diff) | |
| download | emacs-98a864f0240b576fbb881d08b6109bf96fe5aea5.tar.gz emacs-98a864f0240b576fbb881d08b6109bf96fe5aea5.zip | |
Changed copyright years so all include centuries.
| -rw-r--r-- | lisp/textmodes/texinfo.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 8e5b94114a3..54c9d6ad7db 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; texinfo.el --- major mode for editing Texinfo files | 1 | ;;; texinfo.el --- major mode for editing Texinfo files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985,88,89,90,91,92,93,96,97,2000,01,03,04 | 3 | ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2003, 2004 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
| 7 | ;; Date: [See date below for texinfo-version] | 7 | ;; Date: [See date below for texinfo-version] |