app.js.LICENSE.txt 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /*!
  2. * Bootstrap v4.4.1 (https://getbootstrap.com/)
  3. * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. */
  6. /*!
  7. * Sizzle CSS Selector Engine v2.3.5
  8. * https://sizzlejs.com/
  9. *
  10. * Copyright JS Foundation and other contributors
  11. * Released under the MIT license
  12. * https://js.foundation/
  13. *
  14. * Date: 2020-03-14
  15. */
  16. /*!
  17. * jQuery JavaScript Library v3.5.0
  18. * https://jquery.com/
  19. *
  20. * Includes Sizzle.js
  21. * https://sizzlejs.com/
  22. *
  23. * Copyright JS Foundation and other contributors
  24. * Released under the MIT license
  25. * https://jquery.org/license
  26. *
  27. * Date: 2020-04-10T15:07Z
  28. */
  29. /**
  30. * @license
  31. * Lodash <https://lodash.com/>
  32. * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  33. * Released under MIT license <https://lodash.com/license>
  34. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  35. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  36. */
  37. /**!
  38. * @fileOverview Kickass library to create and place poppers near their reference elements.
  39. * @version 1.16.1
  40. * @license
  41. * Copyright (c) 2016 Federico Zivolo and contributors
  42. *
  43. * Permission is hereby granted, free of charge, to any person obtaining a copy
  44. * of this software and associated documentation files (the "Software"), to deal
  45. * in the Software without restriction, including without limitation the rights
  46. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  47. * copies of the Software, and to permit persons to whom the Software is
  48. * furnished to do so, subject to the following conditions:
  49. *
  50. * The above copyright notice and this permission notice shall be included in all
  51. * copies or substantial portions of the Software.
  52. *
  53. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  54. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  55. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  56. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  57. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  58. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  59. * SOFTWARE.
  60. */