files-init.js.LICENSE.txt 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  29. *
  30. * @author John Molakvoæ <skjnldsv@protonmail.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) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  50. *
  51. * @author John Molakvoæ <skjnldsv@protonmail.com>
  52. *
  53. * @license AGPL-3.0-or-later
  54. *
  55. * This program is free software: you can redistribute it and/or modify
  56. * it under the terms of the GNU Affero General Public License as
  57. * published by the Free Software Foundation, either version 3 of the
  58. * License, or (at your option) any later version.
  59. *
  60. * This program is distributed in the hope that it will be useful,
  61. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  62. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  63. * GNU Affero General Public License for more details.
  64. *
  65. * You should have received a copy of the GNU Affero General Public License
  66. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  67. *
  68. */
  69. /**
  70. * @copyright Copyright (c) 2024 Ferdinand Thiessen <opensource@fthiessen.de>
  71. *
  72. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  73. *
  74. * @license AGPL-3.0-or-later
  75. *
  76. * This program is free software: you can redistribute it and/or modify
  77. * it under the terms of the GNU Affero General Public License as
  78. * published by the Free Software Foundation, either version 3 of the
  79. * License, or (at your option) any later version.
  80. *
  81. * This program is distributed in the hope that it will be useful,
  82. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  83. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  84. * GNU Affero General Public License for more details.
  85. *
  86. * You should have received a copy of the GNU Affero General Public License
  87. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  88. *
  89. */