aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/c/write_profiling_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/c/write_profiling_table.c')
-rw-r--r--runtime/c/write_profiling_table.c12
1 files changed, 12 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>