From 4be9b8613568894e4ba3f2bba7fdae19b66d2fea Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 14 Dec 2012 19:37:46 +1100 Subject: ocaml packages: add headers to test programs --- src/ocaml-cairo-test.ml | 6 +++++- src/ocaml-camlimages-test.ml | 5 +++++ src/ocaml-core-test.ml | 5 +++++ src/ocaml-findlib-test.ml | 5 +++++ src/ocaml-flexdll-test.c | 5 +++++ src/ocaml-lablgtk2-test.ml | 5 +++++ 6 files changed, 30 insertions(+), 1 deletion(-) diff --git a/src/ocaml-cairo-test.ml b/src/ocaml-cairo-test.ml index f58315d..19fdb20 100644 --- a/src/ocaml-cairo-test.ml +++ b/src/ocaml-cairo-test.ml @@ -1,3 +1,8 @@ +(* +This file is part of MXE. +See index.html for further information. +*) + let on_expose_event widget _ = let open Cairo in let drawable = widget#misc#window in @@ -23,4 +28,3 @@ let () = window#set_default_size ~width:590 ~height:80; window#show (); GMain.main () - diff --git a/src/ocaml-camlimages-test.ml b/src/ocaml-camlimages-test.ml index 039b485..94462de 100644 --- a/src/ocaml-camlimages-test.ml +++ b/src/ocaml-camlimages-test.ml @@ -1,3 +1,8 @@ +(* +This file is part of MXE. +See index.html for further information. +*) + open Images open Ximage2 open Png diff --git a/src/ocaml-core-test.ml b/src/ocaml-core-test.ml index 4b7885e..c0066b5 100644 --- a/src/ocaml-core-test.ml +++ b/src/ocaml-core-test.ml @@ -1,3 +1,8 @@ +(* +This file is part of MXE. +See index.html for further information. +*) + open Printf open Format let _ = diff --git a/src/ocaml-findlib-test.ml b/src/ocaml-findlib-test.ml index 4b7885e..c0066b5 100644 --- a/src/ocaml-findlib-test.ml +++ b/src/ocaml-findlib-test.ml @@ -1,3 +1,8 @@ +(* +This file is part of MXE. +See index.html for further information. +*) + open Printf open Format let _ = diff --git a/src/ocaml-flexdll-test.c b/src/ocaml-flexdll-test.c index 79ed21a..2535425 100755 --- a/src/ocaml-flexdll-test.c +++ b/src/ocaml-flexdll-test.c @@ -1,3 +1,8 @@ +/* + * This file is part of MXE. + * See index.html for further information. + */ + /***************************************************************** FlexDLL Alain Frisch diff --git a/src/ocaml-lablgtk2-test.ml b/src/ocaml-lablgtk2-test.ml index 7639ac8..e543fb7 100644 --- a/src/ocaml-lablgtk2-test.ml +++ b/src/ocaml-lablgtk2-test.ml @@ -1,3 +1,8 @@ +(* +This file is part of MXE. +See index.html for further information. +*) + open GlGtk let destroy () = GMain.Main.quit () -- cgit v0.12