diff options
Diffstat (limited to 'debugger/question.ml')
-rw-r--r-- | debugger/question.ml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debugger/question.ml b/debugger/question.ml index 2eeec3ab0..f17227b9b 100644 --- a/debugger/question.ml +++ b/debugger/question.ml @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Nicolas Pouillard, projet Gallium, INRIA Rocquencourt *) +(* *) +(* Copyright 2006 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) +(* *) +(***********************************************************************) + open Input_handling open Primitives |