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.

6364-6364.js.LICENSE.txt 7.6KB

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