files-main.js.LICENSE.txt 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. * The buffer module from node.js, for the browser.
  24. *
  25. * @author Feross Aboukhadijeh <https://feross.org>
  26. * @license MIT
  27. */
  28. /*!
  29. * pinia v2.1.6
  30. * (c) 2023 Eduardo San Martin Morote
  31. * @license MIT
  32. */
  33. /*! For license information please see NcAppSettingsDialog.js.LICENSE.txt */
  34. /*! For license information please see NcAppSettingsSection.js.LICENSE.txt */
  35. /*! For license information please see NcBreadcrumb.js.LICENSE.txt */
  36. /*! For license information please see NcBreadcrumbs.js.LICENSE.txt */
  37. /*! For license information please see NcInputField.js.LICENSE.txt */
  38. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  39. /**
  40. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  41. *
  42. * @author John Molakvoæ <skjnldsv@protonmail.com>
  43. *
  44. * @license AGPL-3.0-or-later
  45. *
  46. * This program is free software: you can redistribute it and/or modify
  47. * it under the terms of the GNU Affero General Public License as
  48. * published by the Free Software Foundation, either version 3 of the
  49. * License, or (at your option) any later version.
  50. *
  51. * This program is distributed in the hope that it will be useful,
  52. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  53. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  54. * GNU Affero General Public License for more details.
  55. *
  56. * You should have received a copy of the GNU Affero General Public License
  57. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  58. *
  59. */
  60. /**
  61. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  62. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  63. *
  64. * @author John Molakvoæ <skjnldsv@protonmail.com>
  65. *
  66. * @license AGPL-3.0-or-later
  67. *
  68. * This program is free software: you can redistribute it and/or modify
  69. * it under the terms of the GNU Affero General Public License as
  70. * published by the Free Software Foundation, either version 3 of the
  71. * License, or (at your option) any later version.
  72. *
  73. * This program is distributed in the hope that it will be useful,
  74. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  75. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  76. * GNU Affero General Public License for more details.
  77. *
  78. * You should have received a copy of the GNU Affero General Public License
  79. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  80. *
  81. */
  82. /**
  83. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  84. *
  85. * @author John Molakvoæ <skjnldsv@protonmail.com>
  86. * @author Julius Härtl <jus@bitgrid.net>
  87. *
  88. * @license AGPL-3.0-or-later
  89. *
  90. * This program is free software: you can redistribute it and/or modify
  91. * it under the terms of the GNU Affero General Public License as
  92. * published by the Free Software Foundation, either version 3 of the
  93. * License, or (at your option) any later version.
  94. *
  95. * This program is distributed in the hope that it will be useful,
  96. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  97. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  98. * GNU Affero General Public License for more details.
  99. *
  100. * You should have received a copy of the GNU Affero General Public License
  101. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  102. *
  103. */
  104. /**
  105. * @copyright Copyright (c) 2021 John Molakvoæ <skjnldsv@protonmail.com>
  106. *
  107. * @author John Molakvoæ <skjnldsv@protonmail.com>
  108. *
  109. * @license AGPL-3.0-or-later
  110. *
  111. * This program is free software: you can redistribute it and/or modify
  112. * it under the terms of the GNU Affero General Public License as
  113. * published by the Free Software Foundation, either version 3 of the
  114. * License, or (at your option) any later version.
  115. *
  116. * This program is distributed in the hope that it will be useful,
  117. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  118. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  119. * GNU Affero General Public License for more details.
  120. *
  121. * You should have received a copy of the GNU Affero General Public License
  122. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  123. *
  124. */
  125. /**
  126. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  127. *
  128. * @author John Molakvoæ <skjnldsv@protonmail.com>
  129. *
  130. * @license AGPL-3.0-or-later
  131. *
  132. * This program is free software: you can redistribute it and/or modify
  133. * it under the terms of the GNU Affero General Public License as
  134. * published by the Free Software Foundation, either version 3 of the
  135. * License, or (at your option) any later version.
  136. *
  137. * This program is distributed in the hope that it will be useful,
  138. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  139. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  140. * GNU Affero General Public License for more details.
  141. *
  142. * You should have received a copy of the GNU Affero General Public License
  143. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  144. *
  145. */
  146. /**
  147. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  148. *
  149. * @author John Molakvoæ <skjnldsv@protonmail.com>
  150. *
  151. * @license AGPL-3.0-or-later
  152. *
  153. * This program is free software: you can redistribute it and/or modify
  154. * it under the terms of the GNU Affero General Public License as
  155. * published by the Free Software Foundation, either version 3 of the
  156. * License, or (at your option) any later version.
  157. *
  158. * This program is distributed in the hope that it will be useful,
  159. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  160. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  161. * GNU Affero General Public License for more details.
  162. *
  163. * You should have received a copy of the GNU Affero General Public License
  164. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  165. *
  166. */
  167. /**
  168. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  169. *
  170. * @author John Molakvoæ <skjnldsv@protonmail.com>
  171. *
  172. * @license AGPL-3.0-or-later
  173. *
  174. * This program is free software: you can redistribute it and/or modify
  175. * it under the terms of the GNU Affero General Public License as
  176. * published by the Free Software Foundation, either version 3 of the
  177. * License, or (at your option) any later version.
  178. *
  179. * This program is distributed in the hope that it will be useful,
  180. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  181. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  182. * GNU Affero General Public License for more details.
  183. *
  184. * You should have received a copy of the GNU Affero General Public License
  185. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  186. *
  187. */