diff options
author | Kim F. Storm <storm@cua.dk> | 2005-03-01 10:15:32 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-03-01 10:15:32 +0000 |
commit | 40534fe432b97cc1640d27dbe949cb9329e8ba30 (patch) | |
tree | 99a2f3030cf4f85f72469895b7a5e4ea57460e8f /lisp/emacs-lisp | |
parent | 422032f0ca216ecc279cf8e1733e1d661c8bfd78 (diff) | |
download | emacs-40534fe432b97cc1640d27dbe949cb9329e8ba30.tar.gz emacs-40534fe432b97cc1640d27dbe949cb9329e8ba30.tar.bz2 emacs-40534fe432b97cc1640d27dbe949cb9329e8ba30.zip |
Fix years.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index dcb68188383..0be9d139fd2 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -1,6 +1,6 @@ ;;; copyright.el --- update the copyright notice in current buffer -;; Copyright (C) 1991, 92, 93, 94, 95, 1998, 2001, 2003, 2004 +;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2003, 2004, 2005 ;; Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |