summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ocaml-cairo-test.ml6
-rw-r--r--src/ocaml-camlimages-test.ml5
-rw-r--r--src/ocaml-core-test.ml5
-rw-r--r--src/ocaml-findlib-test.ml5
-rwxr-xr-xsrc/ocaml-flexdll-test.c5
-rw-r--r--src/ocaml-lablgtk2-test.ml5
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 ()