summaryrefslogtreecommitdiff
path: root/camlp4/Camlp4Parsers
diff options
context:
space:
mode:
Diffstat (limited to 'camlp4/Camlp4Parsers')
-rw-r--r--camlp4/Camlp4Parsers/Camlp4AstLoader.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4DebugParser.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4GrammarParser.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4ListComprehension.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4MacroParser.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4OCamlParser.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml6
-rw-r--r--camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml6
14 files changed, 42 insertions, 42 deletions
diff --git a/camlp4/Camlp4Parsers/Camlp4AstLoader.ml b/camlp4/Camlp4Parsers/Camlp4AstLoader.ml
index 67d04edf94..eb0a213908 100644
--- a/camlp4/Camlp4Parsers/Camlp4AstLoader.ml
+++ b/camlp4/Camlp4Parsers/Camlp4AstLoader.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/Camlp4Parsers/Camlp4DebugParser.ml b/camlp4/Camlp4Parsers/Camlp4DebugParser.ml
index 7e72281881..be4fe60ac4 100644
--- a/camlp4/Camlp4Parsers/Camlp4DebugParser.ml
+++ b/camlp4/Camlp4Parsers/Camlp4DebugParser.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4GrammarParser.ml b/camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
index 3d64b1ae38..6b4e1d8e25 100644
--- a/camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
+++ b/camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4ListComprehension.ml b/camlp4/Camlp4Parsers/Camlp4ListComprehension.ml
index f5878fb989..7bdad3c4ec 100644
--- a/camlp4/Camlp4Parsers/Camlp4ListComprehension.ml
+++ b/camlp4/Camlp4Parsers/Camlp4ListComprehension.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4MacroParser.ml b/camlp4/Camlp4Parsers/Camlp4MacroParser.ml
index 0cb81be945..c29cdd7347 100644
--- a/camlp4/Camlp4Parsers/Camlp4MacroParser.ml
+++ b/camlp4/Camlp4Parsers/Camlp4MacroParser.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml b/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml
index c033a22cb0..eace67b4b9 100644
--- a/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml
+++ b/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4OCamlParser.ml b/camlp4/Camlp4Parsers/Camlp4OCamlParser.ml
index ec5351c40e..2367f7c0d2 100644
--- a/camlp4/Camlp4Parsers/Camlp4OCamlParser.ml
+++ b/camlp4/Camlp4Parsers/Camlp4OCamlParser.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4OCamlParserParser.ml b/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml
index 94a2bdb213..082ac836a5 100644
--- a/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml
+++ b/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml
@@ -1,14 +1,14 @@
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 1998-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/Camlp4Parsers/Camlp4OCamlReloadedParser.ml b/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml
index e56ab36199..02c89f818d 100644
--- a/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml
+++ b/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4OCamlRevisedParser.ml b/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml
index a1dd59d8b6..d9317591a5 100644
--- a/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml
+++ b/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml b/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml
index 97747d448e..2bdab6bf9e 100644
--- a/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml
+++ b/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- camlp4r -*- *)
(****************************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* INRIA Rocquencourt *)
(* *)
(* Copyright 1998-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/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml b/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml
index 07d2a01eb9..2e32bcd837 100644
--- a/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml
+++ b/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4QuotationCommon.ml b/camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml
index 76e67f4123..3cf80b560d 100644
--- a/camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml
+++ b/camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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/Camlp4Parsers/Camlp4QuotationExpander.ml b/camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml
index fb225a583d..81680c6b46 100644
--- a/camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml
+++ b/camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml
@@ -1,15 +1,15 @@
open Camlp4; (* -*- 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. *)
(* *)
(****************************************************************************)