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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  2. /**
  3. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  4. *
  5. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  6. * @author John Molakvoæ <skjnldsv@protonmail.com>
  7. *
  8. * @license AGPL-3.0-or-later
  9. *
  10. * This program is free software: you can redistribute it and/or modify
  11. * it under the terms of the GNU Affero General Public License as
  12. * published by the Free Software Foundation, either version 3 of the
  13. * License, or (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU Affero General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU Affero General Public License
  21. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. *
  23. */
  24. /**
  25. * @copyright 2022 Carl Schwan <carl@carlschwan.eu>
  26. * @license AGPL-3.0-or-later
  27. *
  28. * This program is free software: you can redistribute it and/or modify
  29. * it under the terms of the GNU Affero General Public License as
  30. * published by the Free Software Foundation, either version 3 of the
  31. * License, or (at your option) any later version.
  32. *
  33. * This program is distributed in the hope that it will be useful,
  34. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  35. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  36. * GNU Affero General Public License for more details.
  37. *
  38. * You should have received a copy of the GNU Affero General Public License
  39. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  40. *
  41. */
  42. /**
  43. * @copyright 2022 Louis Chemineau <mlouis@chmn.me>
  44. *
  45. * @author Louis Chemineau <mlouis@chmn.me>
  46. *
  47. * @license AGPL-3.0-or-later
  48. *
  49. * This program is free software: you can redistribute it and/or modify
  50. * it under the terms of the GNU Affero General Public License as
  51. * published by the Free Software Foundation, either version 3 of the
  52. * License, or (at your option) any later version.
  53. *
  54. * This program is distributed in the hope that it will be useful,
  55. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  56. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  57. * GNU Affero General Public License for more details.
  58. *
  59. * You should have received a copy of the GNU Affero General Public License
  60. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  61. */
  62. /**
  63. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  64. *
  65. * @author John Molakvoæ <skjnldsv@protonmail.com>
  66. *
  67. * @license AGPL-3.0-or-later
  68. *
  69. * This program is free software: you can redistribute it and/or modify
  70. * it under the terms of the GNU Affero General Public License as
  71. * published by the Free Software Foundation, either version 3 of the
  72. * License, or (at your option) any later version.
  73. *
  74. * This program is distributed in the hope that it will be useful,
  75. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  76. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  77. * GNU Affero General Public License for more details.
  78. *
  79. * You should have received a copy of the GNU Affero General Public License
  80. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  81. *
  82. */
  83. /**
  84. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  85. *
  86. * @author John Molakvoæ <skjnldsv@protonmail.com>
  87. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  88. *
  89. * @license AGPL-3.0-or-later
  90. *
  91. * This program is free software: you can redistribute it and/or modify
  92. * it under the terms of the GNU Affero General Public License as
  93. * published by the Free Software Foundation, either version 3 of the
  94. * License, or (at your option) any later version.
  95. *
  96. * This program is distributed in the hope that it will be useful,
  97. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  98. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  99. * GNU Affero General Public License for more details.
  100. *
  101. * You should have received a copy of the GNU Affero General Public License
  102. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  103. *
  104. */