You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

files-init.js.LICENSE.txt 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /*!
  2. * pinia v2.1.7
  3. * (c) 2023 Eduardo San Martin Morote
  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) 2021 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) 2022 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. *
  96. * @license AGPL-3.0-or-later
  97. *
  98. * This program is free software: you can redistribute it and/or modify
  99. * it under the terms of the GNU Affero General Public License as
  100. * published by the Free Software Foundation, either version 3 of the
  101. * License, or (at your option) any later version.
  102. *
  103. * This program is distributed in the hope that it will be useful,
  104. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  105. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  106. * GNU Affero General Public License for more details.
  107. *
  108. * You should have received a copy of the GNU Affero General Public License
  109. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  110. *
  111. */
  112. /**
  113. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  114. *
  115. * @author John Molakvoæ <skjnldsv@protonmail.com>
  116. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  117. *
  118. * @license AGPL-3.0-or-later
  119. *
  120. * This program is free software: you can redistribute it and/or modify
  121. * it under the terms of the GNU Affero General Public License as
  122. * published by the Free Software Foundation, either version 3 of the
  123. * License, or (at your option) any later version.
  124. *
  125. * This program is distributed in the hope that it will be useful,
  126. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  127. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  128. * GNU Affero General Public License for more details.
  129. *
  130. * You should have received a copy of the GNU Affero General Public License
  131. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  132. *
  133. */
  134. /**
  135. * @copyright Copyright (c) 2024 Ferdinand Thiessen <opensource@fthiessen.de>
  136. *
  137. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  138. *
  139. * @license AGPL-3.0-or-later
  140. *
  141. * This program is free software: you can redistribute it and/or modify
  142. * it under the terms of the GNU Affero General Public License as
  143. * published by the Free Software Foundation, either version 3 of the
  144. * License, or (at your option) any later version.
  145. *
  146. * This program is distributed in the hope that it will be useful,
  147. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  148. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  149. * GNU Affero General Public License for more details.
  150. *
  151. * You should have received a copy of the GNU Affero General Public License
  152. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  153. *
  154. */