LICENSE_JQUERY 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Comment found in jQuery source code:
  2. /*!
  3. * jQuery JavaScript Library v1.11.3
  4. * http://jquery.com/
  5. *
  6. * Includes Sizzle.js
  7. * http://sizzlejs.com/
  8. *
  9. * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
  10. * Released under the MIT license
  11. * http://jquery.org/license
  12. *
  13. * Date: 2015-04-28T16:19Z
  14. */
  15. Comment found in jQuery UI source code:
  16. /*! jQuery UI - v1.11.4 - 2015-03-11
  17. * http://jqueryui.com
  18. * Includes: core.js, widget.js, mouse.js, position.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, draggable.js, droppable.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js, menu.js, progressbar.js, resizable.js, selectable.js, selectmenu.js, slider.js, sortable.js, spinner.js, tabs.js, tooltip.js
  19. * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
  20. Text found at http://jquery.org/license:
  21. jQuery Foundation projects are released under the terms of the license
  22. specified in the project's repository or if not specified, under the
  23. MIT license.
  24. The MIT License is simple and easy to understand and it places almost
  25. no restrictions on what you can do with a jQuery Foundation project.
  26. You are free to use any jQuery Foundation project in any other project
  27. (even commercial projects) as long as the copyright header is left
  28. intact.
  29. The text links to https://tldrlegal.com/license/mit-license
  30. which includes the following as the "Full License Text":
  31. The MIT License (MIT)
  32. Copyright (c) <year> <copyright holders>
  33. Permission is hereby granted, free of charge, to any person obtaining
  34. a copy of this software and associated documentation files (the
  35. "Software"), to deal in the Software without restriction, including
  36. without limitation the rights to use, copy, modify, merge, publish,
  37. distribute, sublicense, and/or sell copies of the Software, and to
  38. permit persons to whom the Software is furnished to do so, subject to
  39. the following conditions:
  40. The above copyright notice and this permission notice shall be
  41. included in all copies or substantial portions of the Software.
  42. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  43. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  44. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  45. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  46. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  47. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  48. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.