aboutsummaryrefslogtreecommitdiff
path: root/theories/Ints/num/GenAdd.v
diff options
context:
space:
mode:
authorherbelin2008-04-27 16:23:04 +0000
committerherbelin2008-04-27 16:23:04 +0000
commit75681234e0ba2ae283cc22c2c3e0c4045b205879 (patch)
tree08d0d7c27ea6570926d83f8d06a70e0ee15092bc /theories/Ints/num/GenAdd.v
parentecf68d1ed251e2c6b4abd9e97400d3ab009d2925 (diff)
Report des quelques modifs faites avec Pierre Letouzey sur les
fichiers en attendant une intégration à theories/Numbers git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10857 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Ints/num/GenAdd.v')
-rw-r--r--theories/Ints/num/GenAdd.v9
1 files changed, 8 insertions, 1 deletions
diff --git a/theories/Ints/num/GenAdd.v b/theories/Ints/num/GenAdd.v
index 77f5e23016..fae16aad69 100644
--- a/theories/Ints/num/GenAdd.v
+++ b/theories/Ints/num/GenAdd.v
@@ -1,3 +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 *)
+(************************************************************************)
(*************************************************************)
(* This file is distributed under the terms of the *)
@@ -9,7 +16,7 @@
Set Implicit Arguments.
Require Import ZArith.
-Require Import ZAux.
+Require Import Zaux.
Require Import Basic_type.
Require Import GenBase.