diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2011-07-27 14:17:02 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2011-07-27 14:17:02 +0000 |
commit | 3b507dd1aa286684543a35cc7da763feebf9aa8d (patch) | |
tree | 9440970c6915ebe15feb48569b19382d952ba564 /asmcomp/ia64 | |
parent | db1e7c7e2332b71510285bbd5f0760870087bce6 (diff) |
renaming of Objective Caml to OCaml and cleanup of copyright headers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11156 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/ia64')
-rw-r--r-- | asmcomp/ia64/arch.ml | 2 | ||||
-rw-r--r-- | asmcomp/ia64/emit.mlp | 2 | ||||
-rw-r--r-- | asmcomp/ia64/proc.ml | 2 | ||||
-rw-r--r-- | asmcomp/ia64/reload.ml | 2 | ||||
-rw-r--r-- | asmcomp/ia64/scheduling.ml | 2 | ||||
-rw-r--r-- | asmcomp/ia64/selection.ml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/asmcomp/ia64/arch.ml b/asmcomp/ia64/arch.ml index 77dddaca2..006660d4a 100644 --- a/asmcomp/ia64/arch.ml +++ b/asmcomp/ia64/arch.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/ia64/emit.mlp b/asmcomp/ia64/emit.mlp index 3d8eeb974..b722af015 100644 --- a/asmcomp/ia64/emit.mlp +++ b/asmcomp/ia64/emit.mlp @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/ia64/proc.ml b/asmcomp/ia64/proc.ml index 15311aa02..97ee3f3cc 100644 --- a/asmcomp/ia64/proc.ml +++ b/asmcomp/ia64/proc.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/ia64/reload.ml b/asmcomp/ia64/reload.ml index 338c08844..09210b164 100644 --- a/asmcomp/ia64/reload.ml +++ b/asmcomp/ia64/reload.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/ia64/scheduling.ml b/asmcomp/ia64/scheduling.ml index 9bed03a6c..6c696aca2 100644 --- a/asmcomp/ia64/scheduling.ml +++ b/asmcomp/ia64/scheduling.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/ia64/selection.ml b/asmcomp/ia64/selection.ml index 6be4a18cd..0c16c346a 100644 --- a/asmcomp/ia64/selection.ml +++ b/asmcomp/ia64/selection.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) |