aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-02-16 08:01:22 +0000
committerGlenn Morris2007-02-16 08:01:22 +0000
commit1452f27e47cd6d31f88e52f8242d701623f84d75 (patch)
tree0cf33eea85f1365d448d8d8bdb6ba40a6f871f97
parent0e295c44cc0fda2afb2b270f17dedc2cb79701ca (diff)
downloademacs-1452f27e47cd6d31f88e52f8242d701623f84d75.tar.gz
emacs-1452f27e47cd6d31f88e52f8242d701623f84d75.zip
Add copyright and license notice (ESR states that he was probably the
author).
-rw-r--r--lisp/term/README23
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 @@
1Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3See 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
2terminal types. 7terminal 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
219existing ones and learn the common conventions. 224existing ones and learn the common conventions.
225
226
227This file is part of GNU Emacs.
228
229GNU Emacs is free software; you can redistribute it and/or modify
230it under the terms of the GNU General Public License as published by
231the Free Software Foundation; either version 2, or (at your option)
232any later version.
233
234GNU Emacs is distributed in the hope that it will be useful,
235but WITHOUT ANY WARRANTY; without even the implied warranty of
236MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
237GNU General Public License for more details.
238
239You should have received a copy of the GNU General Public License
240along with GNU Emacs; see the file COPYING. If not, write to the
241Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
242Boston, MA 02110-1301, USA.