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

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