From: M.-A. L. <ma...@eg...> - 2009-03-19 11:58:59
|
On 2009-03-19 12:07, Dave Cridland wrote: > On Thu Mar 19 10:37:56 2009, M.-A. Lemburg wrote: > Keyphrene.com's code I think I merged by diffing their "Org.keyphrene" > package. You do have to dig down quite a bit, sadly, to find out it's > the same codebase underneath, merged with various other projects. They do appear to provide a separate download for this as well: http://www.keyphrene.com/products/pyOpenSSL-extended/index.php?lng=en > Close examination reveals it includes "mxTidy", for instance, although > the copyright notice is only presevred in the mxTidy.c file. (I assume > it *is* compatible with LGPL, right?) mxTidy is under the eGenix Public License (a Python style license), the original HTML Tidy under a BSD-style license. Both are compatible with the LGPL, AFAIK. However, they also both require that the licenses be kept with the source code. If that's not the case, then they are in violation of the licenses. Looking at their archive http://www.keyphrene.com/products/org.keyphrene/?lng=en they don't provide any license or documentation files whatsoever, so I guess we need to have a friendly word with them :-) -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Mar 19 2009) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ |