summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/cltkVar.c
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>1999-12-16 12:25:11 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>1999-12-16 12:25:11 +0000
commitbc6c06e901d7009ee58fd9e0bc9bb67e9ac4b615 (patch)
tree16424258220a7095e1be12607780ad43dfddb77e /otherlibs/labltk/support/cltkVar.c
parent607772a16356084f724b7b4d8f29907def715ff1 (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/cltkVar.c')
-rw-r--r--otherlibs/labltk/support/cltkVar.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/otherlibs/labltk/support/cltkVar.c b/otherlibs/labltk/support/cltkVar.c
index 54687998d..cf981ce6f 100644
--- a/otherlibs/labltk/support/cltkVar.c
+++ b/otherlibs/labltk/support/cltkVar.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$ */
+
/* Alternative to tkwait variable */
#include <string.h>
#include <tcl.h>