summaryrefslogtreecommitdiffstats
path: root/byterun/ints.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/ints.c')
-rw-r--r--byterun/ints.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/ints.c b/byterun/ints.c
index a8fc6ebb4..caf37c0be 100644
--- a/byterun/ints.c
+++ b/byterun/ints.c
@@ -1,3 +1,16 @@
+/***********************************************************************/
+/* */
+/* Caml Special Light */
+/* */
+/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
+/* */
+/* Copyright 1995 Institut National de Recherche en Informatique et */
+/* Automatique. Distributed only by permission. */
+/* */
+/***********************************************************************/
+
+/* $Id$ */
+
#include <stdio.h>
#include "alloc.h"
#include "fail.h"