aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/db_printers.ml7
-rw-r--r--dev/top_printers.ml7
2 files changed, 14 insertions, 0 deletions
diff --git a/dev/db_printers.ml b/dev/db_printers.ml
index 6290297ffb..1384a77f5f 100644
--- a/dev/db_printers.ml
+++ b/dev/db_printers.ml
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
open Pp
open Names
diff --git a/dev/top_printers.ml b/dev/top_printers.ml
index 47fb4b48d7..7ea96f4745 100644
--- a/dev/top_printers.ml
+++ b/dev/top_printers.ml
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* Printers for the ocaml toplevel. *)