summaryrefslogtreecommitdiffstats
path: root/ocamlbuild/examples/example3/epoch.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocamlbuild/examples/example3/epoch.ml')
-rw-r--r--ocamlbuild/examples/example3/epoch.ml12
1 files changed, 12 insertions, 0 deletions
diff --git a/ocamlbuild/examples/example3/epoch.ml b/ocamlbuild/examples/example3/epoch.ml
index ad95a0394..0d235d163 100644
--- a/ocamlbuild/examples/example3/epoch.ml
+++ b/ocamlbuild/examples/example3/epoch.ml
@@ -1,3 +1,15 @@
+(***********************************************************************)
+(* *)
+(* ocamlbuild *)
+(* *)
+(* Nicolas Pouillard, Berke Durak, projet Gallium, INRIA Rocquencourt *)
+(* *)
+(* Copyright 2007 Institut National de Recherche en Informatique et *)
+(* en Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the Q Public License version 1.0. *)
+(* *)
+(***********************************************************************)
+
let _ =
let s = Num.num_of_string (Printf.sprintf "%.0f" (Unix.gettimeofday ())) in
let ps = Num.mult_num (Num.num_of_string "1000000000000") s in