You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.9 KiB

2 years ago
  1. ## jQuery v3.5.1
  2. ### jQuery License
  3. ```
  4. jQuery v 3.5.1
  5. Copyright JS Foundation and other contributors, https://js.foundation/
  6. Permission is hereby granted, free of charge, to any person obtaining
  7. a copy of this software and associated documentation files (the
  8. "Software"), to deal in the Software without restriction, including
  9. without limitation the rights to use, copy, modify, merge, publish,
  10. distribute, sublicense, and/or sell copies of the Software, and to
  11. permit persons to whom the Software is furnished to do so, subject to
  12. the following conditions:
  13. The above copyright notice and this permission notice shall be
  14. included in all copies or substantial portions of the Software.
  15. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  16. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  17. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  18. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  19. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  20. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  21. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  22. ******************************************
  23. The jQuery JavaScript Library v3.5.1 also includes Sizzle.js
  24. Sizzle.js includes the following license:
  25. Copyright JS Foundation and other contributors, https://js.foundation/
  26. This software consists of voluntary contributions made by many
  27. individuals. For exact contribution history, see the revision history
  28. available at https://github.com/jquery/sizzle
  29. The following license applies to all parts of this software except as
  30. documented below:
  31. ====
  32. Permission is hereby granted, free of charge, to any person obtaining
  33. a copy of this software and associated documentation files (the
  34. "Software"), to deal in the Software without restriction, including
  35. without limitation the rights to use, copy, modify, merge, publish,
  36. distribute, sublicense, and/or sell copies of the Software, and to
  37. permit persons to whom the Software is furnished to do so, subject to
  38. the following conditions:
  39. The above copyright notice and this permission notice shall be
  40. included in all copies or substantial portions of the Software.
  41. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  42. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  43. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  44. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  45. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  46. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  47. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  48. ====
  49. All files located in the node_modules and external directories are
  50. externally maintained libraries used by this software which have their
  51. own licenses; we recommend you read them, as their terms may differ from
  52. the terms above.
  53. *********************
  54. ```