aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Asmaux.v
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-05-04 16:35:45 +0200
committerCyril SIX <cyril.six@kalray.eu>2020-05-04 16:35:45 +0200
commitc22a1828063756fdc11876993e6f1e2ca3bba04d (patch)
treef1d61e5ae919097062343e9309d1b96b6ca80dd1 /backend/Asmaux.v
parent4f6c5833a149d0659f4bffaaeb464cd9864b3a9b (diff)
downloadcompcert-kvx-c22a1828063756fdc11876993e6f1e2ca3bba04d.tar.gz
compcert-kvx-c22a1828063756fdc11876993e6f1e2ca3bba04d.zip
Adding copyrights
Diffstat (limited to 'backend/Asmaux.v')
-rw-r--r--backend/Asmaux.v16
1 files changed, 15 insertions, 1 deletions
diff --git a/backend/Asmaux.v b/backend/Asmaux.v
index 51e94f6b..1167c34c 100644
--- a/backend/Asmaux.v
+++ b/backend/Asmaux.v
@@ -1,5 +1,19 @@
+(* *************************************************************)
+(* *)
+(* 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 Asm.
Require Import AST.
(* Constant only needed by Asmexpandaux.ml *)
-Definition dummy_function := {| fn_code := nil; fn_sig := signature_main |}. \ No newline at end of file
+Definition dummy_function := {| fn_code := nil; fn_sig := signature_main |}.