aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/DecBoolOps.v
diff options
context:
space:
mode:
Diffstat (limited to 'mppa_k1c/DecBoolOps.v')
-rw-r--r--mppa_k1c/DecBoolOps.v17
1 files changed, 16 insertions, 1 deletions
diff --git a/mppa_k1c/DecBoolOps.v b/mppa_k1c/DecBoolOps.v
index 7f6f7c87..1e0a6187 100644
--- a/mppa_k1c/DecBoolOps.v
+++ b/mppa_k1c/DecBoolOps.v
@@ -1,3 +1,18 @@
+(* *************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Sylvain Boulmé Grenoble-INP, VERIMAG *)
+(* Xavier Leroy INRIA Paris-Rocquencourt *)
+(* David Monniaux CNRS, VERIMAG *)
+(* Cyril Six Kalray *)
+(* *)
+(* Copyright Kalray. Copyright VERIMAG. All rights reserved. *)
+(* This file is distributed under the terms of the INRIA *)
+(* Non-Commercial License Agreement. *)
+(* *)
+(* *************************************************************)
+
Set Implicit Arguments.
Theorem and_dec : forall A B C D : Prop,
@@ -12,4 +27,4 @@ Proof.
- right. tauto.
Qed.
- \ No newline at end of file
+