files-main.js.LICENSE.txt 9.6 KB

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