diff options
Diffstat (limited to 'byterun/terminfo.c')
-rw-r--r-- | byterun/terminfo.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/terminfo.c b/byterun/terminfo.c index 968355b72..30385cc66 100644 --- a/byterun/terminfo.c +++ b/byterun/terminfo.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + /* Read and output terminal commands */ #include "config.h" |