README 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Simple API for XML (SAX), a standard application interface for processing XML.
  2. SAX is not maintained as part of GNU Classpath, but is used with GNU Classpath.
  3. Last imported version sax2r3 final from http://www.saxproject.org/
  4. All files are distributed with the following short notice:
  5. NO WARRANTY! This class is in the Public Domain.
  6. The www.saxproject.org explains:
  7. Copyright Status
  8. SAX is free!
  9. In fact, it's not possible to own a license to SAX, since it's been
  10. placed in the public domain.
  11. No Warranty
  12. Because SAX is released to the public domain, there is no warranty
  13. for the design or for the software implementation, to the extent
  14. permitted by applicable law. Except when otherwise stated in writing
  15. the copyright holders and/or other parties provide SAX "as is" without
  16. warranty of any kind, either expressed or implied, including, but not
  17. limited to, the implied warranties of merchantability and fitness for
  18. a particular purpose. The entire risk as to the quality and
  19. performance of SAX is with you. Should SAX prove defective, you assume
  20. the cost of all necessary servicing, repair or correction.
  21. In no event unless required by applicable law or agreed to in
  22. writing will any copyright holder, or any other party who may modify
  23. and/or redistribute SAX, be liable to you for damages, including any
  24. general, special, incidental or consequential damages arising out of
  25. the use or inability to use SAX (including but not limited to loss of
  26. data or data being rendered inaccurate or losses sustained by you or
  27. third parties or a failure of the SAX to operate with any other
  28. programs), even if such holder or other party has been advised of the
  29. possibility of such damages.
  30. Copyright Disclaimers
  31. This page includes statements to that effect by David Megginson, who
  32. would have been able to claim copyright for the original work.
  33. SAX 1.0
  34. Version 1.0 of the Simple API for XML (SAX), created collectively by
  35. the membership of the XML-DEV mailing list, is hereby released into
  36. the public domain.
  37. No one owns SAX: you may use it freely in both commercial and
  38. non-commercial applications, bundle it with your software
  39. distribution, include it on a CD-ROM, list the source code in a book,
  40. mirror the documentation at your own web site, or use it in any other
  41. way you see fit.
  42. David Megginson, sax@megginson.com
  43. 1998-05-11
  44. SAX 2.0
  45. I hereby abandon any property rights to SAX 2.0 (the Simple API for
  46. XML), and release all of the SAX 2.0 source code, compiled code, and
  47. documentation contained in this distribution into the Public
  48. Domain. SAX comes with NO WARRANTY or guarantee of fitness for any
  49. purpose.
  50. David Megginson, david@megginson.com
  51. 2000-05-05