summaryrefslogtreecommitdiff
path: root/yacc/symtab.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-08-09 15:06:35 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-08-09 15:06:35 +0000
commite4066357b1c6fc307634918f719fc7ac9b998c6c (patch)
tree117cd8651077ad48cfc8d8f173c299630274ac40 /yacc/symtab.c
parent45eef064358cfe64a8f0c20087c8ea7b6600c615 (diff)
downloadocaml-e4066357b1c6fc307634918f719fc7ac9b998c6c.tar.gz
Ajout des notices de copyright
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@195 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'yacc/symtab.c')
-rw-r--r--yacc/symtab.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/yacc/symtab.c b/yacc/symtab.c
index 4f52acf476..82f7cc9a34 100644
--- a/yacc/symtab.c
+++ b/yacc/symtab.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 <string.h>
#include "defs.h"