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 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /*!
  2. * The buffer module from node.js, for the browser.
  3. *
  4. * @author Feross Aboukhadijeh <https://feross.org>
  5. * @license MIT
  6. */
  7. /*!
  8. * pinia v2.1.6
  9. * (c) 2023 Eduardo San Martin Morote
  10. * @license MIT
  11. */
  12. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  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 John Molakvoæ <skjnldsv@protonmail.com>
  143. *
  144. * @author John Molakvoæ <skjnldsv@protonmail.com>
  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. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  188. *
  189. * @license AGPL-3.0-or-later
  190. *
  191. * This program is free software: you can redistribute it and/or modify
  192. * it under the terms of the GNU Affero General Public License as
  193. * published by the Free Software Foundation, either version 3 of the
  194. * License, or (at your option) any later version.
  195. *
  196. * This program is distributed in the hope that it will be useful,
  197. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  198. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  199. * GNU Affero General Public License for more details.
  200. *
  201. * You should have received a copy of the GNU Affero General Public License
  202. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  203. *
  204. */