1
0

files-main.js.LICENSE.txt 7.9 KB

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