diff options
Diffstat (limited to 'stdlib/listLabels.ml')
-rw-r--r-- | stdlib/listLabels.ml | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/stdlib/listLabels.ml b/stdlib/listLabels.ml index 1f0684bfc7..d782261bfd 100644 --- a/stdlib/listLabels.ml +++ b/stdlib/listLabels.ml @@ -1,15 +1,17 @@ -(***********************************************************************) -(* *) -(* OCaml *) -(* *) -(* Jacques Garrigue, Kyoto University RIMS *) -(* *) -(* Copyright 2001 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 *) +(* *) +(* Jacques Garrigue, Kyoto University RIMS *) +(* *) +(* Copyright 2001 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. *) +(* *) +(**************************************************************************) (* Module [ListLabels]: labelled List module *) |