1
0

files-main.js.LICENSE.txt 8.9 KB

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