files-main.js.LICENSE.txt 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  34. /**
  35. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  36. *
  37. * @author John Molakvoæ <skjnldsv@protonmail.com>
  38. *
  39. * @license AGPL-3.0-or-later
  40. *
  41. * This program is free software: you can redistribute it and/or modify
  42. * it under the terms of the GNU Affero General Public License as
  43. * published by the Free Software Foundation, either version 3 of the
  44. * License, or (at your option) any later version.
  45. *
  46. * This program is distributed in the hope that it will be useful,
  47. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  48. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  49. * GNU Affero General Public License for more details.
  50. *
  51. * You should have received a copy of the GNU Affero General Public License
  52. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  53. *
  54. */
  55. /**
  56. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  57. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  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) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  79. *
  80. * @author John Molakvoæ <skjnldsv@protonmail.com>
  81. * @author Julius Härtl <jus@bitgrid.net>
  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. */