index.79297e.bundle.js.LICENSE.txt 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /*!
  2. * Bootstrap v4.6.1 (https://getbootstrap.com/)
  3. * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  5. */
  6. /*!
  7. * @overview es6-promise - a tiny implementation of Promises/A+.
  8. * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
  9. * @license Licensed under MIT license
  10. * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
  11. * @version v4.2.8+1e68dce6
  12. */
  13. /*!
  14. * Sizzle CSS Selector Engine v2.3.6
  15. * https://sizzlejs.com/
  16. *
  17. * Copyright JS Foundation and other contributors
  18. * Released under the MIT license
  19. * https://js.foundation/
  20. *
  21. * Date: 2021-02-16
  22. */
  23. /*!
  24. * jQuery JavaScript Library v3.6.0
  25. * https://jquery.com/
  26. *
  27. * Includes Sizzle.js
  28. * https://sizzlejs.com/
  29. *
  30. * Copyright OpenJS Foundation and other contributors
  31. * Released under the MIT license
  32. * https://jquery.org/license
  33. *
  34. * Date: 2021-03-02T17:08Z
  35. */
  36. /*! < A task is querying the state of itself, so must be running. */
  37. /*! < The task being queried is in a read or pending ready list. */
  38. /*! < The task being queried is in the Blocked state. */
  39. /*! < The task being queried is in the Suspended state, or is in the Blocked state with an infinite time out. */
  40. /*! https://mths.be/he v1.2.0 by @mathias | MIT license */
  41. /**!
  42. * @fileOverview Kickass library to create and place poppers near their reference elements.
  43. * @version 1.16.1
  44. * @license
  45. * Copyright (c) 2016 Federico Zivolo and contributors
  46. *
  47. * Permission is hereby granted, free of charge, to any person obtaining a copy
  48. * of this software and associated documentation files (the "Software"), to deal
  49. * in the Software without restriction, including without limitation the rights
  50. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  51. * copies of the Software, and to permit persons to whom the Software is
  52. * furnished to do so, subject to the following conditions:
  53. *
  54. * The above copyright notice and this permission notice shall be included in all
  55. * copies or substantial portions of the Software.
  56. *
  57. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  58. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  59. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  60. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  61. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  62. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  63. * SOFTWARE.
  64. */