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/NArith/BinNat.v | 10 ++++++---- theories/NArith/BinNatDef.v | 10 ++++++---- theories/NArith/NArith.v | 10 ++++++---- theories/NArith/Ndec.v | 10 ++++++---- theories/NArith/Ndigits.v | 10 ++++++---- theories/NArith/Ndist.v | 10 ++++++---- theories/NArith/Ndiv_def.v | 10 ++++++---- theories/NArith/Ngcd_def.v | 10 ++++++---- theories/NArith/Nnat.v | 10 ++++++---- theories/NArith/Nsqrt_def.v | 10 ++++++---- 10 files changed, 60 insertions(+), 40 deletions(-) (limited to 'theories/NArith') diff --git a/theories/NArith/BinNat.v b/theories/NArith/BinNat.v index 75a8bfdb3..a4fc15037 100644 --- a/theories/NArith/BinNat.v +++ b/theories/NArith/BinNat.v @@ -1,9 +1,11 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*