LICENSE 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. MIT License
  2. Copyright (c) 2021 Neo Han
  3. Permission is hereby granted, free of charge, to any person obtaining a copy
  4. of this software and associated documentation files (the "Software"), to deal
  5. in the Software without restriction, including without limitation the rights
  6. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7. copies of the Software, and to permit persons to whom the Software is
  8. furnished to do so, subject to the following conditions:
  9. The above copyright notice and this permission notice shall be included in all
  10. copies or substantial portions of the Software.
  11. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  12. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  14. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  15. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  16. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  17. SOFTWARE.
  18. File: /src/LICENSE.txt
  19. The MIT License (MIT)
  20. Copyright (c) 2015 Form.io
  21. Permission is hereby granted, free of charge, to any person obtaining a copy of
  22. this software and associated documentation files (the "Software"), to deal in the
  23. Software without restriction, including without limitation the rights to use,
  24. copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
  25. Software, and to permit persons to whom the Software is furnished to do so,
  26. subject to the following conditions:
  27. The above copyright notice and this permission notice shall be included in all
  28. copies or substantial portions of the Software.
  29. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  30. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  31. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  32. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  33. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  34. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  35. File: /lib/jsrsasign/LICENSE.txt
  36. CONTAINS CODE FROM YUI LIBRARY SEE LICENSE @ http://yuilibrary.com/license/
  37. The 'jsrsasign'(RSA-Sign JavaScript Library) License
  38. Copyright (c) 2010-2013 Kenji Urushima
  39. Permission is hereby granted, free of charge, to any person obtaining a copy
  40. of this software and associated documentation files (the "Software"), to deal
  41. in the Software without restriction, including without limitation the rights
  42. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  43. copies of the Software, and to permit persons to whom the Software is
  44. furnished to do so, subject to the following conditions:
  45. The above copyright notice and this permission notice shall be included in
  46. all copies or substantial portions of the Software.
  47. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  48. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  49. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  50. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  51. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  52. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  53. THE SOFTWARE.
  54. File: /lib/jsbn/LICENSE.txt
  55. Licensing
  56. ---------
  57. This software is covered under the following copyright:
  58. /*
  59. * Copyright (c) 2003-2005 Tom Wu
  60. * All Rights Reserved.
  61. *
  62. * Permission is hereby granted, free of charge, to any person obtaining
  63. * a copy of this software and associated documentation files (the
  64. * "Software"), to deal in the Software without restriction, including
  65. * without limitation the rights to use, copy, modify, merge, publish,
  66. * distribute, sublicense, and/or sell copies of the Software, and to
  67. * permit persons to whom the Software is furnished to do so, subject to
  68. * the following conditions:
  69. *
  70. * The above copyright notice and this permission notice shall be
  71. * included in all copies or substantial portions of the Software.
  72. *
  73. * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  74. * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  75. * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  76. *
  77. * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
  78. * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
  79. * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
  80. * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
  81. * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  82. *
  83. * In addition, the following condition applies:
  84. *
  85. * All redistributions must retain an intact copy of this copyright notice
  86. * and disclaimer.
  87. */
  88. Address all questions regarding this license to:
  89. Tom Wu
  90. tjw@cs.Stanford.EDU
  91. File: /lib/asn1js/LICENSE.txt
  92. ASN.1 JavaScript decoder
  93. Copyright (c) 2008-2013 Lapo Luchini <lapo@lapo.it>
  94. Permission to use, copy, modify, and/or distribute this software for any
  95. purpose with or without fee is hereby granted, provided that the above
  96. copyright notice and this permission notice appear in all copies.
  97. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  98. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  99. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  100. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  101. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  102. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  103. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.