Date: Fri, 30 Jan 98 16:44:55 EST From: luoqi@watermarkgroup.com (Luoqi Chen) To: hackers@FreeBSD.ORG Subject: Re: The BSD License Message-ID: <9801302144.AA12486@watermarkgroup.com>
next in thread | raw e-mail | index | archive | help
> The rfc seems to indicate to me that they are not willing to give > their software away without at least an NDA. That in itself is not a > problem if they're willing to tell us (or me) how to implement the > algorithm (and don't place any restrictions on that knowledge). If > they were willing to do this, I would have thought it would already > be explained in the rfc. Unfortunately it isn't. > > We need to ask them if they will give us enough knowledge to > implement STAC compression *without* an NDA, without any licensing > requirements and so that the resulting code can be distributed with > FreeBSD for the world to see and use without restriction on that > usage. This `knowledge' may be in source code form already or it > may be a spec.... It seems to me that the rfc has already provided all knowledge neccessary to implement this compression scheme, which is a variant of LZ77 with a static huffman encoding tree(?). It should be quite easy to adapt the gzip code to handle this. Together with another very similar compression protocol MPPC (M$ version of STAC), we could make one gzip module to handle all three protocols. > > Feel free to give 'em my name, although I'm no expert on copyrights. > > -- > Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org> > <http://www.Awfulhak.org> > Don't _EVER_ lose your sense of humour.... > > > -lq
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9801302144.AA12486>