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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
  2. /*! https://mths.be/he v1.2.0 by @mathias | MIT license */
  3. /**
  4. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  5. *
  6. * @author John Molakvoæ <skjnldsv@protonmail.com>
  7. *
  8. * @license AGPL-3.0-or-later
  9. *
  10. * This program is free software: you can redistribute it and/or modify
  11. * it under the terms of the GNU Affero General Public License as
  12. * published by the Free Software Foundation, either version 3 of the
  13. * License, or (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU Affero General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU Affero General Public License
  21. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. *
  23. */
  24. /**
  25. * @copyright Copyright (c) 2021 Christopher Ng <chrng8@gmail.com>
  26. *
  27. * @author Christopher Ng <chrng8@gmail.com>
  28. *
  29. * @license AGPL-3.0-or-later
  30. *
  31. * This program is free software: you can redistribute it and/or modify
  32. * it under the terms of the GNU Affero General Public License as
  33. * published by the Free Software Foundation, either version 3 of the
  34. * License, or (at your option) any later version.
  35. *
  36. * This program is distributed in the hope that it will be useful,
  37. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  38. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  39. * GNU Affero General Public License for more details.
  40. *
  41. * You should have received a copy of the GNU Affero General Public License
  42. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  43. *
  44. */
  45. /**
  46. * @copyright Copyright (c) 2021 John Molakvoæ <skjnldsv@protonmail.com>
  47. *
  48. * @author John Molakvoæ <skjnldsv@protonmail.com>
  49. *
  50. * @license AGPL-3.0-or-later
  51. *
  52. * This program is free software: you can redistribute it and/or modify
  53. * it under the terms of the GNU Affero General Public License as
  54. * published by the Free Software Foundation, either version 3 of the
  55. * License, or (at your option) any later version.
  56. *
  57. * This program is distributed in the hope that it will be useful,
  58. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  59. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  60. * GNU Affero General Public License for more details.
  61. *
  62. * You should have received a copy of the GNU Affero General Public License
  63. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  64. *
  65. */
  66. /**
  67. * @license nested-property https://github.com/cosmosio/nested-property
  68. *
  69. * The MIT License (MIT)
  70. *
  71. * Copyright (c) 2014-2020 Olivier Scherrer <pode.fr@gmail.com>
  72. */