diff options
Diffstat (limited to 'contrib7/correctness')
| -rw-r--r-- | contrib7/correctness/ArrayPermut.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/Arrays.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/Arrays_stuff.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/Correctness.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/Exchange.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/ProgBool.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/ProgInt.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/ProgramsExtraction.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/Programs_stuff.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/Sorted.v | 14 | ||||
| -rw-r--r-- | contrib7/correctness/Tuples.v | 14 |
11 files changed, 77 insertions, 77 deletions
diff --git a/contrib7/correctness/ArrayPermut.v b/contrib7/correctness/ArrayPermut.v index 55259b943d..cbd2d9e53e 100644 --- a/contrib7/correctness/ArrayPermut.v +++ b/contrib7/correctness/ArrayPermut.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) diff --git a/contrib7/correctness/Arrays.v b/contrib7/correctness/Arrays.v index 40b19e74f4..29108a32d5 100644 --- a/contrib7/correctness/Arrays.v +++ b/contrib7/correctness/Arrays.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) diff --git a/contrib7/correctness/Arrays_stuff.v b/contrib7/correctness/Arrays_stuff.v index 184602c573..6d381bb228 100644 --- a/contrib7/correctness/Arrays_stuff.v +++ b/contrib7/correctness/Arrays_stuff.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) diff --git a/contrib7/correctness/Correctness.v b/contrib7/correctness/Correctness.v index 8f3f90b95e..cafb5ea4a3 100644 --- a/contrib7/correctness/Correctness.v +++ b/contrib7/correctness/Correctness.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) diff --git a/contrib7/correctness/Exchange.v b/contrib7/correctness/Exchange.v index 85c19b48bc..f9fca66a93 100644 --- a/contrib7/correctness/Exchange.v +++ b/contrib7/correctness/Exchange.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) diff --git a/contrib7/correctness/ProgBool.v b/contrib7/correctness/ProgBool.v index 364cc8d6a4..e7390b125a 100644 --- a/contrib7/correctness/ProgBool.v +++ b/contrib7/correctness/ProgBool.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) diff --git a/contrib7/correctness/ProgInt.v b/contrib7/correctness/ProgInt.v index ec46e2de62..6057f057c8 100644 --- a/contrib7/correctness/ProgInt.v +++ b/contrib7/correctness/ProgInt.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) diff --git a/contrib7/correctness/ProgramsExtraction.v b/contrib7/correctness/ProgramsExtraction.v index 8458105b4d..9c48e56471 100644 --- a/contrib7/correctness/ProgramsExtraction.v +++ b/contrib7/correctness/ProgramsExtraction.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) diff --git a/contrib7/correctness/Programs_stuff.v b/contrib7/correctness/Programs_stuff.v index 0fe6921670..1b1eb8743a 100644 --- a/contrib7/correctness/Programs_stuff.v +++ b/contrib7/correctness/Programs_stuff.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) diff --git a/contrib7/correctness/Sorted.v b/contrib7/correctness/Sorted.v index 7e656ae1b3..55721b3c66 100644 --- a/contrib7/correctness/Sorted.v +++ b/contrib7/correctness/Sorted.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Library about sorted (sub-)arrays / Nicolas Magaud, July 1998 *) diff --git a/contrib7/correctness/Tuples.v b/contrib7/correctness/Tuples.v index f9a3b56b77..a5f08b7da5 100644 --- a/contrib7/correctness/Tuples.v +++ b/contrib7/correctness/Tuples.v @@ -1,10 +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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* Certification of Imperative Programs / Jean-Christophe Filliātre *) |
