diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-12-14 08:37:46 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-12-14 10:33:00 (GMT) |
commit | 4be9b8613568894e4ba3f2bba7fdae19b66d2fea (patch) | |
tree | be04c0c976fa3f6fe0cc5568bbee4f533f70c941 | |
parent | 2121da9bed500d49dec9155206906f2a7aff2559 (diff) | |
download | mxe-4be9b8613568894e4ba3f2bba7fdae19b66d2fea.zip mxe-4be9b8613568894e4ba3f2bba7fdae19b66d2fea.tar.gz mxe-4be9b8613568894e4ba3f2bba7fdae19b66d2fea.tar.bz2 |
ocaml packages: add headers to test programs
-rw-r--r-- | src/ocaml-cairo-test.ml | 6 | ||||
-rw-r--r-- | src/ocaml-camlimages-test.ml | 5 | ||||
-rw-r--r-- | src/ocaml-core-test.ml | 5 | ||||
-rw-r--r-- | src/ocaml-findlib-test.ml | 5 | ||||
-rwxr-xr-x | src/ocaml-flexdll-test.c | 5 | ||||
-rw-r--r-- | src/ocaml-lablgtk2-test.ml | 5 |
6 files changed, 30 insertions, 1 deletions
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 () |