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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. /**
  2. * @copyright 2022, Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  3. *
  4. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  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 rakekniven <mark.ziegler@rakekniven.de>
  102. * @author Roeland Jago Douma <roeland@famdouma.nl>
  103. *
  104. * @license AGPL-3.0-or-later
  105. *
  106. * This program is free software: you can redistribute it and/or modify
  107. * it under the terms of the GNU Affero General Public License as
  108. * published by the Free Software Foundation, either version 3 of the
  109. * License, or (at your option) any later version.
  110. *
  111. * This program is distributed in the hope that it will be useful,
  112. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  113. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  114. * GNU Affero General Public License for more details.
  115. *
  116. * You should have received a copy of the GNU Affero General Public License
  117. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  118. *
  119. */
  120. /**
  121. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  122. *
  123. * @author John Molakvoæ <skjnldsv@protonmail.com>
  124. * @author Julius Härtl <jus@bitgrid.net>
  125. * @author Roeland Jago Douma <roeland@famdouma.nl>
  126. *
  127. * @license AGPL-3.0-or-later
  128. *
  129. * This program is free software: you can redistribute it and/or modify
  130. * it under the terms of the GNU Affero General Public License as
  131. * published by the Free Software Foundation, either version 3 of the
  132. * License, or (at your option) any later version.
  133. *
  134. * This program is distributed in the hope that it will be useful,
  135. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  136. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  137. * GNU Affero General Public License for more details.
  138. *
  139. * You should have received a copy of the GNU Affero General Public License
  140. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  141. *
  142. */
  143. /**
  144. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  145. *
  146. * @author Joas Schilling <coding@schilljs.com>
  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. */