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/Arith/Arith.v | 10 ++++++---- theories/Arith/Arith_base.v | 10 ++++++---- theories/Arith/Between.v | 10 ++++++---- theories/Arith/Bool_nat.v | 10 ++++++---- theories/Arith/Compare.v | 10 ++++++---- theories/Arith/Compare_dec.v | 10 ++++++---- theories/Arith/Div2.v | 10 ++++++---- theories/Arith/EqNat.v | 10 ++++++---- theories/Arith/Euclid.v | 10 ++++++---- theories/Arith/Even.v | 10 ++++++---- theories/Arith/Factorial.v | 10 ++++++---- theories/Arith/Gt.v | 10 ++++++---- theories/Arith/Le.v | 10 ++++++---- theories/Arith/Lt.v | 10 ++++++---- theories/Arith/Max.v | 10 ++++++---- theories/Arith/Min.v | 10 ++++++---- theories/Arith/Minus.v | 10 ++++++---- theories/Arith/Mult.v | 10 ++++++---- theories/Arith/PeanoNat.v | 10 ++++++---- theories/Arith/Peano_dec.v | 10 ++++++---- theories/Arith/Plus.v | 12 +++++++----- theories/Arith/Wf_nat.v | 10 ++++++---- 22 files changed, 133 insertions(+), 89 deletions(-) (limited to 'theories/Arith') diff --git a/theories/Arith/Arith.v b/theories/Arith/Arith.v index 649819878..1cba8fafe 100644 --- a/theories/Arith/Arith.v +++ b/theories/Arith/Arith.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*