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.

731-731.js.LICENSE.txt 5.9KB

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