summaryrefslogtreecommitdiffstats
path: root/stdlib/queue.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/queue.mli')
-rw-r--r--stdlib/queue.mli13
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/queue.mli b/stdlib/queue.mli
index 45fcb2c1e..3c5323963 100644
--- a/stdlib/queue.mli
+++ b/stdlib/queue.mli
@@ -1,3 +1,16 @@
+(***********************************************************************)
+(* *)
+(* Caml Special Light *)
+(* *)
+(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
+(* *)
+(* Copyright 1995 Institut National de Recherche en Informatique et *)
+(* Automatique. Distributed only by permission. *)
+(* *)
+(***********************************************************************)
+
+(* $Id$ *)
+
(* Module [Queues]: queues *)
(* This module implements queues (FIFOs), with in-place modification. *)