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 /src/ocaml-lablgtk2-test.ml | |
parent | 2121da9bed500d49dec9155206906f2a7aff2559 (diff) | |
download | mxe-4be9b8613568894e4ba3f2bba7fdae19b66d2fea.zip mxe-4be9b8613568894e4ba3f2bba7fdae19b66d2fea.tar.gz mxe-4be9b8613568894e4ba3f2bba7fdae19b66d2fea.tar.bz2 |
ocaml packages: add headers to test programs
Diffstat (limited to 'src/ocaml-lablgtk2-test.ml')
-rw-r--r-- | src/ocaml-lablgtk2-test.ml | 5 |
1 files changed, 5 insertions, 0 deletions
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 () |