LICENSE 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. The ISC License
  2. Copyright (c) Contributors
  3. Permission to use, copy, modify, and/or distribute this software for any
  4. purpose with or without fee is hereby granted, provided that the above
  5. copyright notice and this permission notice appear in all copies.
  6. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  7. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  8. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  9. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  10. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  11. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  12. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  13. ====
  14. The following license is the one that governed sax, from which saxes
  15. was forked. Isaac Schlueter is not *directly* involved with saxes so
  16. don't go bugging him for saxes issues.
  17. The ISC License
  18. Copyright (c) Isaac Z. Schlueter and Contributors
  19. Permission to use, copy, modify, and/or distribute this software for any
  20. purpose with or without fee is hereby granted, provided that the above
  21. copyright notice and this permission notice appear in all copies.
  22. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  23. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  24. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  25. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  26. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  27. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  28. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  29. ====
  30. `String.fromCodePoint` by Mathias Bynens is no longer used, but it can
  31. still be found in old commits. It was once used according to terms of
  32. MIT License, as follows:
  33. Copyright Mathias Bynens <https://mathiasbynens.be/>
  34. Permission is hereby granted, free of charge, to any person obtaining
  35. a copy of this software and associated documentation files (the
  36. "Software"), to deal in the Software without restriction, including
  37. without limitation the rights to use, copy, modify, merge, publish,
  38. distribute, sublicense, and/or sell copies of the Software, and to
  39. permit persons to whom the Software is furnished to do so, subject to
  40. the following conditions:
  41. The above copyright notice and this permission notice shall be
  42. included in all copies or substantial portions of the Software.
  43. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  44. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  45. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  46. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  47. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  48. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  49. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.