diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-16 12:25:11 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-16 12:25:11 +0000 |
commit | bc6c06e901d7009ee58fd9e0bc9bb67e9ac4b615 (patch) | |
tree | 16424258220a7095e1be12607780ad43dfddb77e /otherlibs/labltk/support/cltkEvent.c | |
parent | 607772a16356084f724b7b4d8f29907def715ff1 (diff) |
add copyright headers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2693 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support/cltkEvent.c')
-rw-r--r-- | otherlibs/labltk/support/cltkEvent.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/otherlibs/labltk/support/cltkEvent.c b/otherlibs/labltk/support/cltkEvent.c index 92221b963..30bc64e87 100644 --- a/otherlibs/labltk/support/cltkEvent.c +++ b/otherlibs/labltk/support/cltkEvent.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 <tcl.h> #include <tk.h> #include <caml/mlvalues.h> |