diff options
Diffstat (limited to 'otherlibs/labltk/support/cltkDMain.c')
-rw-r--r-- | otherlibs/labltk/support/cltkDMain.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/otherlibs/labltk/support/cltkDMain.c b/otherlibs/labltk/support/cltkDMain.c index 0fef97a56..2b5b819e9 100644 --- a/otherlibs/labltk/support/cltkDMain.c +++ b/otherlibs/labltk/support/cltkDMain.c @@ -1,3 +1,20 @@ +/*************************************************************************/ +/* */ +/* Objective Caml LablTk library */ +/* */ +/* Francois Rouaix, Francois Pessaux and Jun Furuse */ +/* projet Cristal, INRIA Rocquencourt */ +/* Jacques Garrigue, Kyoto University RIMS */ +/* */ +/* Copyright 1999 Institut National de Recherche en Informatique et */ +/* en Automatique and Kyoto University. All rights reserved. */ +/* This file is distributed under the terms of the GNU Library */ +/* General Public License. */ +/* */ +/*************************************************************************/ + +/* $Id$ */ + #include <unistd.h> #include <fcntl.h> #include <tcl.h> |