summaryrefslogtreecommitdiff
path: root/theories/Reals/Rpow_def.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Reals/Rpow_def.v')
-rw-r--r--theories/Reals/Rpow_def.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/theories/Reals/Rpow_def.v b/theories/Reals/Rpow_def.v
index 5bdbb76b..90ea9726 100644
--- a/theories/Reals/Rpow_def.v
+++ b/theories/Reals/Rpow_def.v
@@ -1,3 +1,13 @@
+(************************************************************************)
+(* 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 *)
+(************************************************************************)
+
+(* $Id: Rpow_def.v 10923 2008-05-12 18:25:06Z herbelin $ *)
+
Require Import Rdefinitions.
Fixpoint pow (r:R) (n:nat) {struct n} : R :=