Path: blob/master/venv/Lib/site-packages/lxml-4.5.2.dist-info/LICENSES.txt
811 views
lxml is copyright Infrae and distributed under the BSD license (see1doc/licenses/BSD.txt), with the following exceptions:23Some code, such a selftest.py, selftest2.py and4src/lxml/_elementpath.py are derived from ElementTree and5cElementTree. See doc/licenses/elementtree.txt for the license text.67lxml.cssselect and lxml.html are copyright Ian Bicking and distributed8under the BSD license (see doc/licenses/BSD.txt).910test.py, the test-runner script, is GPL and copyright Shuttleworth11Foundation. See doc/licenses/GPL.txt. It is believed the unchanged12inclusion of test.py to run the unit test suite falls under the13"aggregation" clause of the GPL and thus does not affect the license14of the rest of the package.1516The isoschematron implementation uses several XSL and RelaxNG resources:17* The (XML syntax) RelaxNG schema for schematron, copyright International18Organization for Standardization (see19src/lxml/isoschematron/resources/rng/iso-schematron.rng for the license20text)21* The skeleton iso-schematron-xlt1 pure-xslt schematron implementation22xsl stylesheets, copyright Rick Jelliffe and Academia Sinica Computing23Center, Taiwan (see the xsl files here for the license text:24src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/)25* The xsd/rng schema schematron extraction xsl transformations are unlicensed26and copyright the respective authors as noted (see27src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl and28src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl)293031