diff options
Diffstat (limited to 'theories/Ints/num/ZMake.v')
| -rw-r--r-- | theories/Ints/num/ZMake.v | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/theories/Ints/num/ZMake.v b/theories/Ints/num/ZMake.v index d00f14ec6c..75fc19584d 100644 --- a/theories/Ints/num/ZMake.v +++ b/theories/Ints/num/ZMake.v @@ -1,5 +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 *) +(************************************************************************) + Require Import ZArith. -Require Import ZAux. +Require Import Zaux. Open Scope Z_scope. |
