files-main.js.LICENSE.txt 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. /*!
  2. * pinia v2.1.7
  3. * (c) 2023 Eduardo San Martin Morote
  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 Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  31. *
  32. * @author John Molakvoæ <skjnldsv@protonmail.com>
  33. *
  34. * @license AGPL-3.0-or-later
  35. *
  36. * This program is free software: you can redistribute it and/or modify
  37. * it under the terms of the GNU Affero General Public License as
  38. * published by the Free Software Foundation, either version 3 of the
  39. * License, or (at your option) any later version.
  40. *
  41. * This program is distributed in the hope that it will be useful,
  42. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  43. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  44. * GNU Affero General Public License for more details.
  45. *
  46. * You should have received a copy of the GNU Affero General Public License
  47. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  48. *
  49. */
  50. /**
  51. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  52. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  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) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  74. *
  75. * @author John Molakvoæ <skjnldsv@protonmail.com>
  76. *
  77. * @license AGPL-3.0-or-later
  78. *
  79. * This program is free software: you can redistribute it and/or modify
  80. * it under the terms of the GNU Affero General Public License as
  81. * published by the Free Software Foundation, either version 3 of the
  82. * License, or (at your option) any later version.
  83. *
  84. * This program is distributed in the hope that it will be useful,
  85. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  86. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  87. * GNU Affero General Public License for more details.
  88. *
  89. * You should have received a copy of the GNU Affero General Public License
  90. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  91. *
  92. */
  93. /**
  94. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  95. *
  96. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  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) 2023 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 John Molakvoæ <skjnldsv@protonmail.com>
  138. *
  139. * @author John Molakvoæ <skjnldsv@protonmail.com>
  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) 2024 Ferdinand Thiessen <opensource@fthiessen.de>
  159. *
  160. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  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) 2024 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. */