From 763cf4f37e10d9a0e8a2a0e9286c02708a60bf08 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 16 Jul 2004 20:01:26 +0000 Subject: Nouvelle en-tĂȘte git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Num/AddProps.v | 14 +++++++------- theories/Num/Axioms.v | 14 +++++++------- theories/Num/Definitions.v | 14 +++++++------- theories/Num/DiscrAxioms.v | 14 +++++++------- theories/Num/DiscrProps.v | 14 +++++++------- theories/Num/EqAxioms.v | 14 +++++++------- theories/Num/EqParams.v | 14 +++++++------- theories/Num/GeAxioms.v | 14 +++++++------- theories/Num/GeProps.v | 14 +++++++------- theories/Num/GtAxioms.v | 14 +++++++------- theories/Num/GtProps.v | 14 +++++++------- theories/Num/LeAxioms.v | 14 +++++++------- theories/Num/LeProps.v | 14 +++++++------- theories/Num/LtProps.v | 14 +++++++------- theories/Num/NSyntax.v | 14 +++++++------- theories/Num/NeqAxioms.v | 14 +++++++------- theories/Num/NeqDef.v | 14 +++++++------- theories/Num/NeqParams.v | 14 +++++++------- theories/Num/NeqProps.v | 14 +++++++------- theories/Num/OppAxioms.v | 14 +++++++------- theories/Num/OppProps.v | 14 +++++++------- theories/Num/Params.v | 14 +++++++------- theories/Num/SubProps.v | 14 +++++++------- 23 files changed, 161 insertions(+), 161 deletions(-) (limited to 'theories/Num') diff --git a/theories/Num/AddProps.v b/theories/Num/AddProps.v index cbd8d9e4e3..7c291aff51 100644 --- a/theories/Num/AddProps.v +++ b/theories/Num/AddProps.v @@ -1,10 +1,10 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*