aboutsummaryrefslogtreecommitdiff
path: root/theories/Arith
diff options
context:
space:
mode:
authorfilliatr2001-03-15 13:38:59 +0000
committerfilliatr2001-03-15 13:38:59 +0000
commit187dc15532f0c6f380d7bcb07adc2180c29fedc2 (patch)
treed7bacf01519ca82b5745d2c493c7f7f1826106af /theories/Arith
parent23741168b109daece8bb588b9c5fb4506e7726ce (diff)
entetes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1469 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith')
-rwxr-xr-xtheories/Arith/Arith.v7
-rwxr-xr-xtheories/Arith/Between.v7
-rwxr-xr-xtheories/Arith/Compare.v7
-rwxr-xr-xtheories/Arith/Compare_dec.v7
-rwxr-xr-xtheories/Arith/Div.v7
-rw-r--r--theories/Arith/Div2.v7
-rwxr-xr-xtheories/Arith/EqNat.v7
-rwxr-xr-xtheories/Arith/Euclid_def.v7
-rwxr-xr-xtheories/Arith/Euclid_proof.v7
-rw-r--r--theories/Arith/Even.v7
-rwxr-xr-xtheories/Arith/Gt.v7
-rwxr-xr-xtheories/Arith/Le.v7
-rwxr-xr-xtheories/Arith/Lt.v7
-rwxr-xr-xtheories/Arith/Min.v7
-rwxr-xr-xtheories/Arith/Minus.v7
-rwxr-xr-xtheories/Arith/Mult.v7
-rwxr-xr-xtheories/Arith/Peano_dec.v7
-rwxr-xr-xtheories/Arith/Plus.v7
-rwxr-xr-xtheories/Arith/Wf_nat.v7
19 files changed, 133 insertions, 0 deletions
diff --git a/theories/Arith/Arith.v b/theories/Arith/Arith.v
index d5b4610a61..7917f15828 100755
--- a/theories/Arith/Arith.v
+++ b/theories/Arith/Arith.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Between.v b/theories/Arith/Between.v
index 70307311bc..8513e6b52b 100755
--- a/theories/Arith/Between.v
+++ b/theories/Arith/Between.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Compare.v b/theories/Arith/Compare.v
index d1415318a2..a439417558 100755
--- a/theories/Arith/Compare.v
+++ b/theories/Arith/Compare.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Compare_dec.v b/theories/Arith/Compare_dec.v
index 0e49083b90..8ef796eef5 100755
--- a/theories/Arith/Compare_dec.v
+++ b/theories/Arith/Compare_dec.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Div.v b/theories/Arith/Div.v
index c6ea0a6f22..24f4ba36c7 100755
--- a/theories/Arith/Div.v
+++ b/theories/Arith/Div.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Div2.v b/theories/Arith/Div2.v
index f5e7ebb34b..25b5d21da4 100644
--- a/theories/Arith/Div2.v
+++ b/theories/Arith/Div2.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/EqNat.v b/theories/Arith/EqNat.v
index c97a9aaa48..cd3e404cd8 100755
--- a/theories/Arith/EqNat.v
+++ b/theories/Arith/EqNat.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Euclid_def.v b/theories/Arith/Euclid_def.v
index 292816f454..a30b93cafc 100755
--- a/theories/Arith/Euclid_def.v
+++ b/theories/Arith/Euclid_def.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Euclid_proof.v b/theories/Arith/Euclid_proof.v
index b8863ad653..e4034b0a5d 100755
--- a/theories/Arith/Euclid_proof.v
+++ b/theories/Arith/Euclid_proof.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Even.v b/theories/Arith/Even.v
index a79a4d2672..2d142cdc87 100644
--- a/theories/Arith/Even.v
+++ b/theories/Arith/Even.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Gt.v b/theories/Arith/Gt.v
index 904aac7bd1..f2e27e7bfc 100755
--- a/theories/Arith/Gt.v
+++ b/theories/Arith/Gt.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Le.v b/theories/Arith/Le.v
index 66c73ff822..7766d3d7e4 100755
--- a/theories/Arith/Le.v
+++ b/theories/Arith/Le.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Lt.v b/theories/Arith/Lt.v
index 4c5167e82d..aa4ad4950b 100755
--- a/theories/Arith/Lt.v
+++ b/theories/Arith/Lt.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Min.v b/theories/Arith/Min.v
index 9f5cf5f635..8f9eb5ecde 100755
--- a/theories/Arith/Min.v
+++ b/theories/Arith/Min.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Minus.v b/theories/Arith/Minus.v
index 4594aa74de..29a9780702 100755
--- a/theories/Arith/Minus.v
+++ b/theories/Arith/Minus.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Mult.v b/theories/Arith/Mult.v
index fe80384aaa..ff38eef695 100755
--- a/theories/Arith/Mult.v
+++ b/theories/Arith/Mult.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Peano_dec.v b/theories/Arith/Peano_dec.v
index d57ec2d519..913d6dd371 100755
--- a/theories/Arith/Peano_dec.v
+++ b/theories/Arith/Peano_dec.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Plus.v b/theories/Arith/Plus.v
index f1bc532aae..2f96112c38 100755
--- a/theories/Arith/Plus.v
+++ b/theories/Arith/Plus.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)
diff --git a/theories/Arith/Wf_nat.v b/theories/Arith/Wf_nat.v
index 225ebeff57..3e8d174c88 100755
--- a/theories/Arith/Wf_nat.v
+++ b/theories/Arith/Wf_nat.v
@@ -1,3 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(* $Id$ *)