summaryrefslogtreecommitdiff
path: root/caml/PrintPPC.mli
diff options
context:
space:
mode:
Diffstat (limited to 'caml/PrintPPC.mli')
-rw-r--r--caml/PrintPPC.mli12
1 files changed, 12 insertions, 0 deletions
diff --git a/caml/PrintPPC.mli b/caml/PrintPPC.mli
index fbd4004..2ebbb95 100644
--- a/caml/PrintPPC.mli
+++ b/caml/PrintPPC.mli
@@ -1 +1,13 @@
+(* *********************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Xavier Leroy, INRIA Paris-Rocquencourt *)
+(* *)
+(* Copyright Institut National de Recherche en Informatique et en *)
+(* Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the INRIA Non-Commercial License Agreement. *)
+(* *)
+(* *********************************************************************)
+
val print_program: out_channel -> PPC.program -> unit