comments-comments-app.js.LICENSE.txt 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*!
  2. * pinia v2.2.6
  3. * (c) 2024 Eduardo San Martin Morote
  4. * @license MIT
  5. */
  6. /*! #__NO_SIDE_EFFECTS__ */
  7. /**
  8. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  9. *
  10. * @author John Molakvoæ <skjnldsv@protonmail.com>
  11. *
  12. * @license AGPL-3.0-or-later
  13. *
  14. * This program is free software: you can redistribute it and/or modify
  15. * it under the terms of the GNU Affero General Public License as
  16. * published by the Free Software Foundation, either version 3 of the
  17. * License, or (at your option) any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU Affero General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU Affero General Public License
  25. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  26. *
  27. */
  28. /**
  29. * @copyright Copyright (c) 2021 Christopher Ng <chrng8@gmail.com>
  30. *
  31. * @author Christopher Ng <chrng8@gmail.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. * @license nested-property https://github.com/cosmosio/nested-property
  51. *
  52. * The MIT License (MIT)
  53. *
  54. * Copyright (c) 2014-2020 Olivier Scherrer <pode.fr@gmail.com>
  55. */