From 629fbc743f8b5e7623a6834f19885b2e379cb782 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 27 Feb 2018 17:02:31 +0100 Subject: Update headers following #6543. --- intf/constrexpr.ml | 10 ++++++---- intf/decl_kinds.ml | 10 ++++++---- intf/evar_kinds.ml | 10 ++++++---- intf/extend.ml | 10 ++++++---- intf/genredexpr.ml | 10 ++++++---- intf/glob_term.ml | 10 ++++++---- intf/locus.ml | 10 ++++++---- intf/misctypes.ml | 10 ++++++---- intf/notation_term.ml | 10 ++++++---- intf/pattern.ml | 10 ++++++---- intf/vernacexpr.ml | 10 ++++++---- 11 files changed, 66 insertions(+), 44 deletions(-) (limited to 'intf') diff --git a/intf/constrexpr.ml b/intf/constrexpr.ml index 5b51953bbe..474b80ec48 100644 --- a/intf/constrexpr.ml +++ b/intf/constrexpr.ml @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*