1
0

files-init.js.LICENSE.txt 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. /**
  11. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  12. *
  13. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  14. *
  15. * @license AGPL-3.0-or-later
  16. *
  17. * This program is free software: you can redistribute it and/or modify
  18. * it under the terms of the GNU Affero General Public License as
  19. * published by the Free Software Foundation, either version 3 of the
  20. * License, or (at your option) any later version.
  21. *
  22. * This program is distributed in the hope that it will be useful,
  23. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  25. * GNU Affero General Public License for more details.
  26. *
  27. * You should have received a copy of the GNU Affero General Public License
  28. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  29. *
  30. */
  31. /**
  32. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  33. *
  34. * @author John Molakvoæ <skjnldsv@protonmail.com>
  35. *
  36. * @license AGPL-3.0-or-later
  37. *
  38. * This program is free software: you can redistribute it and/or modify
  39. * it under the terms of the GNU Affero General Public License as
  40. * published by the Free Software Foundation, either version 3 of the
  41. * License, or (at your option) any later version.
  42. *
  43. * This program is distributed in the hope that it will be useful,
  44. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  45. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  46. * GNU Affero General Public License for more details.
  47. *
  48. * You should have received a copy of the GNU Affero General Public License
  49. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  50. *
  51. */
  52. /**
  53. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  54. *
  55. * @author John Molakvoæ <skjnldsv@protonmail.com>
  56. *
  57. * @license AGPL-3.0-or-later
  58. *
  59. * This program is free software: you can redistribute it and/or modify
  60. * it under the terms of the GNU Affero General Public License as
  61. * published by the Free Software Foundation, either version 3 of the
  62. * License, or (at your option) any later version.
  63. *
  64. * This program is distributed in the hope that it will be useful,
  65. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  66. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  67. * GNU Affero General Public License for more details.
  68. *
  69. * You should have received a copy of the GNU Affero General Public License
  70. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  71. *
  72. */
  73. /**
  74. * @copyright Copyright (c) 2024 Ferdinand Thiessen <opensource@fthiessen.de>
  75. *
  76. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  77. *
  78. * @license AGPL-3.0-or-later
  79. *
  80. * This program is free software: you can redistribute it and/or modify
  81. * it under the terms of the GNU Affero General Public License as
  82. * published by the Free Software Foundation, either version 3 of the
  83. * License, or (at your option) any later version.
  84. *
  85. * This program is distributed in the hope that it will be useful,
  86. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  87. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  88. * GNU Affero General Public License for more details.
  89. *
  90. * You should have received a copy of the GNU Affero General Public License
  91. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  92. *
  93. */