Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!rick From: rick@seismo.UUCP Newsgroups: comp.unix.questions Subject: Re: dbm library from BSD4.3... Message-ID: <43154@beno.seismo.CSS.GOV> Date: Sat, 14-Mar-87 23:01:52 EST Article-I.D.: beno.43154 Posted: Sat Mar 14 23:01:52 1987 Date-Received: Sun, 15-Mar-87 08:07:17 EST References: <1267@msudoc.UUCP> Sender: news@seismo.CSS.GOV Distribution: na Organization: Center for Seismic Studies, Arlington, VA Lines: 15 Summary: WRONG ALL of the allegedly public domain dbm implementations I have seen OBVIOUSLY contain ATT code (try diff). This explicitly includes the 4.3BSD DBM code. I have no idea how Arnold came to the conclusion that the code was public domain, but he obviously didn't diff the 4.3BSD code with the 32V ATT release. (Berkeley thinks it requires an ATT license too. I asked.) I have been looking for a dbm to distribute with the news software for 3 years. I have yet to find one that isn't obviously ATT derived (despite what the person sending it to me says) The "heart" of dbm is the hashing code. I've seen the rest of dbm rewritten several times, but people always "borrow" the ATT hashing code. ---rick