diff options
Diffstat (limited to 'asmrun/ia64.S')
-rw-r--r-- | asmrun/ia64.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/asmrun/ia64.S b/asmrun/ia64.S index d4296fa4a..4680aa932 100644 --- a/asmrun/ia64.S +++ b/asmrun/ia64.S @@ -1,12 +1,13 @@ /***********************************************************************/ /* */ -/* Objective Caml */ +/* OCaml */ /* */ /* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ /* */ /* Copyright 1996 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. */ +/* under the terms of the GNU Library General Public License, with */ +/* the special exception on linking described in file ../LICENSE. */ /* */ /***********************************************************************/ |