aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
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 /runtime
parent4f6c5833a149d0659f4bffaaeb464cd9864b3a9b (diff)
downloadcompcert-kvx-c22a1828063756fdc11876993e6f1e2ca3bba04d.tar.gz
compcert-kvx-c22a1828063756fdc11876993e6f1e2ca3bba04d.zip
Adding copyrights
Diffstat (limited to 'runtime')
-rw-r--r--runtime/c/write_profiling_table.c12
-rw-r--r--runtime/include/ccomp_k1c_fixes.h15
-rw-r--r--runtime/include/math.h14
3 files changed, 41 insertions, 0 deletions
diff --git a/runtime/c/write_profiling_table.c b/runtime/c/write_profiling_table.c
index 0ce7a948..f8f46306 100644
--- a/runtime/c/write_profiling_table.c
+++ b/runtime/c/write_profiling_table.c
@@ -1,3 +1,15 @@
+/* *************************************************************/
+/* */
+/* The Compcert verified compiler */
+/* */
+/* David Monniaux CNRS, VERIMAG */
+/* */
+/* Copyright VERIMAG. All rights reserved. */
+/* This file is distributed under the terms of the INRIA */
+/* Non-Commercial License Agreement. */
+/* */
+/* *************************************************************/
+
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/runtime/include/ccomp_k1c_fixes.h b/runtime/include/ccomp_k1c_fixes.h
index 7f111742..c884ae23 100644
--- a/runtime/include/ccomp_k1c_fixes.h
+++ b/runtime/include/ccomp_k1c_fixes.h
@@ -1,3 +1,18 @@
+/* *************************************************************/
+/* */
+/* 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. */
+/* */
+/* *************************************************************/
+
+
#ifndef __CCOMP_KIC_FIXES_H
#define __CCOMP_KIC_FIXES_H
diff --git a/runtime/include/math.h b/runtime/include/math.h
index 01b8d8d8..422787e1 100644
--- a/runtime/include/math.h
+++ b/runtime/include/math.h
@@ -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. */
+/* */
+/* *************************************************************/
+
#ifndef _COMPCERT_MATH_H
#define _COMPCERT_MATH_H