From 8d99bfcdc0915c006bffba6d5ffe14c683b9eb65 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 24 Jul 2010 15:57:30 +0000 Subject: Updated all headers for 8.3 and trunk git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13323 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Arith/Arith.v | 2 +- theories/Arith/Arith_base.v | 2 +- theories/Arith/Between.v | 2 +- theories/Arith/Bool_nat.v | 2 +- theories/Arith/Compare.v | 2 +- theories/Arith/Compare_dec.v | 2 +- theories/Arith/Div2.v | 2 +- theories/Arith/EqNat.v | 2 +- theories/Arith/Euclid.v | 2 +- theories/Arith/Even.v | 2 +- theories/Arith/Factorial.v | 2 +- theories/Arith/Gt.v | 2 +- theories/Arith/Le.v | 2 +- theories/Arith/Lt.v | 2 +- theories/Arith/Max.v | 2 +- theories/Arith/Min.v | 2 +- theories/Arith/Minus.v | 2 +- theories/Arith/Mult.v | 2 +- theories/Arith/Peano_dec.v | 2 +- theories/Arith/Plus.v | 2 +- theories/Arith/Wf_nat.v | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'theories/Arith') diff --git a/theories/Arith/Arith.v b/theories/Arith/Arith.v index 0de9136fd..6f3827a3b 100644 --- a/theories/Arith/Arith.v +++ b/theories/Arith/Arith.v @@ -1,6 +1,6 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(*