4978-4978.js.LICENSE.txt 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. /*
  2. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  3. *
  4. * @author Julius Härtl <jus@bitgrid.net>
  5. *
  6. * @license GNU AGPL version 3 or any later version
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU Affero General Public License as
  10. * published by the Free Software Foundation, either version 3 of the
  11. * License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU Affero General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU Affero General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /*!
  23. * Determine if an object is a Buffer
  24. *
  25. * @author Feross Aboukhadijeh <https://feross.org>
  26. * @license MIT
  27. */
  28. /*! Hammer.JS - v2.0.7 - 2016-04-22
  29. * http://hammerjs.github.io/
  30. *
  31. * Copyright (c) 2016 Jorik Tangelder;
  32. * Licensed under the MIT license */
  33. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  34. /**
  35. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  36. *
  37. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  38. * @author John Molakvoæ <skjnldsv@protonmail.com>
  39. * @author Julius Härtl <jus@bitgrid.net>
  40. *
  41. * @license AGPL-3.0-or-later
  42. *
  43. * This program is free software: you can redistribute it and/or modify
  44. * it under the terms of the GNU Affero General Public License as
  45. * published by the Free Software Foundation, either version 3 of the
  46. * License, or (at your option) any later version.
  47. *
  48. * This program is distributed in the hope that it will be useful,
  49. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  50. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  51. * GNU Affero General Public License for more details.
  52. *
  53. * You should have received a copy of the GNU Affero General Public License
  54. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  55. *
  56. */
  57. /**
  58. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  59. *
  60. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  61. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  62. * @author Gary Kim <gary@garykim.dev>
  63. * @author John Molakvoæ <skjnldsv@protonmail.com>
  64. * @author Julius Härtl <jus@bitgrid.net>
  65. * @author Vincent Petry <vincent@nextcloud.com>
  66. *
  67. * @license AGPL-3.0-or-later
  68. *
  69. * This program is free software: you can redistribute it and/or modify
  70. * it under the terms of the GNU Affero General Public License as
  71. * published by the Free Software Foundation, either version 3 of the
  72. * License, or (at your option) any later version.
  73. *
  74. * This program is distributed in the hope that it will be useful,
  75. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  76. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  77. * GNU Affero General Public License for more details.
  78. *
  79. * You should have received a copy of the GNU Affero General Public License
  80. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  81. *
  82. */
  83. /**
  84. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  85. *
  86. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  87. * @author Joas Schilling <coding@schilljs.com>
  88. * @author John Molakvoæ <skjnldsv@protonmail.com>
  89. * @author Julius Härtl <jus@bitgrid.net>
  90. *
  91. * @license AGPL-3.0-or-later
  92. *
  93. * This program is free software: you can redistribute it and/or modify
  94. * it under the terms of the GNU Affero General Public License as
  95. * published by the Free Software Foundation, either version 3 of the
  96. * License, or (at your option) any later version.
  97. *
  98. * This program is distributed in the hope that it will be useful,
  99. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  100. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  101. * GNU Affero General Public License for more details.
  102. *
  103. * You should have received a copy of the GNU Affero General Public License
  104. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  105. *
  106. */
  107. /**
  108. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  109. *
  110. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  111. * @author Gary Kim <gary@garykim.dev>
  112. * @author Georg Ehrke <oc.list@georgehrke.com>
  113. * @author John Molakvoæ <skjnldsv@protonmail.com>
  114. * @author Julius Härtl <jus@bitgrid.net>
  115. * @author Roeland Jago Douma <roeland@famdouma.nl>
  116. *
  117. * @license AGPL-3.0-or-later
  118. *
  119. * This program is free software: you can redistribute it and/or modify
  120. * it under the terms of the GNU Affero General Public License as
  121. * published by the Free Software Foundation, either version 3 of the
  122. * License, or (at your option) any later version.
  123. *
  124. * This program is distributed in the hope that it will be useful,
  125. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  126. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  127. * GNU Affero General Public License for more details.
  128. *
  129. * You should have received a copy of the GNU Affero General Public License
  130. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  131. *
  132. */
  133. /**
  134. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  135. *
  136. * @author John Molakvoæ <skjnldsv@protonmail.com>
  137. *
  138. * @license AGPL-3.0-or-later
  139. *
  140. * This program is free software: you can redistribute it and/or modify
  141. * it under the terms of the GNU Affero General Public License as
  142. * published by the Free Software Foundation, either version 3 of the
  143. * License, or (at your option) any later version.
  144. *
  145. * This program is distributed in the hope that it will be useful,
  146. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  147. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  148. * GNU Affero General Public License for more details.
  149. *
  150. * You should have received a copy of the GNU Affero General Public License
  151. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  152. *
  153. */
  154. /**!
  155. * url-search-params-polyfill
  156. *
  157. * @author Jerry Bendy (https://github.com/jerrybendy)
  158. * @licence MIT
  159. */