summaryrefslogtreecommitdiffstats
path: root/otherlibs/dbm
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/dbm')
-rw-r--r--otherlibs/dbm/Makefile14
-rw-r--r--otherlibs/dbm/cldbm.c3
-rw-r--r--otherlibs/dbm/dbm.ml3
-rw-r--r--otherlibs/dbm/dbm.mli3
4 files changed, 20 insertions, 3 deletions
diff --git a/otherlibs/dbm/Makefile b/otherlibs/dbm/Makefile
index 48bee64f0..4cfefd1c9 100644
--- a/otherlibs/dbm/Makefile
+++ b/otherlibs/dbm/Makefile
@@ -1,3 +1,17 @@
+#########################################################################
+# #
+# Objective Caml #
+# #
+# Xavier Leroy, projet Cristal, INRIA Rocquencourt #
+# #
+# Copyright 1999 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. #
+# #
+#########################################################################
+
+# $Id$
+
# Makefile for the ndbm library
include ../../config/Makefile
diff --git a/otherlibs/dbm/cldbm.c b/otherlibs/dbm/cldbm.c
index dcf21c4b5..fa25899af 100644
--- a/otherlibs/dbm/cldbm.c
+++ b/otherlibs/dbm/cldbm.c
@@ -5,7 +5,8 @@
/* Francois Rouaix, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. All rights reserved. This file is distributed */
+/* under the terms of the GNU Library General Public License. */
/* */
/***********************************************************************/
diff --git a/otherlibs/dbm/dbm.ml b/otherlibs/dbm/dbm.ml
index e8372a916..abfabf6ee 100644
--- a/otherlibs/dbm/dbm.ml
+++ b/otherlibs/dbm/dbm.ml
@@ -5,7 +5,8 @@
(* Francois Rouaix, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1996 Institut National de Recherche en Informatique et *)
-(* Automatique. Distributed only by permission. *)
+(* en Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the GNU Library General Public License. *)
(* *)
(***********************************************************************)
diff --git a/otherlibs/dbm/dbm.mli b/otherlibs/dbm/dbm.mli
index b90d39278..2667b3057 100644
--- a/otherlibs/dbm/dbm.mli
+++ b/otherlibs/dbm/dbm.mli
@@ -5,7 +5,8 @@
(* Francois Rouaix, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1996 Institut National de Recherche en Informatique et *)
-(* Automatique. Distributed only by permission. *)
+(* en Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the GNU Library General Public License. *)
(* *)
(***********************************************************************)