files-main.js.LICENSE.txt 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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) 2021 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) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  122. *
  123. * @author John Molakvoæ <skjnldsv@protonmail.com>
  124. *
  125. * @license AGPL-3.0-or-later
  126. *
  127. * This program is free software: you can redistribute it and/or modify
  128. * it under the terms of the GNU Affero General Public License as
  129. * published by the Free Software Foundation, either version 3 of the
  130. * License, or (at your option) any later version.
  131. *
  132. * This program is distributed in the hope that it will be useful,
  133. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  134. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  135. * GNU Affero General Public License for more details.
  136. *
  137. * You should have received a copy of the GNU Affero General Public License
  138. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  139. *
  140. */
  141. /**
  142. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  143. *
  144. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  145. *
  146. * @license AGPL-3.0-or-later
  147. *
  148. * This program is free software: you can redistribute it and/or modify
  149. * it under the terms of the GNU Affero General Public License as
  150. * published by the Free Software Foundation, either version 3 of the
  151. * License, or (at your option) any later version.
  152. *
  153. * This program is distributed in the hope that it will be useful,
  154. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  155. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  156. * GNU Affero General Public License for more details.
  157. *
  158. * You should have received a copy of the GNU Affero General Public License
  159. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  160. *
  161. */
  162. /**
  163. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  164. *
  165. * @author John Molakvoæ <skjnldsv@protonmail.com>
  166. *
  167. * @license AGPL-3.0-or-later
  168. *
  169. * This program is free software: you can redistribute it and/or modify
  170. * it under the terms of the GNU Affero General Public License as
  171. * published by the Free Software Foundation, either version 3 of the
  172. * License, or (at your option) any later version.
  173. *
  174. * This program is distributed in the hope that it will be useful,
  175. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  176. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  177. * GNU Affero General Public License for more details.
  178. *
  179. * You should have received a copy of the GNU Affero General Public License
  180. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  181. *
  182. */
  183. /**
  184. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  185. *
  186. * @author John Molakvoæ <skjnldsv@protonmail.com>
  187. *
  188. * @license AGPL-3.0-or-later
  189. *
  190. * This program is free software: you can redistribute it and/or modify
  191. * it under the terms of the GNU Affero General Public License as
  192. * published by the Free Software Foundation, either version 3 of the
  193. * License, or (at your option) any later version.
  194. *
  195. * This program is distributed in the hope that it will be useful,
  196. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  197. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  198. * GNU Affero General Public License for more details.
  199. *
  200. * You should have received a copy of the GNU Affero General Public License
  201. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  202. *
  203. */
  204. /**
  205. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  206. *
  207. * @author John Molakvoæ <skjnldsv@protonmail.com>
  208. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  209. *
  210. * @license AGPL-3.0-or-later
  211. *
  212. * This program is free software: you can redistribute it and/or modify
  213. * it under the terms of the GNU Affero General Public License as
  214. * published by the Free Software Foundation, either version 3 of the
  215. * License, or (at your option) any later version.
  216. *
  217. * This program is distributed in the hope that it will be useful,
  218. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  219. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  220. * GNU Affero General Public License for more details.
  221. *
  222. * You should have received a copy of the GNU Affero General Public License
  223. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  224. *
  225. */
  226. /**
  227. * @copyright Copyright (c) 2024 John Molakvoæ <skjnldsv@protonmail.com>
  228. *
  229. * @author John Molakvoæ <skjnldsv@protonmail.com>
  230. *
  231. * @license AGPL-3.0-or-later
  232. *
  233. * This program is free software: you can redistribute it and/or modify
  234. * it under the terms of the GNU Affero General Public License as
  235. * published by the Free Software Foundation, either version 3 of the
  236. * License, or (at your option) any later version.
  237. *
  238. * This program is distributed in the hope that it will be useful,
  239. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  240. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  241. * GNU Affero General Public License for more details.
  242. *
  243. * You should have received a copy of the GNU Affero General Public License
  244. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  245. *
  246. */