Re: [XML-SIG] Question about licenses of various pieces of PyXML

2006-04-14 Thread Martin v. Löwis
Tom Kacvinsky wrote: > _xmlplus/dom/ext/Dom2Sax.py > _xmlplus/dom/ext/XHtml2HtmlPrinter.py > _xmlplus/dom/ext/XHtmlPrinter.py > _xmlplus/dom/html/GenerateHtml.py These are all from 4DOM. > _xmlplus/dom/javadom.py This was originally written by Lars Marius Garshol. He did not state a specific lic

Re: [XML-SIG] Question about licenses of various pieces of PyXML

2006-04-12 Thread Tom Kacvinsky
Hi Martin, Here is what I am interested in: _xmlplus/dom/ext/Dom2Sax.py _xmlplus/dom/ext/XHtml2HtmlPrinter.py _xmlplus/dom/ext/XHtmlPrinter.py _xmlplus/dom/html/GenerateHtml.py _xmlplus/dom/javadom.py _xmlplus/dom/minicompat.py _xmlplus/dom/minidom.py _xmlplus/dom/pulldom.py _xmlplus/dom/xmlbuild

Re: [XML-SIG] Question about licenses of various pieces of PyXML

2006-04-10 Thread Martin v. Löwis
Tom Kacvinsky wrote: > Any ideas on how I should proceed? You should ask on this list which specific files you are interested in. Regards, Martin ___ XML-SIG maillist - XML-SIG@python.org http://mail.python.org/mailman/listinfo/xml-sig

[XML-SIG] Question about licenses of various pieces of PyXML

2006-04-05 Thread Tom Kacvinsky
All, I have a question about the licenses associated with various bits and pieces of PyXML. In particular, I would like to know which files in the PyXML package are associated with the various subpackages of PyXML (for instance, most of the stuff in xpath is associated with the 4DOM subpackage).