files-init.js.LICENSE.txt 3.4 KB

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