1356-1356.js.LICENSE.txt 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. * vue-qrcode v1.0.2
  24. * https://fengyuanchen.github.io/vue-qrcode
  25. *
  26. * Copyright 2018-present Chen Fengyuan
  27. * Released under the MIT license
  28. *
  29. * Date: 2020-01-18T06:04:33.222Z
  30. */
  31. /**
  32. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  33. *
  34. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  35. * @author John Molakvoæ <skjnldsv@protonmail.com>
  36. * @author Julius Härtl <jus@bitgrid.net>
  37. *
  38. * @license AGPL-3.0-or-later
  39. *
  40. * This program is free software: you can redistribute it and/or modify
  41. * it under the terms of the GNU Affero General Public License as
  42. * published by the Free Software Foundation, either version 3 of the
  43. * License, or (at your option) any later version.
  44. *
  45. * This program is distributed in the hope that it will be useful,
  46. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  47. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  48. * GNU Affero General Public License for more details.
  49. *
  50. * You should have received a copy of the GNU Affero General Public License
  51. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  52. *
  53. */
  54. /**
  55. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  56. *
  57. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  58. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  59. * @author Gary Kim <gary@garykim.dev>
  60. * @author John Molakvoæ <skjnldsv@protonmail.com>
  61. * @author Julius Härtl <jus@bitgrid.net>
  62. * @author Vincent Petry <vincent@nextcloud.com>
  63. *
  64. * @license AGPL-3.0-or-later
  65. *
  66. * This program is free software: you can redistribute it and/or modify
  67. * it under the terms of the GNU Affero General Public License as
  68. * published by the Free Software Foundation, either version 3 of the
  69. * License, or (at your option) any later version.
  70. *
  71. * This program is distributed in the hope that it will be useful,
  72. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  73. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  74. * GNU Affero General Public License for more details.
  75. *
  76. * You should have received a copy of the GNU Affero General Public License
  77. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  78. *
  79. */
  80. /**
  81. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  82. *
  83. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  84. * @author Joas Schilling <coding@schilljs.com>
  85. * @author John Molakvoæ <skjnldsv@protonmail.com>
  86. * @author Julius Härtl <jus@bitgrid.net>
  87. *
  88. * @license AGPL-3.0-or-later
  89. *
  90. * This program is free software: you can redistribute it and/or modify
  91. * it under the terms of the GNU Affero General Public License as
  92. * published by the Free Software Foundation, either version 3 of the
  93. * License, or (at your option) any later version.
  94. *
  95. * This program is distributed in the hope that it will be useful,
  96. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  97. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  98. * GNU Affero General Public License for more details.
  99. *
  100. * You should have received a copy of the GNU Affero General Public License
  101. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  102. *
  103. */
  104. /**
  105. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  106. *
  107. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  108. * @author Gary Kim <gary@garykim.dev>
  109. * @author Georg Ehrke <oc.list@georgehrke.com>
  110. * @author John Molakvoæ <skjnldsv@protonmail.com>
  111. * @author Julius Härtl <jus@bitgrid.net>
  112. * @author Roeland Jago Douma <roeland@famdouma.nl>
  113. *
  114. * @license AGPL-3.0-or-later
  115. *
  116. * This program is free software: you can redistribute it and/or modify
  117. * it under the terms of the GNU Affero General Public License as
  118. * published by the Free Software Foundation, either version 3 of the
  119. * License, or (at your option) any later version.
  120. *
  121. * This program is distributed in the hope that it will be useful,
  122. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  123. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  124. * GNU Affero General Public License for more details.
  125. *
  126. * You should have received a copy of the GNU Affero General Public License
  127. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  128. *
  129. */
  130. /**
  131. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  132. *
  133. * @author John Molakvoæ <skjnldsv@protonmail.com>
  134. * @author Julius Härtl <jus@bitgrid.net>
  135. *
  136. * @license AGPL-3.0-or-later
  137. *
  138. * This program is free software: you can redistribute it and/or modify
  139. * it under the terms of the GNU Affero General Public License as
  140. * published by the Free Software Foundation, either version 3 of the
  141. * License, or (at your option) any later version.
  142. *
  143. * This program is distributed in the hope that it will be useful,
  144. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  145. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  146. * GNU Affero General Public License for more details.
  147. *
  148. * You should have received a copy of the GNU Affero General Public License
  149. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  150. *
  151. */
  152. /**
  153. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  154. *
  155. * @author John Molakvoæ <skjnldsv@protonmail.com>
  156. *
  157. * @license AGPL-3.0-or-later
  158. *
  159. * This program is free software: you can redistribute it and/or modify
  160. * it under the terms of the GNU Affero General Public License as
  161. * published by the Free Software Foundation, either version 3 of the
  162. * License, or (at your option) any later version.
  163. *
  164. * This program is distributed in the hope that it will be useful,
  165. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  166. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  167. * GNU Affero General Public License for more details.
  168. *
  169. * You should have received a copy of the GNU Affero General Public License
  170. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  171. *
  172. */
  173. /**
  174. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  175. *
  176. * @author John Molakvoæ <skjnldsv@protonmail.com>
  177. *
  178. * @license AGPL-3.0-or-later
  179. *
  180. * This program is free software: you can redistribute it and/or modify
  181. * it under the terms of the GNU Affero General Public License as
  182. * published by the Free Software Foundation, either version 3 of the
  183. * License, or (at your option) any later version.
  184. *
  185. * This program is distributed in the hope that it will be useful,
  186. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  187. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  188. * GNU Affero General Public License for more details.
  189. *
  190. * You should have received a copy of the GNU Affero General Public License
  191. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  192. *
  193. */
  194. /**!
  195. * url-search-params-polyfill
  196. *
  197. * @author Jerry Bendy (https://github.com/jerrybendy)
  198. * @licence MIT
  199. */