diff options
Diffstat (limited to 'testsuite/tests/lib-threads/test6.ml')
-rw-r--r-- | testsuite/tests/lib-threads/test6.ml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/lib-threads/test6.ml b/testsuite/tests/lib-threads/test6.ml index 9573a66108..1db9911d47 100644 --- a/testsuite/tests/lib-threads/test6.ml +++ b/testsuite/tests/lib-threads/test6.ml @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* 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 Q Public License version 1.0. *) +(* *) +(***********************************************************************) + open Event let ch = (new_channel() : string channel) |