diff options
Diffstat (limited to 'stdlib/marshal.mli')
-rw-r--r-- | stdlib/marshal.mli | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/stdlib/marshal.mli b/stdlib/marshal.mli index 4f0ed49b78..220cf384f9 100644 --- a/stdlib/marshal.mli +++ b/stdlib/marshal.mli @@ -1,15 +1,17 @@ -(***********************************************************************) -(* *) -(* OCaml *) -(* *) -(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) -(* *) -(* Copyright 1997 Institut National de Recherche en Informatique et *) -(* en Automatique. All rights reserved. This file is distributed *) -(* under the terms of the GNU Library General Public License, with *) -(* the special exception on linking described in file ../LICENSE. *) -(* *) -(***********************************************************************) +(**************************************************************************) +(* *) +(* OCaml *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 1997 Institut National de Recherche en Informatique et *) +(* en Automatique. *) +(* *) +(* All rights reserved. This file is distributed under the terms of *) +(* the GNU Lesser General Public License version 2.1, with the *) +(* special exception on linking described in the file LICENSE. *) +(* *) +(**************************************************************************) (** Marshaling of data structures. |