files_sharing-files_sharing_tab.js.LICENSE.txt 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. /**
  2. * @copyright 2022 Louis Chmn <louis@chmn.me>
  3. *
  4. * @author Louis Chmn <louis@chmn.me>
  5. *
  6. * @license AGPL-3.0-or-later
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU Affero General Public License as
  10. * published by the Free Software Foundation, either version 3 of the
  11. * License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU Affero General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU Affero General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  24. *
  25. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  26. * @author John Molakvoæ <skjnldsv@protonmail.com>
  27. * @author Julius Härtl <jus@bitgrid.net>
  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 Christoph Wurst <christoph@winzerhof-wurst.at>
  49. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  50. * @author Gary Kim <gary@garykim.dev>
  51. * @author John Molakvoæ <skjnldsv@protonmail.com>
  52. * @author Julius Härtl <jus@bitgrid.net>
  53. * @author Vincent Petry <vincent@nextcloud.com>
  54. *
  55. * @license AGPL-3.0-or-later
  56. *
  57. * This program is free software: you can redistribute it and/or modify
  58. * it under the terms of the GNU Affero General Public License as
  59. * published by the Free Software Foundation, either version 3 of the
  60. * License, or (at your option) any later version.
  61. *
  62. * This program is distributed in the hope that it will be useful,
  63. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  64. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  65. * GNU Affero General Public License for more details.
  66. *
  67. * You should have received a copy of the GNU Affero General Public License
  68. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  69. *
  70. */
  71. /**
  72. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  73. *
  74. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  75. * @author Joas Schilling <coding@schilljs.com>
  76. * @author John Molakvoæ <skjnldsv@protonmail.com>
  77. * @author Julius Härtl <jus@bitgrid.net>
  78. *
  79. * @license AGPL-3.0-or-later
  80. *
  81. * This program is free software: you can redistribute it and/or modify
  82. * it under the terms of the GNU Affero General Public License as
  83. * published by the Free Software Foundation, either version 3 of the
  84. * License, or (at your option) any later version.
  85. *
  86. * This program is distributed in the hope that it will be useful,
  87. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  88. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  89. * GNU Affero General Public License for more details.
  90. *
  91. * You should have received a copy of the GNU Affero General Public License
  92. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  93. *
  94. */
  95. /**
  96. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  97. *
  98. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  99. * @author Gary Kim <gary@garykim.dev>
  100. * @author Georg Ehrke <oc.list@georgehrke.com>
  101. * @author John Molakvoæ <skjnldsv@protonmail.com>
  102. * @author Julius Härtl <jus@bitgrid.net>
  103. * @author Roeland Jago Douma <roeland@famdouma.nl>
  104. *
  105. * @license AGPL-3.0-or-later
  106. *
  107. * This program is free software: you can redistribute it and/or modify
  108. * it under the terms of the GNU Affero General Public License as
  109. * published by the Free Software Foundation, either version 3 of the
  110. * License, or (at your option) any later version.
  111. *
  112. * This program is distributed in the hope that it will be useful,
  113. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  114. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  115. * GNU Affero General Public License for more details.
  116. *
  117. * You should have received a copy of the GNU Affero General Public License
  118. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  119. *
  120. */
  121. /**
  122. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  123. *
  124. * @author John Molakvoæ <skjnldsv@protonmail.com>
  125. *
  126. * @license AGPL-3.0-or-later
  127. *
  128. * This program is free software: you can redistribute it and/or modify
  129. * it under the terms of the GNU Affero General Public License as
  130. * published by the Free Software Foundation, either version 3 of the
  131. * License, or (at your option) any later version.
  132. *
  133. * This program is distributed in the hope that it will be useful,
  134. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  135. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  136. * GNU Affero General Public License for more details.
  137. *
  138. * You should have received a copy of the GNU Affero General Public License
  139. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  140. *
  141. */
  142. /**
  143. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  144. *
  145. * @author John Molakvoæ <skjnldsv@protonmail.com>
  146. * @author Julius Härtl <jus@bitgrid.net>
  147. *
  148. * @license AGPL-3.0-or-later
  149. *
  150. * This program is free software: you can redistribute it and/or modify
  151. * it under the terms of the GNU Affero General Public License as
  152. * published by the Free Software Foundation, either version 3 of the
  153. * License, or (at your option) any later version.
  154. *
  155. * This program is distributed in the hope that it will be useful,
  156. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  157. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  158. * GNU Affero General Public License for more details.
  159. *
  160. * You should have received a copy of the GNU Affero General Public License
  161. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  162. *
  163. */
  164. /**
  165. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  166. *
  167. * @author Julius Härtl <jus@bitgrid.net>
  168. *
  169. * @license AGPL-3.0-or-later
  170. *
  171. * This program is free software: you can redistribute it and/or modify
  172. * it under the terms of the GNU Affero General Public License as
  173. * published by the Free Software Foundation, either version 3 of the
  174. * License, or (at your option) any later version.
  175. *
  176. * This program is distributed in the hope that it will be useful,
  177. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  178. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  179. * GNU Affero General Public License for more details.
  180. *
  181. * You should have received a copy of the GNU Affero General Public License
  182. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  183. *
  184. */
  185. /**
  186. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  187. *
  188. * @author John Molakvoæ <skjnldsv@protonmail.com>
  189. *
  190. * @license AGPL-3.0-or-later
  191. *
  192. * This program is free software: you can redistribute it and/or modify
  193. * it under the terms of the GNU Affero General Public License as
  194. * published by the Free Software Foundation, either version 3 of the
  195. * License, or (at your option) any later version.
  196. *
  197. * This program is distributed in the hope that it will be useful,
  198. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  199. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  200. * GNU Affero General Public License for more details.
  201. *
  202. * You should have received a copy of the GNU Affero General Public License
  203. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  204. *
  205. */