summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/example
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>1999-12-17 09:59:13 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>1999-12-17 09:59:13 +0000
commit029ef64a7ab46187a3879bcad6f98f0ae9b16c05 (patch)
tree108d9f055fb7f9e91019a1045cdd848032a3d34b /otherlibs/labltk/example
parent8207892eb71e3f072602f7d222c037b76f70fed3 (diff)
add cvs string
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2695 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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