diff options
| author | Glenn Morris | 2007-02-16 08:01:22 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-02-16 08:01:22 +0000 |
| commit | 1452f27e47cd6d31f88e52f8242d701623f84d75 (patch) | |
| tree | 0cf33eea85f1365d448d8d8bdb6ba40a6f871f97 | |
| parent | 0e295c44cc0fda2afb2b270f17dedc2cb79701ca (diff) | |
| download | emacs-1452f27e47cd6d31f88e52f8242d701623f84d75.tar.gz emacs-1452f27e47cd6d31f88e52f8242d701623f84d75.zip | |
Add copyright and license notice (ESR states that he was probably the
author).
| -rw-r--r-- | lisp/term/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/term/README b/lisp/term/README index 581f321d3ba..972bd49c796 100644 --- a/lisp/term/README +++ b/lisp/term/README | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | ||
| 2 | Free Software Foundation, Inc. | ||
| 3 | See the end of the file for license conditions. | ||
| 4 | |||
| 5 | |||
| 1 | This directory contains files of elisp that customize Emacs for certain | 6 | This directory contains files of elisp that customize Emacs for certain |
| 2 | terminal types. | 7 | terminal types. |
| 3 | 8 | ||
| @@ -217,3 +222,21 @@ it up to the user's .emacs file whether to call it. | |||
| 217 | 222 | ||
| 218 | Before writing a terminal-support package, it's a good idea to read the | 223 | Before writing a terminal-support package, it's a good idea to read the |
| 219 | existing ones and learn the common conventions. | 224 | existing ones and learn the common conventions. |
| 225 | |||
| 226 | |||
| 227 | This file is part of GNU Emacs. | ||
| 228 | |||
| 229 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 230 | it under the terms of the GNU General Public License as published by | ||
| 231 | the Free Software Foundation; either version 2, or (at your option) | ||
| 232 | any later version. | ||
| 233 | |||
| 234 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 235 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 236 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 237 | GNU General Public License for more details. | ||
| 238 | |||
| 239 | You should have received a copy of the GNU General Public License | ||
| 240 | along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 241 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 242 | Boston, MA 02110-1301, USA. | ||