diff options
Diffstat (limited to 'otherlibs/db')
-rw-r--r-- | otherlibs/db/Makefile | 14 | ||||
-rw-r--r-- | otherlibs/db/db.ml | 3 | ||||
-rw-r--r-- | otherlibs/db/db.mli | 3 | ||||
-rw-r--r-- | otherlibs/db/dbstubs.c | 3 | ||||
-rw-r--r-- | otherlibs/db/dbstubs.h | 3 |
5 files changed, 22 insertions, 4 deletions
diff --git a/otherlibs/db/Makefile b/otherlibs/db/Makefile index bff7a5813..4331732d5 100644 --- a/otherlibs/db/Makefile +++ b/otherlibs/db/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/db/db.ml b/otherlibs/db/db.ml index 5a96f34f3..7bb9c5e23 100644 --- a/otherlibs/db/db.ml +++ b/otherlibs/db/db.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/db/db.mli b/otherlibs/db/db.mli index a1d954369..9c85db38e 100644 --- a/otherlibs/db/db.mli +++ b/otherlibs/db/db.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. *) (* *) (***********************************************************************) diff --git a/otherlibs/db/dbstubs.c b/otherlibs/db/dbstubs.c index 1481d808d..585d410b6 100644 --- a/otherlibs/db/dbstubs.c +++ b/otherlibs/db/dbstubs.c @@ -5,7 +5,8 @@ /* Francois Rouaix, projet Cristal, INRIA Rocquencourt */ /* */ /* Copyright 1996 Institut National de Recherche en Informatique et */ -/* en 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/db/dbstubs.h b/otherlibs/db/dbstubs.h index 4ef44b6ab..0dcad3ae6 100644 --- a/otherlibs/db/dbstubs.h +++ b/otherlibs/db/dbstubs.h @@ -5,7 +5,8 @@ /* Francois Rouaix, projet Cristal, INRIA Rocquencourt */ /* */ /* Copyright 1996 Institut National de Recherche en Informatique et */ -/* en Automatique. Distributed only by permission. */ +/* en Automatique. All rights reserved. This file is distributed */ +/* under the terms of the GNU Library General Public License. */ /* */ /***********************************************************************/ |