diff options
| author | Glenn Morris | 2006-12-05 06:20:58 +0000 |
|---|---|---|
| committer | Glenn Morris | 2006-12-05 06:20:58 +0000 |
| commit | c8c209600e711050a567c2ee3935e3b68a65c575 (patch) | |
| tree | eefa13176aae2d33d7e58fbb715713b69778f634 | |
| parent | e91081eb9e3d6074d3ba5ba2fae1d902601d56e6 (diff) | |
| download | emacs-c8c209600e711050a567c2ee3935e3b68a65c575.tar.gz emacs-c8c209600e711050a567c2ee3935e3b68a65c575.zip | |
Update copyright years.
Assign copyright to FSF, based on copyright.list:
EMACS Alex Schroeder Austria 1973 2000-07-05
Assigns master.el and future changes.
alex@gnu.org
| -rw-r--r-- | lisp/master.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/master.el b/lisp/master.el index adf3e92dcbe..186d67e81a3 100644 --- a/lisp/master.el +++ b/lisp/master.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; master.el --- make a buffer the master over another buffer | 1 | ;;; master.el --- make a buffer the master over another buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Alexander Schroeder | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 6 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: Alex Schroeder <alex@gnu.org> | 7 | ;; Maintainer: Alex Schroeder <alex@gnu.org> |