diff options
Diffstat (limited to 'testsuite/tests/embedded/cmmain.c')
-rw-r--r-- | testsuite/tests/embedded/cmmain.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/embedded/cmmain.c b/testsuite/tests/embedded/cmmain.c index 6c27fe1e9d..04ed07286a 100644 --- a/testsuite/tests/embedded/cmmain.c +++ b/testsuite/tests/embedded/cmmain.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* OCaml */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1996 Institut National de Recherche en Informatique et */ +/* en Automatique. All rights reserved. This file is distributed */ +/* under the terms of the GNU Library General Public License, with */ +/* the special exception on linking described in file ../LICENSE. */ +/* */ +/***********************************************************************/ + /* Main program -- in C */ #include <stdlib.h> |