summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-06-14 23:51:26 +0000
committercgd <cgd@NetBSD.org>1993-06-14 23:51:26 +0000
commit70a04c5a30d0cd1ccf5efebac18cdfc5ab3249f0 (patch)
treea70d4e8bd75af99736be4b7116874ec3cc0ce25e /include
parent6609149bb3ba56c4be6577c38c69f0b53b287ad6 (diff)
update db code to v1.6 from vangogh, and put it in "db" rather than "DB"
Diffstat (limited to 'include')
-rw-r--r--include/db.h6
-rw-r--r--include/mpool.h6
-rw-r--r--include/ndbm.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/include/db.h b/include/db.h
index f48c4e648f9..2b7de273a51 100644
--- a/include/db.h
+++ b/include/db.h
@@ -1,6 +1,6 @@
/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)db.h 5.25 (Berkeley) 5/22/93
+ * @(#)db.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _DB_H_
diff --git a/include/mpool.h b/include/mpool.h
index 16c6d129b0d..910e0782aa9 100644
--- a/include/mpool.h
+++ b/include/mpool.h
@@ -1,6 +1,6 @@
/*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)mpool.h 5.3 (Berkeley) 5/20/93
+ * @(#)mpool.h 8.1 (Berkeley) 6/2/93
*/
/*
diff --git a/include/ndbm.h b/include/ndbm.h
index 2171d30e169..a545bca1326 100644
--- a/include/ndbm.h
+++ b/include/ndbm.h
@@ -1,6 +1,6 @@
/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ * The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)ndbm.h 5.8 (Berkeley) 4/25/92
+ * @(#)ndbm.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _NDBM_H_