diff options
Diffstat (limited to 'byterun/main.c')
-rw-r--r-- | byterun/main.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/main.c b/byterun/main.c index 9c7ee844b..1f8b830d6 100644 --- a/byterun/main.c +++ b/byterun/main.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy and Damien Doligez, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + /* Start-up code */ #include <stdio.h> |