aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Logic/Hurkens.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Logic/Hurkens.v')
-rw-r--r--theories/Logic/Hurkens.v24
1 files changed, 10 insertions, 14 deletions
diff --git a/theories/Logic/Hurkens.v b/theories/Logic/Hurkens.v
index 8ae8a545f..46a574322 100644
--- a/theories/Logic/Hurkens.v
+++ b/theories/Logic/Hurkens.v
@@ -1,16 +1,12 @@
-(****************************************************************************)
-(* The Calculus of Inductive Constructions *)
-(* *)
-(* Projet LogiCal *)
-(* *)
-(* INRIA LRI-CNRS *)
-(* Rocquencourt Orsay *)
-(* *)
-(* May 29th 2002 *)
-(* *)
-(****************************************************************************)
-(* Hurkens.v *)
-(****************************************************************************)
+(************************************************************************)
+(* 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 *)
+(************************************************************************)
+(* Hurkens.v *)
+(************************************************************************)
(** This is Hurkens paradox [Hurkens] in system U-, adapted by Herman
Geuvers [Geuvers] to show the inconsistency in the pure calculus of
@@ -82,4 +78,4 @@ Proof.
exact (lemma2 Omega).
Qed.
-End Paradox. \ No newline at end of file
+End Paradox.