1
0

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /*!
  2. * vue-router v3.6.5
  3. * (c) 2022 Evan You
  4. * @license MIT
  5. */
  6. /**
  7. * @copyright 2022, Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  8. *
  9. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  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 Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  29. *
  30. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  31. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  32. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  33. * @author John Molakvoæ <skjnldsv@protonmail.com>
  34. * @author Julius Härtl <jus@bitgrid.net>
  35. * @author Roeland Jago Douma <roeland@famdouma.nl>
  36. * @author Vincent Petry <vincent@nextcloud.com>
  37. *
  38. * @license AGPL-3.0-or-later
  39. *
  40. * This program is free software: you can redistribute it and/or modify
  41. * it under the terms of the GNU Affero General Public License as
  42. * published by the Free Software Foundation, either version 3 of the
  43. * License, or (at your option) any later version.
  44. *
  45. * This program is distributed in the hope that it will be useful,
  46. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  47. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  48. * GNU Affero General Public License for more details.
  49. *
  50. * You should have received a copy of the GNU Affero General Public License
  51. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  52. *
  53. */
  54. /**
  55. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  56. *
  57. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  58. * @author John Molakvoæ <skjnldsv@protonmail.com>
  59. * @author Julius Härtl <jus@bitgrid.net>
  60. * @author Roeland Jago Douma <roeland@famdouma.nl>
  61. * @author Sujith Haridasan <sujith.h@gmail.com>
  62. *
  63. * @license AGPL-3.0-or-later
  64. *
  65. * This program is free software: you can redistribute it and/or modify
  66. * it under the terms of the GNU Affero General Public License as
  67. * published by the Free Software Foundation, either version 3 of the
  68. * License, or (at your option) any later version.
  69. *
  70. * This program is distributed in the hope that it will be useful,
  71. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  72. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  73. * GNU Affero General Public License for more details.
  74. *
  75. * You should have received a copy of the GNU Affero General Public License
  76. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  77. *
  78. */
  79. /**
  80. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  81. *
  82. * @author John Molakvoæ <skjnldsv@protonmail.com>
  83. * @author Julius Härtl <jus@bitgrid.net>
  84. *
  85. * @license AGPL-3.0-or-later
  86. *
  87. * This program is free software: you can redistribute it and/or modify
  88. * it under the terms of the GNU Affero General Public License as
  89. * published by the Free Software Foundation, either version 3 of the
  90. * License, or (at your option) any later version.
  91. *
  92. * This program is distributed in the hope that it will be useful,
  93. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  94. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  95. * GNU Affero General Public License for more details.
  96. *
  97. * You should have received a copy of the GNU Affero General Public License
  98. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  99. *
  100. */
  101. /**
  102. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  103. *
  104. * @author John Molakvoæ <skjnldsv@protonmail.com>
  105. * @author rakekniven <mark.ziegler@rakekniven.de>
  106. * @author Roeland Jago Douma <roeland@famdouma.nl>
  107. *
  108. * @license AGPL-3.0-or-later
  109. *
  110. * This program is free software: you can redistribute it and/or modify
  111. * it under the terms of the GNU Affero General Public License as
  112. * published by the Free Software Foundation, either version 3 of the
  113. * License, or (at your option) any later version.
  114. *
  115. * This program is distributed in the hope that it will be useful,
  116. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  117. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  118. * GNU Affero General Public License for more details.
  119. *
  120. * You should have received a copy of the GNU Affero General Public License
  121. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  122. *
  123. */
  124. /**
  125. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  126. *
  127. * @author John Molakvoæ <skjnldsv@protonmail.com>
  128. * @author Julius Härtl <jus@bitgrid.net>
  129. * @author Roeland Jago Douma <roeland@famdouma.nl>
  130. *
  131. * @license AGPL-3.0-or-later
  132. *
  133. * This program is free software: you can redistribute it and/or modify
  134. * it under the terms of the GNU Affero General Public License as
  135. * published by the Free Software Foundation, either version 3 of the
  136. * License, or (at your option) any later version.
  137. *
  138. * This program is distributed in the hope that it will be useful,
  139. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  140. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  141. * GNU Affero General Public License for more details.
  142. *
  143. * You should have received a copy of the GNU Affero General Public License
  144. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  145. *
  146. */
  147. /**
  148. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  149. *
  150. * @author Joas Schilling <coding@schilljs.com>
  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. */