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. --- theories/ZArith/BinInt.v | 10 ++++++---- theories/ZArith/BinIntDef.v | 10 ++++++---- theories/ZArith/Int.v | 16 +++++++++------- theories/ZArith/Wf_Z.v | 10 ++++++---- theories/ZArith/ZArith.v | 10 ++++++---- theories/ZArith/ZArith_base.v | 10 ++++++---- theories/ZArith/ZArith_dec.v | 10 ++++++---- theories/ZArith/Zabs.v | 10 ++++++---- theories/ZArith/Zbool.v | 10 ++++++---- theories/ZArith/Zcompare.v | 10 ++++++---- theories/ZArith/Zcomplements.v | 10 ++++++---- theories/ZArith/Zdigits.v | 10 ++++++---- theories/ZArith/Zdiv.v | 10 ++++++---- theories/ZArith/Zeuclid.v | 10 ++++++---- theories/ZArith/Zeven.v | 10 ++++++---- theories/ZArith/Zgcd_alt.v | 10 ++++++---- theories/ZArith/Zhints.v | 10 ++++++---- theories/ZArith/Zlogarithm.v | 10 ++++++---- theories/ZArith/Zmax.v | 10 ++++++---- theories/ZArith/Zmin.v | 10 ++++++---- theories/ZArith/Zminmax.v | 10 ++++++---- theories/ZArith/Zmisc.v | 10 ++++++---- theories/ZArith/Znat.v | 10 ++++++---- theories/ZArith/Znumtheory.v | 10 ++++++---- theories/ZArith/Zorder.v | 10 ++++++---- theories/ZArith/Zpow_alt.v | 10 ++++++---- theories/ZArith/Zpow_def.v | 10 ++++++---- theories/ZArith/Zpow_facts.v | 10 ++++++---- theories/ZArith/Zpower.v | 10 ++++++---- theories/ZArith/Zquot.v | 10 ++++++---- theories/ZArith/Zsqrt_compat.v | 10 ++++++---- theories/ZArith/Zwf.v | 10 ++++++---- theories/ZArith/auxiliary.v | 10 ++++++---- 33 files changed, 201 insertions(+), 135 deletions(-) (limited to 'theories/ZArith') diff --git a/theories/ZArith/BinInt.v b/theories/ZArith/BinInt.v index e6fd0f22e..e14cc3572 100644 --- a/theories/ZArith/BinInt.v +++ b/theories/ZArith/BinInt.v @@ -1,10 +1,12 @@ (* -*- coding: utf-8 -*- *) (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*