files-main.js.LICENSE.txt 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. /*!
  2. * vue-router v3.6.5
  3. * (c) 2022 Evan You
  4. * @license MIT
  5. */
  6. /*!
  7. * Vue.js v2.7.15
  8. * (c) 2014-2023 Evan You
  9. * Released under the MIT License.
  10. */
  11. /*!
  12. * pinia v2.1.7
  13. * (c) 2023 Eduardo San Martin Morote
  14. * @license MIT
  15. */
  16. /**
  17. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  18. *
  19. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  20. *
  21. * @license AGPL-3.0-or-later
  22. *
  23. * This program is free software: you can redistribute it and/or modify
  24. * it under the terms of the GNU Affero General Public License as
  25. * published by the Free Software Foundation, either version 3 of the
  26. * License, or (at your option) any later version.
  27. *
  28. * This program is distributed in the hope that it will be useful,
  29. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  30. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  31. * GNU Affero General Public License for more details.
  32. *
  33. * You should have received a copy of the GNU Affero General Public License
  34. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  35. *
  36. */
  37. /**
  38. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  39. *
  40. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  41. * @author John Molakvoæ <skjnldsv@protonmail.com>
  42. *
  43. * @license AGPL-3.0-or-later
  44. *
  45. * This program is free software: you can redistribute it and/or modify
  46. * it under the terms of the GNU Affero General Public License as
  47. * published by the Free Software Foundation, either version 3 of the
  48. * License, or (at your option) any later version.
  49. *
  50. * This program is distributed in the hope that it will be useful,
  51. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  52. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  53. * GNU Affero General Public License for more details.
  54. *
  55. * You should have received a copy of the GNU Affero General Public License
  56. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  57. *
  58. */
  59. /**
  60. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  61. *
  62. * @author John Molakvoæ <skjnldsv@protonmail.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 Gary Kim <gary@garykim.dev>
  82. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  83. *
  84. * @author John Molakvoæ <skjnldsv@protonmail.com>
  85. *
  86. * @license AGPL-3.0-or-later
  87. *
  88. * This program is free software: you can redistribute it and/or modify
  89. * it under the terms of the GNU Affero General Public License as
  90. * published by the Free Software Foundation, either version 3 of the
  91. * License, or (at your option) any later version.
  92. *
  93. * This program is distributed in the hope that it will be useful,
  94. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  95. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  96. * GNU Affero General Public License for more details.
  97. *
  98. * You should have received a copy of the GNU Affero General Public License
  99. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  100. *
  101. */
  102. /**
  103. * @copyright Copyright (c) 2021 John Molakvoæ <skjnldsv@protonmail.com>
  104. *
  105. * @author John Molakvoæ <skjnldsv@protonmail.com>
  106. *
  107. * @license AGPL-3.0-or-later
  108. *
  109. * This program is free software: you can redistribute it and/or modify
  110. * it under the terms of the GNU Affero General Public License as
  111. * published by the Free Software Foundation, either version 3 of the
  112. * License, or (at your option) any later version.
  113. *
  114. * This program is distributed in the hope that it will be useful,
  115. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  116. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  117. * GNU Affero General Public License for more details.
  118. *
  119. * You should have received a copy of the GNU Affero General Public License
  120. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  121. *
  122. */
  123. /**
  124. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  125. *
  126. * @author Joas Schilling <coding@schilljs.com>
  127. *
  128. * @license AGPL-3.0-or-later
  129. *
  130. * This program is free software: you can redistribute it and/or modify
  131. * it under the terms of the GNU Affero General Public License as
  132. * published by the Free Software Foundation, either version 3 of the
  133. * License, or (at your option) any later version.
  134. *
  135. * This program is distributed in the hope that it will be useful,
  136. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  137. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  138. * GNU Affero General Public License for more details.
  139. *
  140. * You should have received a copy of the GNU Affero General Public License
  141. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  142. *
  143. */
  144. /**
  145. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  146. *
  147. * @author John Molakvoæ <skjnldsv@protonmail.com>
  148. *
  149. * @license AGPL-3.0-or-later
  150. *
  151. * This program is free software: you can redistribute it and/or modify
  152. * it under the terms of the GNU Affero General Public License as
  153. * published by the Free Software Foundation, either version 3 of the
  154. * License, or (at your option) any later version.
  155. *
  156. * This program is distributed in the hope that it will be useful,
  157. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  158. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  159. * GNU Affero General Public License for more details.
  160. *
  161. * You should have received a copy of the GNU Affero General Public License
  162. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  163. *
  164. */
  165. /**
  166. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  167. *
  168. * @author John Molakvoæ <skjnldsv@protonmail.com>
  169. *
  170. * @license AGPL-3.0-or-later
  171. *
  172. * This program is free software: you can redistribute it and/or modify
  173. * it under the terms of the GNU Affero General Public License as
  174. * published by the Free Software Foundation, either version 3 of the
  175. * License, or (at your option) any later version.
  176. *
  177. * This program is distributed in the hope that it will be useful,
  178. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  179. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  180. * GNU Affero General Public License for more details.
  181. *
  182. * You should have received a copy of the GNU Affero General Public License
  183. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  184. *
  185. */
  186. /**
  187. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  188. *
  189. * @author John Molakvoæ <skjnldsv@protonmail.com>
  190. *
  191. * @license AGPL-3.0-or-later
  192. *
  193. * This program is free software: you can redistribute it and/or modify
  194. * it under the terms of the GNU Affero General Public License as
  195. * published by the Free Software Foundation, either version 3 of the
  196. * License, or (at your option) any later version.
  197. *
  198. * This program is distributed in the hope that it will be useful,
  199. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  200. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  201. * GNU Affero General Public License for more details.
  202. *
  203. * You should have received a copy of the GNU Affero General Public License
  204. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  205. *
  206. */
  207. /**
  208. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  209. *
  210. * @author John Molakvoæ <skjnldsv@protonmail.com>
  211. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  212. *
  213. * @license AGPL-3.0-or-later
  214. *
  215. * This program is free software: you can redistribute it and/or modify
  216. * it under the terms of the GNU Affero General Public License as
  217. * published by the Free Software Foundation, either version 3 of the
  218. * License, or (at your option) any later version.
  219. *
  220. * This program is distributed in the hope that it will be useful,
  221. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  222. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  223. * GNU Affero General Public License for more details.
  224. *
  225. * You should have received a copy of the GNU Affero General Public License
  226. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  227. *
  228. */