summaryrefslogtreecommitdiff
path: root/camlp4/Camlp4/Struct
diff options
context:
space:
mode:
Diffstat (limited to 'camlp4/Camlp4/Struct')
-rw-r--r--camlp4/Camlp4/Struct/AstFilters.ml6
-rw-r--r--camlp4/Camlp4/Struct/Camlp4Ast.mlast6
-rw-r--r--camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml6
-rw-r--r--camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli6
-rw-r--r--camlp4/Camlp4/Struct/CleanAst.ml6
-rw-r--r--camlp4/Camlp4/Struct/CommentFilter.ml6
-rw-r--r--camlp4/Camlp4/Struct/CommentFilter.mli6
-rw-r--r--camlp4/Camlp4/Struct/DynAst.ml6
-rw-r--r--camlp4/Camlp4/Struct/DynLoader.ml6
-rw-r--r--camlp4/Camlp4/Struct/DynLoader.mli6
-rw-r--r--camlp4/Camlp4/Struct/EmptyError.ml8
-rw-r--r--camlp4/Camlp4/Struct/EmptyError.mli8
-rw-r--r--camlp4/Camlp4/Struct/EmptyPrinter.ml6
-rw-r--r--camlp4/Camlp4/Struct/EmptyPrinter.mli6
-rw-r--r--camlp4/Camlp4/Struct/FreeVars.ml6
-rw-r--r--camlp4/Camlp4/Struct/FreeVars.mli6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Delete.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Dynamic.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Entry.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Failed.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Find.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Fold.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Fold.mli6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Insert.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Parser.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Parser.mli6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Print.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Print.mli6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Search.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Static.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Structure.ml6
-rw-r--r--camlp4/Camlp4/Struct/Grammar/Tools.ml6
-rw-r--r--camlp4/Camlp4/Struct/Lexer.mll6
-rw-r--r--camlp4/Camlp4/Struct/Loc.ml6
-rw-r--r--camlp4/Camlp4/Struct/Loc.mli6
-rw-r--r--camlp4/Camlp4/Struct/Quotation.ml6
-rw-r--r--camlp4/Camlp4/Struct/Token.ml6
-rw-r--r--camlp4/Camlp4/Struct/Token.mli6
38 files changed, 116 insertions, 116 deletions
diff --git a/camlp4/Camlp4/Struct/AstFilters.ml b/camlp4/Camlp4/Struct/AstFilters.ml
index 665e610aff..6474ba8e5c 100644
--- a/camlp4/Camlp4/Struct/AstFilters.ml
+++ b/camlp4/Camlp4/Struct/AstFilters.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Camlp4Ast.mlast b/camlp4/Camlp4/Struct/Camlp4Ast.mlast
index 4c692a380e..9c5a99752b 100644
--- a/camlp4/Camlp4/Struct/Camlp4Ast.mlast
+++ b/camlp4/Camlp4/Struct/Camlp4Ast.mlast
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml b/camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml
index d6a9c5aff0..5965a42c1b 100644
--- a/camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml
+++ b/camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml
@@ -1,15 +1,15 @@
(* camlp4r *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2002-2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli b/camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli
index 6c28483323..0e6f52cc9f 100644
--- a/camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli
+++ b/camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli
@@ -1,15 +1,15 @@
(* camlp4r *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2002-2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/CleanAst.ml b/camlp4/Camlp4/Struct/CleanAst.ml
index ab9250543c..8354d1c23b 100644
--- a/camlp4/Camlp4/Struct/CleanAst.ml
+++ b/camlp4/Camlp4/Struct/CleanAst.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/CommentFilter.ml b/camlp4/Camlp4/Struct/CommentFilter.ml
index 9dac53fbf7..f8cb3004d7 100644
--- a/camlp4/Camlp4/Struct/CommentFilter.ml
+++ b/camlp4/Camlp4/Struct/CommentFilter.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/CommentFilter.mli b/camlp4/Camlp4/Struct/CommentFilter.mli
index 79ece6a4c7..1df29f7bb5 100644
--- a/camlp4/Camlp4/Struct/CommentFilter.mli
+++ b/camlp4/Camlp4/Struct/CommentFilter.mli
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/DynAst.ml b/camlp4/Camlp4/Struct/DynAst.ml
index 2161e1c91c..4bc8a33b7e 100644
--- a/camlp4/Camlp4/Struct/DynAst.ml
+++ b/camlp4/Camlp4/Struct/DynAst.ml
@@ -1,15 +1,15 @@
(* camlp4r *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* 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 GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/DynLoader.ml b/camlp4/Camlp4/Struct/DynLoader.ml
index f8e8c22fdf..00ab05ab3f 100644
--- a/camlp4/Camlp4/Struct/DynLoader.ml
+++ b/camlp4/Camlp4/Struct/DynLoader.ml
@@ -1,15 +1,15 @@
(* camlp4r pa_macro.cmo *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2001-2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/DynLoader.mli b/camlp4/Camlp4/Struct/DynLoader.mli
index 292b705b57..7a7dc899a0 100644
--- a/camlp4/Camlp4/Struct/DynLoader.mli
+++ b/camlp4/Camlp4/Struct/DynLoader.mli
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/EmptyError.ml b/camlp4/Camlp4/Struct/EmptyError.ml
index 1acb2251a9..52a5028923 100644
--- a/camlp4/Camlp4/Struct/EmptyError.ml
+++ b/camlp4/Camlp4/Struct/EmptyError.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
@@ -19,4 +19,4 @@
type t = unit;
exception E of t;
value print _ = assert False;
-value to_string _ = assert False; \ No newline at end of file
+value to_string _ = assert False;
diff --git a/camlp4/Camlp4/Struct/EmptyError.mli b/camlp4/Camlp4/Struct/EmptyError.mli
index 9d216623a4..076ee3170d 100644
--- a/camlp4/Camlp4/Struct/EmptyError.mli
+++ b/camlp4/Camlp4/Struct/EmptyError.mli
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
@@ -16,4 +16,4 @@
* - Daniel de Rauglaudre: initial version
* - Nicolas Pouillard: refactoring
*)
-include Sig.Error; \ No newline at end of file
+include Sig.Error;
diff --git a/camlp4/Camlp4/Struct/EmptyPrinter.ml b/camlp4/Camlp4/Struct/EmptyPrinter.ml
index 5886809b6b..11a93cd689 100644
--- a/camlp4/Camlp4/Struct/EmptyPrinter.ml
+++ b/camlp4/Camlp4/Struct/EmptyPrinter.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/EmptyPrinter.mli b/camlp4/Camlp4/Struct/EmptyPrinter.mli
index f8bf907ae5..94585b329c 100644
--- a/camlp4/Camlp4/Struct/EmptyPrinter.mli
+++ b/camlp4/Camlp4/Struct/EmptyPrinter.mli
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006-2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/FreeVars.ml b/camlp4/Camlp4/Struct/FreeVars.ml
index 69e9030367..8c253ff50d 100644
--- a/camlp4/Camlp4/Struct/FreeVars.ml
+++ b/camlp4/Camlp4/Struct/FreeVars.ml
@@ -1,15 +1,15 @@
(* camlp4r *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/FreeVars.mli b/camlp4/Camlp4/Struct/FreeVars.mli
index aac72db054..06d3cc0a9b 100644
--- a/camlp4/Camlp4/Struct/FreeVars.mli
+++ b/camlp4/Camlp4/Struct/FreeVars.mli
@@ -1,15 +1,15 @@
(* camlp4r *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Delete.ml b/camlp4/Camlp4/Struct/Grammar/Delete.ml
index 929ac2b4ea..d8f9f9aa42 100644
--- a/camlp4/Camlp4/Struct/Grammar/Delete.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Delete.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Dynamic.ml b/camlp4/Camlp4/Struct/Grammar/Dynamic.ml
index 7889cf0712..06ac28f1f8 100644
--- a/camlp4/Camlp4/Struct/Grammar/Dynamic.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Dynamic.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Entry.ml b/camlp4/Camlp4/Struct/Grammar/Entry.ml
index 0b39b7ca6c..4ab0c89603 100644
--- a/camlp4/Camlp4/Struct/Grammar/Entry.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Entry.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Failed.ml b/camlp4/Camlp4/Struct/Grammar/Failed.ml
index b22998bd48..a0327b152c 100644
--- a/camlp4/Camlp4/Struct/Grammar/Failed.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Failed.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Find.ml b/camlp4/Camlp4/Struct/Grammar/Find.ml
index 9e7774d152..82bd2f0ed3 100644
--- a/camlp4/Camlp4/Struct/Grammar/Find.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Find.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Fold.ml b/camlp4/Camlp4/Struct/Grammar/Fold.ml
index caf8a7a0a3..99e0955058 100644
--- a/camlp4/Camlp4/Struct/Grammar/Fold.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Fold.ml
@@ -1,15 +1,15 @@
(* camlp4r *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Fold.mli b/camlp4/Camlp4/Struct/Grammar/Fold.mli
index 0b9b22b791..1578ccbd02 100644
--- a/camlp4/Camlp4/Struct/Grammar/Fold.mli
+++ b/camlp4/Camlp4/Struct/Grammar/Fold.mli
@@ -1,15 +1,15 @@
(* camlp4r *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Insert.ml b/camlp4/Camlp4/Struct/Grammar/Insert.ml
index a6cbf0eeed..551ce95ec7 100644
--- a/camlp4/Camlp4/Struct/Grammar/Insert.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Insert.ml
@@ -1,15 +1,15 @@
(* -*- camlp4r -*- *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Parser.ml b/camlp4/Camlp4/Struct/Grammar/Parser.ml
index 89bbe884df..d97eb28755 100644
--- a/camlp4/Camlp4/Struct/Grammar/Parser.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Parser.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Parser.mli b/camlp4/Camlp4/Struct/Grammar/Parser.mli
index 7b7cbe5a2b..74e0fe07d7 100644
--- a/camlp4/Camlp4/Struct/Grammar/Parser.mli
+++ b/camlp4/Camlp4/Struct/Grammar/Parser.mli
@@ -1,15 +1,15 @@
(* camlp4r *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* 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 GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Print.ml b/camlp4/Camlp4/Struct/Grammar/Print.ml
index 77000c88aa..06e09c2188 100644
--- a/camlp4/Camlp4/Struct/Grammar/Print.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Print.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Print.mli b/camlp4/Camlp4/Struct/Grammar/Print.mli
index 9acc836de2..b1059a6d9f 100644
--- a/camlp4/Camlp4/Struct/Grammar/Print.mli
+++ b/camlp4/Camlp4/Struct/Grammar/Print.mli
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Search.ml b/camlp4/Camlp4/Struct/Grammar/Search.ml
index bc4ed301ad..226a0d44e5 100644
--- a/camlp4/Camlp4/Struct/Grammar/Search.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Search.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Static.ml b/camlp4/Camlp4/Struct/Grammar/Static.ml
index a94c9fa1c5..02aec0b171 100644
--- a/camlp4/Camlp4/Struct/Grammar/Static.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Static.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Structure.ml b/camlp4/Camlp4/Struct/Grammar/Structure.ml
index 67b99feb99..e2a79b18be 100644
--- a/camlp4/Camlp4/Struct/Grammar/Structure.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Structure.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Grammar/Tools.ml b/camlp4/Camlp4/Struct/Grammar/Tools.ml
index cb63478ad8..df4b03fe55 100644
--- a/camlp4/Camlp4/Struct/Grammar/Tools.ml
+++ b/camlp4/Camlp4/Struct/Grammar/Tools.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Lexer.mll b/camlp4/Camlp4/Struct/Lexer.mll
index 1823ae0af4..c73369959d 100644
--- a/camlp4/Camlp4/Struct/Lexer.mll
+++ b/camlp4/Camlp4/Struct/Lexer.mll
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006-2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Loc.ml b/camlp4/Camlp4/Struct/Loc.ml
index ac42d4b1c4..2fd2c91067 100644
--- a/camlp4/Camlp4/Struct/Loc.ml
+++ b/camlp4/Camlp4/Struct/Loc.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Loc.mli b/camlp4/Camlp4/Struct/Loc.mli
index e90161938c..c6c523fc5f 100644
--- a/camlp4/Camlp4/Struct/Loc.mli
+++ b/camlp4/Camlp4/Struct/Loc.mli
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Quotation.ml b/camlp4/Camlp4/Struct/Quotation.ml
index 65202c8751..c9d6169a99 100644
--- a/camlp4/Camlp4/Struct/Quotation.ml
+++ b/camlp4/Camlp4/Struct/Quotation.ml
@@ -1,15 +1,15 @@
(* camlp4r *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2002-2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Token.ml b/camlp4/Camlp4/Struct/Token.ml
index 384bba9116..2620729728 100644
--- a/camlp4/Camlp4/Struct/Token.ml
+++ b/camlp4/Camlp4/Struct/Token.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)
diff --git a/camlp4/Camlp4/Struct/Token.mli b/camlp4/Camlp4/Struct/Token.mli
index 812df0e008..d3e866a337 100644
--- a/camlp4/Camlp4/Struct/Token.mli
+++ b/camlp4/Camlp4/Struct/Token.mli
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 2006 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed under *)
(* the terms of the GNU Library General Public License, with the special *)
-(* exception on linking described in LICENSE at the top of the Objective *)
-(* Caml source tree. *)
+(* exception on linking described in LICENSE at the top of the OCaml *)
+(* source tree. *)
(* *)
(****************************************************************************)