diff options
| author | herbelin | 2004-07-16 20:01:26 +0000 |
|---|---|---|
| committer | herbelin | 2004-07-16 20:01:26 +0000 |
| commit | 763cf4f37e10d9a0e8a2a0e9286c02708a60bf08 (patch) | |
| tree | 006f610487a8a2557176d085852d3e443c547493 /test-suite/success | |
| parent | 3e430c449809e6db5c20c2b5b57fafdd5a230fd3 (diff) | |
Nouvelle en-tĂȘte
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/success')
| -rw-r--r-- | test-suite/success/Check.v | 14 | ||||
| -rw-r--r-- | test-suite/success/Field.v | 14 | ||||
| -rw-r--r-- | test-suite/success/Tauto.v | 14 | ||||
| -rw-r--r-- | test-suite/success/eauto.v | 14 | ||||
| -rw-r--r-- | test-suite/success/eqdecide.v | 14 | ||||
| -rw-r--r-- | test-suite/success/fix.v | 14 | ||||
| -rw-r--r-- | test-suite/success/import_lib.v | 4 | ||||
| -rw-r--r-- | test-suite/success/inds_type_sec.v | 14 | ||||
| -rw-r--r-- | test-suite/success/induct.v | 14 | ||||
| -rw-r--r-- | test-suite/success/mutual_ind.v | 14 | ||||
| -rw-r--r-- | test-suite/success/unfold.v | 14 |
11 files changed, 72 insertions, 72 deletions
diff --git a/test-suite/success/Check.v b/test-suite/success/Check.v index b8d06acb54..5d183528b2 100644 --- a/test-suite/success/Check.v +++ b/test-suite/success/Check.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 *) +(************************************************************************) (* Compiling the theories allows to test parsing and typing but not printing *) (* This file tests that pretty-printing does not fail *) (* Test of exact output is not specified *) diff --git a/test-suite/success/Field.v b/test-suite/success/Field.v index cf8583e280..aa51e0577d 100644 --- a/test-suite/success/Field.v +++ b/test-suite/success/Field.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 *) +(************************************************************************) (* $Id$ *) diff --git a/test-suite/success/Tauto.v b/test-suite/success/Tauto.v index 3afe7a6bc2..b6d9993570 100644 --- a/test-suite/success/Tauto.v +++ b/test-suite/success/Tauto.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 *) +(************************************************************************) (* $Id$ *) diff --git a/test-suite/success/eauto.v b/test-suite/success/eauto.v index 999cb1212a..97f7ccf0e2 100644 --- a/test-suite/success/eauto.v +++ b/test-suite/success/eauto.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 *) +(************************************************************************) Require PolyList. Parameter in_list : (list nat*nat)->nat->Prop. diff --git a/test-suite/success/eqdecide.v b/test-suite/success/eqdecide.v index 434ec5464e..f826df9a42 100644 --- a/test-suite/success/eqdecide.v +++ b/test-suite/success/eqdecide.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 *) +(************************************************************************) Inductive T : Set := A: T | B :T->T. diff --git a/test-suite/success/fix.v b/test-suite/success/fix.v index c26cb16f92..374029bba9 100644 --- a/test-suite/success/fix.v +++ b/test-suite/success/fix.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 *) +(************************************************************************) (* Ancien bug signale par Laurent Thery sur la condition de garde *) Require Import Bool. diff --git a/test-suite/success/import_lib.v b/test-suite/success/import_lib.v index b354362472..d031691d84 100644 --- a/test-suite/success/import_lib.v +++ b/test-suite/success/import_lib.v @@ -115,7 +115,7 @@ Module Test_Import. Qed. End Test_Import. -(***********************************************************************) +(************************************************************************) Module Test_Export. Module M. @@ -156,7 +156,7 @@ Module Test_Export. End Test_Export. -(***********************************************************************) +(************************************************************************) Module Test_Require_Export. diff --git a/test-suite/success/inds_type_sec.v b/test-suite/success/inds_type_sec.v index 25a9976d96..a391b80460 100644 --- a/test-suite/success/inds_type_sec.v +++ b/test-suite/success/inds_type_sec.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 *) +(************************************************************************) Section S. Inductive T [U:Type] : Type := c : U -> (T U). End S. diff --git a/test-suite/success/induct.v b/test-suite/success/induct.v index 6ab77e0088..9ae498d2da 100644 --- a/test-suite/success/induct.v +++ b/test-suite/success/induct.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 *) +(************************************************************************) (* Teste des definitions inductives imbriquees *) Require PolyList. diff --git a/test-suite/success/mutual_ind.v b/test-suite/success/mutual_ind.v index 7ef885148c..e932f50ca1 100644 --- a/test-suite/success/mutual_ind.v +++ b/test-suite/success/mutual_ind.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 *) +(************************************************************************) (* Definition mutuellement inductive et dependante *) Require Export PolyList. diff --git a/test-suite/success/unfold.v b/test-suite/success/unfold.v index 9c79507f7f..de75dfce86 100644 --- a/test-suite/success/unfold.v +++ b/test-suite/success/unfold.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 *) +(************************************************************************) (* Test le Hint Unfold sur des var locales *) Section toto. |
