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.

files-main.js.LICENSE.txt 9.4KB

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