aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2018-10-08 11:21:25 +0200
committerThéo Zimmermann2018-10-08 11:21:25 +0200
commit81b6debf21180bd8b2cb303fce4104320fc32cd0 (patch)
treefbad647acb466293047906f5215af38a598d1202
parent39248aecd9211dde66d80b312b5b66c8fd45cfa4 (diff)
parent8ba19283c5c21bfa4679934a796050a0d3ab0696 (diff)
Merge PR #8668: Missing headers in two files
-rw-r--r--plugins/funind/functional_principles_types.ml10
-rw-r--r--vernac/comFixpoint.ml10
2 files changed, 20 insertions, 0 deletions
diff --git a/plugins/funind/functional_principles_types.ml b/plugins/funind/functional_principles_types.ml
index f7094ebe51..9ca91d62da 100644
--- a/plugins/funind/functional_principles_types.ml
+++ b/plugins/funind/functional_principles_types.ml
@@ -1,3 +1,13 @@
+(************************************************************************)
+(* * The Coq Proof Assistant / The Coq Development Team *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* <O___,, * (see CREDITS file for the list of authors) *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(* * (see LICENSE file for the text of the license) *)
+(************************************************************************)
+
open Printer
open CErrors
open Term
diff --git a/vernac/comFixpoint.ml b/vernac/comFixpoint.ml
index 37258c2d45..04cd4173a8 100644
--- a/vernac/comFixpoint.ml
+++ b/vernac/comFixpoint.ml
@@ -1,3 +1,13 @@
+(************************************************************************)
+(* * The Coq Proof Assistant / The Coq Development Team *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* <O___,, * (see CREDITS file for the list of authors) *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(* * (see LICENSE file for the text of the license) *)
+(************************************************************************)
+
open Pp
open CErrors
open Util