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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. *
  33. * @license AGPL-3.0-or-later
  34. *
  35. * This program is free software: you can redistribute it and/or modify
  36. * it under the terms of the GNU Affero General Public License as
  37. * published by the Free Software Foundation, either version 3 of the
  38. * License, or (at your option) any later version.
  39. *
  40. * This program is distributed in the hope that it will be useful,
  41. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  42. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  43. * GNU Affero General Public License for more details.
  44. *
  45. * You should have received a copy of the GNU Affero General Public License
  46. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  47. *
  48. */
  49. /**
  50. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  51. *
  52. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  53. * @author John Molakvoæ <skjnldsv@protonmail.com>
  54. * @author Julius Härtl <jus@bitgrid.net>
  55. * @author Roeland Jago Douma <roeland@famdouma.nl>
  56. * @author Sujith Haridasan <sujith.h@gmail.com>
  57. *
  58. * @license AGPL-3.0-or-later
  59. *
  60. * This program is free software: you can redistribute it and/or modify
  61. * it under the terms of the GNU Affero General Public License as
  62. * published by the Free Software Foundation, either version 3 of the
  63. * License, or (at your option) any later version.
  64. *
  65. * This program is distributed in the hope that it will be useful,
  66. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  67. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  68. * GNU Affero General Public License for more details.
  69. *
  70. * You should have received a copy of the GNU Affero General Public License
  71. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  72. *
  73. */
  74. /**
  75. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  76. *
  77. * @author John Molakvoæ <skjnldsv@protonmail.com>
  78. * @author Julius Härtl <jus@bitgrid.net>
  79. *
  80. * @license AGPL-3.0-or-later
  81. *
  82. * This program is free software: you can redistribute it and/or modify
  83. * it under the terms of the GNU Affero General Public License as
  84. * published by the Free Software Foundation, either version 3 of the
  85. * License, or (at your option) any later version.
  86. *
  87. * This program is distributed in the hope that it will be useful,
  88. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  89. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  90. * GNU Affero General Public License for more details.
  91. *
  92. * You should have received a copy of the GNU Affero General Public License
  93. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  94. *
  95. */
  96. /**
  97. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  98. *
  99. * @author John Molakvoæ <skjnldsv@protonmail.com>
  100. * @author rakekniven <mark.ziegler@rakekniven.de>
  101. * @author Roeland Jago Douma <roeland@famdouma.nl>
  102. *
  103. * @license AGPL-3.0-or-later
  104. *
  105. * This program is free software: you can redistribute it and/or modify
  106. * it under the terms of the GNU Affero General Public License as
  107. * published by the Free Software Foundation, either version 3 of the
  108. * License, or (at your option) any later version.
  109. *
  110. * This program is distributed in the hope that it will be useful,
  111. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  112. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  113. * GNU Affero General Public License for more details.
  114. *
  115. * You should have received a copy of the GNU Affero General Public License
  116. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  117. *
  118. */
  119. /**
  120. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  121. *
  122. * @author John Molakvoæ <skjnldsv@protonmail.com>
  123. * @author Julius Härtl <jus@bitgrid.net>
  124. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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) 2022 Joas Schilling <coding@schilljs.com>
  144. *
  145. * @author Joas Schilling <coding@schilljs.com>
  146. *
  147. * @license AGPL-3.0-or-later
  148. *
  149. * This program is free software: you can redistribute it and/or modify
  150. * it under the terms of the GNU Affero General Public License as
  151. * published by the Free Software Foundation, either version 3 of the
  152. * License, or (at your option) any later version.
  153. *
  154. * This program is distributed in the hope that it will be useful,
  155. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  156. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  157. * GNU Affero General Public License for more details.
  158. *
  159. * You should have received a copy of the GNU Affero General Public License
  160. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  161. *
  162. */