files-main.js.LICENSE.txt 9.1 KB

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