summaryrefslogtreecommitdiff
path: root/stdlib/queue.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/queue.ml')
-rw-r--r--stdlib/queue.ml28
1 files changed, 15 insertions, 13 deletions
diff --git a/stdlib/queue.ml b/stdlib/queue.ml
index 134bdacc1f..ffda7a4672 100644
--- a/stdlib/queue.ml
+++ b/stdlib/queue.ml
@@ -1,16 +1,18 @@
-(***********************************************************************)
-(* *)
-(* OCaml *)
-(* *)
-(* Francois Pottier, projet Cristal, INRIA Rocquencourt *)
-(* Jeremie Dimino, Jane Street Europe *)
-(* *)
-(* Copyright 2002 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 *)
+(* *)
+(* Francois Pottier, projet Cristal, INRIA Rocquencourt *)
+(* Jeremie Dimino, Jane Street Europe *)
+(* *)
+(* Copyright 2002 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. *)
+(* *)
+(**************************************************************************)
exception Empty