summaryrefslogtreecommitdiffstats
path: root/ocamlbuild/examples/example2
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-08-01 14:47:00 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-08-01 14:47:00 +0000
commit3dd2fee2ee2d30c789df6e8cd751e4bfb24323c0 (patch)
treeebc27d73d4f17eaec7305b42f7d835d3002ad10b /ocamlbuild/examples/example2
parent4a8f35537433b4e17e33071667e63db4856d8196 (diff)
fix formatting of copyright headers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12808 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamlbuild/examples/example2')
-rw-r--r--ocamlbuild/examples/example2/greet.ml12
-rw-r--r--ocamlbuild/examples/example2/hello.ml12
2 files changed, 24 insertions, 0 deletions
diff --git a/ocamlbuild/examples/example2/greet.ml b/ocamlbuild/examples/example2/greet.ml
index ec8088916..84f1e28f2 100644
--- a/ocamlbuild/examples/example2/greet.ml
+++ b/ocamlbuild/examples/example2/greet.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. *)
+(* *)
+(***********************************************************************)
+
type how = Nicely | Badly;;
let greet how who =
diff --git a/ocamlbuild/examples/example2/hello.ml b/ocamlbuild/examples/example2/hello.ml
index b48806a3d..4dee0a703 100644
--- a/ocamlbuild/examples/example2/hello.ml
+++ b/ocamlbuild/examples/example2/hello.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. *)
+(* *)
+(***********************************************************************)
+
open Greet
let _ =