From c22a1828063756fdc11876993e6f1e2ca3bba04d Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Mon, 4 May 2020 16:35:45 +0200 Subject: Adding copyrights --- runtime/c/write_profiling_table.c | 12 ++++++++++++ runtime/include/ccomp_k1c_fixes.h | 15 +++++++++++++++ runtime/include/math.h | 14 ++++++++++++++ 3 files changed, 41 insertions(+) (limited to 'runtime') 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 #include #include 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 -- cgit