files-main.js.license 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /*!
  2. * vue-router v3.6.5
  3. * (c) 2022 Evan You
  4. * @license MIT
  5. */
  6. /**
  7. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  8. *
  9. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  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 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  29. *
  30. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  31. * @author John Molakvoæ <skjnldsv@protonmail.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) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  51. *
  52. * @author John Molakvoæ <skjnldsv@protonmail.com>
  53. *
  54. * @license AGPL-3.0-or-later
  55. *
  56. * This program is free software: you can redistribute it and/or modify
  57. * it under the terms of the GNU Affero General Public License as
  58. * published by the Free Software Foundation, either version 3 of the
  59. * License, or (at your option) any later version.
  60. *
  61. * This program is distributed in the hope that it will be useful,
  62. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  63. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  64. * GNU Affero General Public License for more details.
  65. *
  66. * You should have received a copy of the GNU Affero General Public License
  67. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  68. *
  69. */
  70. /**
  71. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  72. *
  73. * @author John Molakvoæ <skjnldsv@protonmail.com>
  74. *
  75. * @license AGPL-3.0-or-later
  76. *
  77. * This program is free software: you can redistribute it and/or modify
  78. * it under the terms of the GNU Affero General Public License as
  79. * published by the Free Software Foundation, either version 3 of the
  80. * License, or (at your option) any later version.
  81. *
  82. * This program is distributed in the hope that it will be useful,
  83. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  84. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  85. * GNU Affero General Public License for more details.
  86. *
  87. * You should have received a copy of the GNU Affero General Public License
  88. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  89. *
  90. */
  91. /**
  92. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  93. *
  94. * @author John Molakvoæ <skjnldsv@protonmail.com>
  95. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  96. *
  97. * @license AGPL-3.0-or-later
  98. *
  99. * This program is free software: you can redistribute it and/or modify
  100. * it under the terms of the GNU Affero General Public License as
  101. * published by the Free Software Foundation, either version 3 of the
  102. * License, or (at your option) any later version.
  103. *
  104. * This program is distributed in the hope that it will be useful,
  105. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  106. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  107. * GNU Affero General Public License for more details.
  108. *
  109. * You should have received a copy of the GNU Affero General Public License
  110. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  111. *
  112. */
  113. /**
  114. * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
  115. * SPDX-License-Identifier: AGPL-3.0-or-later
  116. */
  117. /**
  118. * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
  119. * SPDX-License-Identifier: AGPL-3.0-or-later
  120. */
  121. /**
  122. * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
  123. * SPDX-License-Identifier: AGPL-3.0-or-later
  124. */