You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

files_versions-files_versions.js.LICENSE.txt 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /**
  2. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  3. *
  4. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  5. * @author John Molakvoæ <skjnldsv@protonmail.com>
  6. *
  7. * @license AGPL-3.0-or-later
  8. *
  9. * This program is free software: you can redistribute it and/or modify
  10. * it under the terms of the GNU Affero General Public License as
  11. * published by the Free Software Foundation, either version 3 of the
  12. * License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public License
  20. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. *
  22. */
  23. /**
  24. * @copyright 2022 Carl Schwan <carl@carlschwan.eu>
  25. * @license AGPL-3.0-or-later
  26. *
  27. * This program is free software: you can redistribute it and/or modify
  28. * it under the terms of the GNU Affero General Public License as
  29. * published by the Free Software Foundation, either version 3 of the
  30. * License, or (at your option) any later version.
  31. *
  32. * This program is distributed in the hope that it will be useful,
  33. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  34. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  35. * GNU Affero General Public License for more details.
  36. *
  37. * You should have received a copy of the GNU Affero General Public License
  38. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  39. *
  40. */
  41. /**
  42. * @copyright 2022 Louis Chemineau <mlouis@chmn.me>
  43. *
  44. * @author Louis Chemineau <mlouis@chmn.me>
  45. *
  46. * @license AGPL-3.0-or-later
  47. *
  48. * This program is free software: you can redistribute it and/or modify
  49. * it under the terms of the GNU Affero General Public License as
  50. * published by the Free Software Foundation, either version 3 of the
  51. * License, or (at your option) any later version.
  52. *
  53. * This program is distributed in the hope that it will be useful,
  54. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  55. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  56. * GNU Affero General Public License for more details.
  57. *
  58. * You should have received a copy of the GNU Affero General Public License
  59. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  60. */
  61. /**
  62. * @copyright Copyright (c) 2022 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) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  84. *
  85. * @author John Molakvoæ <skjnldsv@protonmail.com>
  86. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  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. */