settings-vue-settings-apps-users-management.js.LICENSE.txt 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. /**
  2. * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
  3. *
  4. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  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) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  24. *
  25. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  26. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  27. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  28. * @author John Molakvoæ <skjnldsv@protonmail.com>
  29. * @author Julius Härtl <jus@bitgrid.net>
  30. * @author Roeland Jago Douma <roeland@famdouma.nl>
  31. * @author Vincent Petry <vincent@nextcloud.com>
  32. * @author Stephan Orbaugh <stephan.orbaugh@nextcloud.com>
  33. *
  34. * @license AGPL-3.0-or-later
  35. *
  36. * This program is free software: you can redistribute it and/or modify
  37. * it under the terms of the GNU Affero General Public License as
  38. * published by the Free Software Foundation, either version 3 of the
  39. * License, or (at your option) any later version.
  40. *
  41. * This program is distributed in the hope that it will be useful,
  42. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  43. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  44. * GNU Affero General Public License for more details.
  45. *
  46. * You should have received a copy of the GNU Affero General Public License
  47. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  48. *
  49. */
  50. /**
  51. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  52. *
  53. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  54. * @author John Molakvoæ <skjnldsv@protonmail.com>
  55. * @author Julius Härtl <jus@bitgrid.net>
  56. * @author Roeland Jago Douma <roeland@famdouma.nl>
  57. * @author Sujith Haridasan <sujith.h@gmail.com>
  58. *
  59. * @license AGPL-3.0-or-later
  60. *
  61. * This program is free software: you can redistribute it and/or modify
  62. * it under the terms of the GNU Affero General Public License as
  63. * published by the Free Software Foundation, either version 3 of the
  64. * License, or (at your option) any later version.
  65. *
  66. * This program is distributed in the hope that it will be useful,
  67. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  68. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  69. * GNU Affero General Public License for more details.
  70. *
  71. * You should have received a copy of the GNU Affero General Public License
  72. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  73. *
  74. */
  75. /**
  76. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  77. *
  78. * @author John Molakvoæ <skjnldsv@protonmail.com>
  79. * @author Julius Härtl <jus@bitgrid.net>
  80. *
  81. * @license AGPL-3.0-or-later
  82. *
  83. * This program is free software: you can redistribute it and/or modify
  84. * it under the terms of the GNU Affero General Public License as
  85. * published by the Free Software Foundation, either version 3 of the
  86. * License, or (at your option) any later version.
  87. *
  88. * This program is distributed in the hope that it will be useful,
  89. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  90. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  91. * GNU Affero General Public License for more details.
  92. *
  93. * You should have received a copy of the GNU Affero General Public License
  94. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  95. *
  96. */
  97. /**
  98. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  99. *
  100. * @author John Molakvoæ <skjnldsv@protonmail.com>
  101. * @author Julius Härtl <jus@bitgrid.net>
  102. * @author Roeland Jago Douma <roeland@famdouma.nl>
  103. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  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) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  123. *
  124. * @author John Molakvoæ <skjnldsv@protonmail.com>
  125. * @author rakekniven <mark.ziegler@rakekniven.de>
  126. * @author Roeland Jago Douma <roeland@famdouma.nl>
  127. *
  128. * @license AGPL-3.0-or-later
  129. *
  130. * This program is free software: you can redistribute it and/or modify
  131. * it under the terms of the GNU Affero General Public License as
  132. * published by the Free Software Foundation, either version 3 of the
  133. * License, or (at your option) any later version.
  134. *
  135. * This program is distributed in the hope that it will be useful,
  136. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  137. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  138. * GNU Affero General Public License for more details.
  139. *
  140. * You should have received a copy of the GNU Affero General Public License
  141. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  142. *
  143. */
  144. /**
  145. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  146. *
  147. * @author John Molakvoæ <skjnldsv@protonmail.com>
  148. * @author Julius Härtl <jus@bitgrid.net>
  149. * @author Roeland Jago Douma <roeland@famdouma.nl>
  150. *
  151. * @license AGPL-3.0-or-later
  152. *
  153. * This program is free software: you can redistribute it and/or modify
  154. * it under the terms of the GNU Affero General Public License as
  155. * published by the Free Software Foundation, either version 3 of the
  156. * License, or (at your option) any later version.
  157. *
  158. * This program is distributed in the hope that it will be useful,
  159. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  160. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  161. * GNU Affero General Public License for more details.
  162. *
  163. * You should have received a copy of the GNU Affero General Public License
  164. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  165. *
  166. */
  167. /**
  168. * @copyright Copyright (c) 2024 Ferdinand Thiessen <opensource@fthiessen.de>
  169. *
  170. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  171. *
  172. * @license AGPL-3.0-or-later
  173. *
  174. * This program is free software: you can redistribute it and/or modify
  175. * it under the terms of the GNU Affero General Public License as
  176. * published by the Free Software Foundation, either version 3 of the
  177. * License, or (at your option) any later version.
  178. *
  179. * This program is distributed in the hope that it will be useful,
  180. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  181. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  182. * GNU Affero General Public License for more details.
  183. *
  184. * You should have received a copy of the GNU Affero General Public License
  185. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  186. *
  187. */