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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /*!
  2. * vue-router v3.6.5
  3. * (c) 2022 Evan You
  4. * @license MIT
  5. */
  6. /**
  7. * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
  8. *
  9. * @author Roeland Jago Douma <roeland@famdouma.nl>
  10. *
  11. * @license AGPL-3.0-or-later
  12. *
  13. * This program is free software: you can redistribute it and/or modify
  14. * it under the terms of the GNU Affero General Public License as
  15. * published by the Free Software Foundation, either version 3 of the
  16. * License, or (at your option) any later version.
  17. *
  18. * This program is distributed in the hope that it will be useful,
  19. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. * GNU Affero General Public License for more details.
  22. *
  23. * You should have received a copy of the GNU Affero General Public License
  24. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  25. *
  26. */
  27. /**
  28. * @copyright 2022, Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  29. *
  30. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  31. *
  32. * @license AGPL-3.0-or-later
  33. *
  34. * This program is free software: you can redistribute it and/or modify
  35. * it under the terms of the GNU Affero General Public License as
  36. * published by the Free Software Foundation, either version 3 of the
  37. * License, or (at your option) any later version.
  38. *
  39. * This program is distributed in the hope that it will be useful,
  40. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  41. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  42. * GNU Affero General Public License for more details.
  43. *
  44. * You should have received a copy of the GNU Affero General Public License
  45. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  46. *
  47. */
  48. /**
  49. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  50. *
  51. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  52. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  53. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  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 Vincent Petry <vincent@nextcloud.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 Christoph Wurst <christoph@winzerhof-wurst.at>
  79. * @author John Molakvoæ <skjnldsv@protonmail.com>
  80. * @author Julius Härtl <jus@bitgrid.net>
  81. * @author Roeland Jago Douma <roeland@famdouma.nl>
  82. * @author Sujith Haridasan <sujith.h@gmail.com>
  83. *
  84. * @license AGPL-3.0-or-later
  85. *
  86. * This program is free software: you can redistribute it and/or modify
  87. * it under the terms of the GNU Affero General Public License as
  88. * published by the Free Software Foundation, either version 3 of the
  89. * License, or (at your option) any later version.
  90. *
  91. * This program is distributed in the hope that it will be useful,
  92. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  93. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  94. * GNU Affero General Public License for more details.
  95. *
  96. * You should have received a copy of the GNU Affero General Public License
  97. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  98. *
  99. */
  100. /**
  101. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  102. *
  103. * @author John Molakvoæ <skjnldsv@protonmail.com>
  104. * @author Julius Härtl <jus@bitgrid.net>
  105. *
  106. * @license AGPL-3.0-or-later
  107. *
  108. * This program is free software: you can redistribute it and/or modify
  109. * it under the terms of the GNU Affero General Public License as
  110. * published by the Free Software Foundation, either version 3 of the
  111. * License, or (at your option) any later version.
  112. *
  113. * This program is distributed in the hope that it will be useful,
  114. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  115. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  116. * GNU Affero General Public License for more details.
  117. *
  118. * You should have received a copy of the GNU Affero General Public License
  119. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  120. *
  121. */
  122. /**
  123. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  124. *
  125. * @author John Molakvoæ <skjnldsv@protonmail.com>
  126. * @author rakekniven <mark.ziegler@rakekniven.de>
  127. * @author Roeland Jago Douma <roeland@famdouma.nl>
  128. *
  129. * @license AGPL-3.0-or-later
  130. *
  131. * This program is free software: you can redistribute it and/or modify
  132. * it under the terms of the GNU Affero General Public License as
  133. * published by the Free Software Foundation, either version 3 of the
  134. * License, or (at your option) any later version.
  135. *
  136. * This program is distributed in the hope that it will be useful,
  137. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  138. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  139. * GNU Affero General Public License for more details.
  140. *
  141. * You should have received a copy of the GNU Affero General Public License
  142. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  143. *
  144. */
  145. /**
  146. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  147. *
  148. * @author John Molakvoæ <skjnldsv@protonmail.com>
  149. * @author Julius Härtl <jus@bitgrid.net>
  150. * @author Roeland Jago Douma <roeland@famdouma.nl>
  151. *
  152. * @license AGPL-3.0-or-later
  153. *
  154. * This program is free software: you can redistribute it and/or modify
  155. * it under the terms of the GNU Affero General Public License as
  156. * published by the Free Software Foundation, either version 3 of the
  157. * License, or (at your option) any later version.
  158. *
  159. * This program is distributed in the hope that it will be useful,
  160. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  161. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  162. * GNU Affero General Public License for more details.
  163. *
  164. * You should have received a copy of the GNU Affero General Public License
  165. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  166. *
  167. */
  168. /**
  169. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  170. *
  171. * @author Joas Schilling <coding@schilljs.com>
  172. *
  173. * @license AGPL-3.0-or-later
  174. *
  175. * This program is free software: you can redistribute it and/or modify
  176. * it under the terms of the GNU Affero General Public License as
  177. * published by the Free Software Foundation, either version 3 of the
  178. * License, or (at your option) any later version.
  179. *
  180. * This program is distributed in the hope that it will be useful,
  181. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  182. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  183. * GNU Affero General Public License for more details.
  184. *
  185. * You should have received a copy of the GNU Affero General Public License
  186. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  187. *
  188. */