diff options
Diffstat (limited to 'kernel/csymtable.mli')
-rw-r--r-- | kernel/csymtable.mli | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/csymtable.mli b/kernel/csymtable.mli index 894a33ef..8c1ad98b 100644 --- a/kernel/csymtable.mli +++ b/kernel/csymtable.mli @@ -1,3 +1,13 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) + +(* $Id: csymtable.mli 13323 2010-07-24 15:57:30Z herbelin $ *) + open Names open Term open Pre_env |