aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/lib/Machblockgenproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'mppa_k1c/lib/Machblockgenproof.v')
-rw-r--r--mppa_k1c/lib/Machblockgenproof.v16
1 files changed, 15 insertions, 1 deletions
diff --git a/mppa_k1c/lib/Machblockgenproof.v b/mppa_k1c/lib/Machblockgenproof.v
index 0de2df52..dfb97bfe 100644
--- a/mppa_k1c/lib/Machblockgenproof.v
+++ b/mppa_k1c/lib/Machblockgenproof.v
@@ -1,3 +1,17 @@
+(* *************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Sylvain Boulmé Grenoble-INP, VERIMAG *)
+(* 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. *)
+(* *)
+(* *************************************************************)
+
Require Import Coqlib.
Require Import Maps.
Require Import AST.
@@ -807,4 +821,4 @@ Proof.
eapply ra_exists; eauto.
Qed.
-End Mach_Return_Address. \ No newline at end of file
+End Mach_Return_Address.