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_sharing-init.js.LICENSE.txt 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. *
  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 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  25. *
  26. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  27. * @author John Molakvoæ <skjnldsv@protonmail.com>
  28. *
  29. * @license AGPL-3.0-or-later
  30. *
  31. * This program is free software: you can redistribute it and/or modify
  32. * it under the terms of the GNU Affero General Public License as
  33. * published by the Free Software Foundation, either version 3 of the
  34. * License, or (at your option) any later version.
  35. *
  36. * This program is distributed in the hope that it will be useful,
  37. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  38. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  39. * GNU Affero General Public License for more details.
  40. *
  41. * You should have received a copy of the GNU Affero General Public License
  42. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  43. *
  44. */
  45. /**
  46. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  47. *
  48. * @author John Molakvoæ <skjnldsv@protonmail.com>
  49. * @author Julius Härtl <jus@bitgrid.net>
  50. *
  51. * @license AGPL-3.0-or-later
  52. *
  53. * This program is free software: you can redistribute it and/or modify
  54. * it under the terms of the GNU Affero General Public License as
  55. * published by the Free Software Foundation, either version 3 of the
  56. * License, or (at your option) any later version.
  57. *
  58. * This program is distributed in the hope that it will be useful,
  59. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  60. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  61. * GNU Affero General Public License for more details.
  62. *
  63. * You should have received a copy of the GNU Affero General Public License
  64. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  65. *
  66. */
  67. /**
  68. * @copyright Copyright (c) 2021 John Molakvoæ <skjnldsv@protonmail.com>
  69. *
  70. * @author John Molakvoæ <skjnldsv@protonmail.com>
  71. *
  72. * @license AGPL-3.0-or-later
  73. *
  74. * This program is free software: you can redistribute it and/or modify
  75. * it under the terms of the GNU Affero General Public License as
  76. * published by the Free Software Foundation, either version 3 of the
  77. * License, or (at your option) any later version.
  78. *
  79. * This program is distributed in the hope that it will be useful,
  80. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  81. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  82. * GNU Affero General Public License for more details.
  83. *
  84. * You should have received a copy of the GNU Affero General Public License
  85. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  86. *
  87. */
  88. /**
  89. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  90. *
  91. * @author John Molakvoæ <skjnldsv@protonmail.com>
  92. *
  93. * @license AGPL-3.0-or-later
  94. *
  95. * This program is free software: you can redistribute it and/or modify
  96. * it under the terms of the GNU Affero General Public License as
  97. * published by the Free Software Foundation, either version 3 of the
  98. * License, or (at your option) any later version.
  99. *
  100. * This program is distributed in the hope that it will be useful,
  101. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  102. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  103. * GNU Affero General Public License for more details.
  104. *
  105. * You should have received a copy of the GNU Affero General Public License
  106. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  107. *
  108. */
  109. /**
  110. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  111. *
  112. * @author John Molakvoæ <skjnldsv@protonmail.com>
  113. *
  114. * @license AGPL-3.0-or-later
  115. *
  116. * This program is free software: you can redistribute it and/or modify
  117. * it under the terms of the GNU Affero General Public License as
  118. * published by the Free Software Foundation, either version 3 of the
  119. * License, or (at your option) any later version.
  120. *
  121. * This program is distributed in the hope that it will be useful,
  122. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  123. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  124. * GNU Affero General Public License for more details.
  125. *
  126. * You should have received a copy of the GNU Affero General Public License
  127. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  128. *
  129. */
  130. /**
  131. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  132. *
  133. * @author John Molakvoæ <skjnldsv@protonmail.com>
  134. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  135. *
  136. * @license AGPL-3.0-or-later
  137. *
  138. * This program is free software: you can redistribute it and/or modify
  139. * it under the terms of the GNU Affero General Public License as
  140. * published by the Free Software Foundation, either version 3 of the
  141. * License, or (at your option) any later version.
  142. *
  143. * This program is distributed in the hope that it will be useful,
  144. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  145. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  146. * GNU Affero General Public License for more details.
  147. *
  148. * You should have received a copy of the GNU Affero General Public License
  149. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  150. *
  151. */