aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bench/lists_100.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bench/lists_100.v')
-rw-r--r--test-suite/bench/lists_100.v14
1 files changed, 7 insertions, 7 deletions
diff --git a/test-suite/bench/lists_100.v b/test-suite/bench/lists_100.v
index 0a4b51506..4accbf344 100644
--- a/test-suite/bench/lists_100.v
+++ b/test-suite/bench/lists_100.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 list0 : Set := nil0 : list0 | cons0 : Set -> list0 -> list0.
Inductive list1 : Set := nil1 : list1 | cons1 : Set -> list1 -> list1.
Inductive list2 : Set := nil2 : list2 | cons2 : Set -> list2 -> list2.