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. --- plugins/extraction/ExtrOcamlBasic.v | 10 ++++++---- plugins/extraction/ExtrOcamlBigIntConv.v | 10 ++++++---- plugins/extraction/ExtrOcamlIntConv.v | 10 ++++++---- plugins/extraction/ExtrOcamlNatBigInt.v | 10 ++++++---- plugins/extraction/ExtrOcamlNatInt.v | 10 ++++++---- plugins/extraction/ExtrOcamlString.v | 10 ++++++---- plugins/extraction/ExtrOcamlZBigInt.v | 10 ++++++---- plugins/extraction/ExtrOcamlZInt.v | 10 ++++++---- plugins/extraction/Extraction.v | 10 ++++++---- plugins/extraction/big.ml | 10 ++++++---- plugins/extraction/common.ml | 10 ++++++---- plugins/extraction/common.mli | 10 ++++++---- plugins/extraction/extract_env.ml | 10 ++++++---- plugins/extraction/extract_env.mli | 10 ++++++---- plugins/extraction/extraction.ml | 10 ++++++---- plugins/extraction/extraction.mli | 10 ++++++---- plugins/extraction/g_extraction.ml4 | 10 ++++++---- plugins/extraction/haskell.ml | 10 ++++++---- plugins/extraction/haskell.mli | 10 ++++++---- plugins/extraction/miniml.mli | 10 ++++++---- plugins/extraction/mlutil.ml | 10 ++++++---- plugins/extraction/mlutil.mli | 10 ++++++---- plugins/extraction/modutil.ml | 10 ++++++---- plugins/extraction/modutil.mli | 10 ++++++---- plugins/extraction/ocaml.ml | 10 ++++++---- plugins/extraction/ocaml.mli | 10 ++++++---- plugins/extraction/scheme.ml | 10 ++++++---- plugins/extraction/scheme.mli | 10 ++++++---- plugins/extraction/table.ml | 10 ++++++---- plugins/extraction/table.mli | 10 ++++++---- 30 files changed, 180 insertions(+), 120 deletions(-) (limited to 'plugins/extraction') diff --git a/plugins/extraction/ExtrOcamlBasic.v b/plugins/extraction/ExtrOcamlBasic.v index 8c9ec5b9c..36bb1148b 100644 --- a/plugins/extraction/ExtrOcamlBasic.v +++ b/plugins/extraction/ExtrOcamlBasic.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*