diff options
author | Stephane Glondu <steph@glondu.net> | 2010-07-24 20:01:08 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2010-07-24 20:01:08 +0200 |
commit | b9f47391f7f259c24119d1de0a87839e2cc5e80c (patch) | |
tree | 26dd3d5de63f420384fd84196d3a144af01f6084 /theories/Reals/ArithProp.v | |
parent | 5b7eafd0f00a16d78f99a27f5c7d5a0de77dc7e6 (diff) |
Imported Upstream snapshot 8.3~beta0+13323
Diffstat (limited to 'theories/Reals/ArithProp.v')
-rw-r--r-- | theories/Reals/ArithProp.v | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/theories/Reals/ArithProp.v b/theories/Reals/ArithProp.v index f22ff5cb..c0f7e830 100644 --- a/theories/Reals/ArithProp.v +++ b/theories/Reals/ArithProp.v @@ -1,10 +1,10 @@ - (************************************************************************) - (* v * The Coq Proof Assistant / The Coq Development Team *) - (* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) - (* \VV/ **************************************************************) - (* // * This file is distributed under the terms of the *) - (* * GNU Lesser General Public License Version 2.1 *) - (************************************************************************) +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) (*i $Id$ i*) |