LICENSES.txt 690 B

123456789101112131415
  1. lxml is copyright Infrae and distributed under the BSD license (see
  2. doc/licenses/BSD.txt), with the following exceptions:
  3. Some code, such a selftest.py, selftest2.py and
  4. src/lxml/_elementpath.py are derived from ElementTree and
  5. cElementTree. See doc/licenses/elementtree.txt for the license text.
  6. test.py, the test-runner script, is GPL and copyright Shuttleworth
  7. Foundation. See doc/licenses/GPL.txt. It is believed the unchanged
  8. inclusion of test.py to run the unit test suite falls under the
  9. "aggregation" clause of the GPL and thus does not affect the license
  10. of the rest of the package.
  11. the doctest.py module is taken from the Python library and falls under
  12. the PSF Python License.