woodstox-core-asl-NOTICE.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. (From http://woodstox.codehaus.org/4.2.0/release-notes/README)
  2. --------------
  3. Woodstox is an XML-parser that allows parsing of XML documents in so-called
  4. pull mode (aka "pull parsing").
  5. It specifically implements StAX 1.0 API:
  6. http://www.jcp.org/en/jsr/detail?id=173
  7. which defines what is closest to being the J2xE standard for XML pull parsers.
  8. Woodstox was originally written by Tatu Saloranta (<tatu.saloranta@iki.fi>.
  9. Woodstox licensing is explained in file LICENSE; be sure to read it
  10. to understand licensing.
  11. Contributions to the source code need to be made as specified by
  12. the License; so that they can be distributed according to the
  13. License terms.
  14. --------------
  15. (From http://svn.codehaus.org/woodstox/wstx/trunk/release-notes/asl/LICENSE)
  16. --------------
  17. This copy of Woodstox XML processor is licensed under the
  18. Apache (Software) License, version 2.0 ("the License").
  19. See the License for details about distribution rights, and the
  20. specific rights regarding derivate works.
  21. You may obtain a copy of the License at:
  22. http://www.apache.org/licenses/
  23. A copy is also included with both the the downloadable source code package
  24. and jar that contains class bytecodes, as file "ASL 2.0". In both cases,
  25. that file should be located next to this file: in source distribution
  26. the location should be "release-notes/asl"; and in jar "META-INF/"
  27. --------------