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 5.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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 2022 Louis Chmn <louis@chmn.me>
  63. *
  64. * @author Louis Chmn <louis@chmn.me>
  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) 2021 John Molakvoæ <skjnldsv@protonmail.com>
  84. *
  85. * @author John Molakvoæ <skjnldsv@protonmail.com>
  86. *
  87. * @license AGPL-3.0-or-later
  88. *
  89. * This program is free software: you can redistribute it and/or modify
  90. * it under the terms of the GNU Affero General Public License as
  91. * published by the Free Software Foundation, either version 3 of the
  92. * License, or (at your option) any later version.
  93. *
  94. * This program is distributed in the hope that it will be useful,
  95. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  96. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  97. * GNU Affero General Public License for more details.
  98. *
  99. * You should have received a copy of the GNU Affero General Public License
  100. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  101. *
  102. */
  103. /**
  104. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  105. *
  106. * @author John Molakvoæ <skjnldsv@protonmail.com>
  107. *
  108. * @license AGPL-3.0-or-later
  109. *
  110. * This program is free software: you can redistribute it and/or modify
  111. * it under the terms of the GNU Affero General Public License as
  112. * published by the Free Software Foundation, either version 3 of the
  113. * License, or (at your option) any later version.
  114. *
  115. * This program is distributed in the hope that it will be useful,
  116. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  117. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  118. * GNU Affero General Public License for more details.
  119. *
  120. * You should have received a copy of the GNU Affero General Public License
  121. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  122. *
  123. */
  124. /**
  125. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  126. *
  127. * @author John Molakvoæ <skjnldsv@protonmail.com>
  128. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  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. */