LICENSE 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. MIT License
  2. Copyright (c) Pooya Parsa <pooya@pi0.io>
  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. ---
  19. This is a derivative work based on:
  20. <https://github.com/unjs/mlly>.
  21. ---
  22. This is a derivative work based on:
  23. <https://github.com/wooorm/import-meta-resolve>.
  24. Which is licensed:
  25. """
  26. (The MIT License)
  27. Copyright (c) 2021 Titus Wormer <mailto:tituswormer@gmail.com>
  28. Permission is hereby granted, free of charge, to any person obtaining
  29. a copy of this software and associated documentation files (the
  30. 'Software'), to deal in the Software without restriction, including
  31. without limitation the rights to use, copy, modify, merge, publish,
  32. distribute, sublicense, and/or sell copies of the Software, and to
  33. permit persons to whom the Software is furnished to do so, subject to
  34. the following conditions:
  35. The above copyright notice and this permission notice shall be
  36. included in all copies or substantial portions of the Software.
  37. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  38. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  39. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  40. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  41. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  42. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  43. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  44. """
  45. ---
  46. This is a derivative work based on:
  47. <https://github.com/nodejs/node>.
  48. Which is licensed:
  49. """
  50. Copyright Node.js contributors. All rights reserved.
  51. Permission is hereby granted, free of charge, to any person obtaining a copy
  52. of this software and associated documentation files (the "Software"), to
  53. deal in the Software without restriction, including without limitation the
  54. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  55. sell copies of the Software, and to permit persons to whom the Software is
  56. furnished to do so, subject to the following conditions:
  57. The above copyright notice and this permission notice shall be included in
  58. all copies or substantial portions of the Software.
  59. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  60. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  61. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  62. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  63. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  64. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  65. IN THE SOFTWARE.
  66. """
  67. This license applies to parts of Node.js originating from the
  68. https://github.com/joyent/node repository:
  69. """
  70. Copyright Joyent, Inc. and other Node contributors. All rights reserved.
  71. Permission is hereby granted, free of charge, to any person obtaining a copy
  72. of this software and associated documentation files (the "Software"), to
  73. deal in the Software without restriction, including without limitation the
  74. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  75. sell copies of the Software, and to permit persons to whom the Software is
  76. furnished to do so, subject to the following conditions:
  77. The above copyright notice and this permission notice shall be included in
  78. all copies or substantial portions of the Software.
  79. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  80. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  81. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  82. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  83. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  84. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  85. IN THE SOFTWARE.
  86. """