summaryrefslogtreecommitdiff
path: root/src/ivytcl.c
diff options
context:
space:
mode:
authorsc2000-08-07 11:29:29 +0000
committersc2000-08-07 11:29:29 +0000
commitd96f9c80104d678128ac5c116a9e85ad41cc912a (patch)
tree84c75999810c35211b9b3dcbea29670825f98cce /src/ivytcl.c
parenta0ec86736e71c2c1604c5f76cfe8242ff4f6e8d3 (diff)
downloadivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.zip
ivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.tar.gz
ivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.tar.bz2
ivy-c-d96f9c80104d678128ac5c116a9e85ad41cc912a.tar.xz
Fixed headers
Diffstat (limited to 'src/ivytcl.c')
-rwxr-xr-xsrc/ivytcl.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ivytcl.c b/src/ivytcl.c
index 887db43..c0938d9 100755
--- a/src/ivytcl.c
+++ b/src/ivytcl.c
@@ -1,3 +1,19 @@
+/*
+ * Ivy, C interface
+ *
+ * Copyright (C) 1997-2000
+ * Centre d'Études de la Navigation Aérienne
+ *
+ * Main loop based on Tcl
+ *
+ * Authors: François-Régis Colin <fcolin@cena.dgac.fr>
+ *
+ * $Id$
+ *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
+ */
+
#include <sys/time.h>
#include <unistd.h>
#include <malloc.h>