files-sidebar.js.LICENSE.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*! For license information please see NcAppSidebar.js.LICENSE.txt */
  2. /*! For license information please see NcAppSidebarTab.js.LICENSE.txt */
  3. /*! For license information please see NcSelectTags.js.LICENSE.txt */
  4. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  5. /**
  6. * @copyright 2023 Christopher Ng <chrng8@gmail.com>
  7. *
  8. * @author Christopher Ng <chrng8@gmail.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) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  28. *
  29. * @author John Molakvoæ <skjnldsv@protonmail.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. */