summaryrefslogtreecommitdiff
path: root/stdlib/ephemeron.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/ephemeron.ml')
-rw-r--r--stdlib/ephemeron.ml26
1 files changed, 14 insertions, 12 deletions
diff --git a/stdlib/ephemeron.ml b/stdlib/ephemeron.ml
index c29e20bb52..693df18b2a 100644
--- a/stdlib/ephemeron.ml
+++ b/stdlib/ephemeron.ml
@@ -1,15 +1,17 @@
-(***********************************************************************)
-(* *)
-(* OCaml *)
-(* *)
-(* Damien Doligez, projet Para, 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 *)
+(* *)
+(* Damien Doligez, projet Para, 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. *)
+(* *)
+(**************************************************************************)
module type SeededS = sig
include Hashtbl.SeededS