summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/example
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/example')
-rw-r--r--otherlibs/labltk/example/demo.ml2
-rw-r--r--otherlibs/labltk/example/eyes.ml2
-rw-r--r--otherlibs/labltk/example/hello.ml2
-rw-r--r--otherlibs/labltk/example/tetris.ml6
4 files changed, 10 insertions, 2 deletions
diff --git a/otherlibs/labltk/example/demo.ml b/otherlibs/labltk/example/demo.ml
index a3ac64a91..94d686355 100644
--- a/otherlibs/labltk/example/demo.ml
+++ b/otherlibs/labltk/example/demo.ml
@@ -12,6 +12,8 @@
(* *)
(*************************************************************************)
+(* $Id$ *)
+
(* Some CamlTk4 Demonstration by JPF *)
(* First, open these modules for convenience *)
diff --git a/otherlibs/labltk/example/eyes.ml b/otherlibs/labltk/example/eyes.ml
index a5373e922..021ea700c 100644
--- a/otherlibs/labltk/example/eyes.ml
+++ b/otherlibs/labltk/example/eyes.ml
@@ -12,6 +12,8 @@
(* *)
(*************************************************************************)
+(* $Id$ *)
+
open Tk
let _ =
diff --git a/otherlibs/labltk/example/hello.ml b/otherlibs/labltk/example/hello.ml
index 247a5215d..47d0201d1 100644
--- a/otherlibs/labltk/example/hello.ml
+++ b/otherlibs/labltk/example/hello.ml
@@ -12,6 +12,8 @@
(* *)
(*************************************************************************)
+(* $Id$ *)
+
(* LablTk4 Demonstration by JPF *)
(* First, open this modules for convenience *)
diff --git a/otherlibs/labltk/example/tetris.ml b/otherlibs/labltk/example/tetris.ml
index 7f9087243..580e7c82b 100644
--- a/otherlibs/labltk/example/tetris.ml
+++ b/otherlibs/labltk/example/tetris.ml
@@ -12,8 +12,10 @@
(* *)
(*************************************************************************)
-(* tetris.ml : a Tetris game for LablTk *)
-(* written by Jun P. Furuse *)
+(* $Id$ *)
+
+(* A Tetris game for LablTk *)
+(* written by Jun P. Furuse *)
open Tk