You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dav-settings-personal-availability.js.LICENSE.txt 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /*
  2. * @copyright Copyright (c) 2022 Richard Steinmetz <richard@steinmetz.cloud>
  3. *
  4. * @author Richard Steinmetz <richard@steinmetz.cloud>
  5. *
  6. * @license GNU AGPL version 3 or any later version
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU Affero General Public License as
  10. * published by the Free Software Foundation, either version 3 of the
  11. * License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU Affero General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU Affero General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. */
  21. /*!
  22. * Determine if an object is a Buffer
  23. *
  24. * @author Feross Aboukhadijeh <https://feross.org>
  25. * @license MIT
  26. */
  27. /*!
  28. * focus-trap 7.2.0
  29. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  30. */
  31. /*!
  32. * tabbable 6.0.1
  33. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  34. */
  35. /*! @license DOMPurify 2.4.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.3/LICENSE */
  36. /*! For license information please see NcDatetimePicker.js.LICENSE.txt */
  37. /*! For license information please see NcTimezonePicker.js.LICENSE.txt */
  38. /**
  39. * @copyright 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  40. *
  41. * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  42. *
  43. * @license AGPL-3.0-or-later
  44. *
  45. * This program is free software: you can redistribute it and/or modify
  46. * it under the terms of the GNU Affero General Public License as
  47. * published by the Free Software Foundation, either version 3 of the
  48. * License, or (at your option) any later version.
  49. *
  50. * This program is distributed in the hope that it will be useful,
  51. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  52. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  53. * GNU Affero General Public License for more details.
  54. *
  55. * You should have received a copy of the GNU Affero General Public License
  56. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  57. */
  58. /**
  59. * @copyright 2022 Joas Schilling <coding@schilljs.com>
  60. *
  61. * @author Joas Schilling <coding@schilljs.com>
  62. *
  63. * @license AGPL-3.0-or-later
  64. *
  65. * This program is free software: you can redistribute it and/or modify
  66. * it under the terms of the GNU Affero General Public License as
  67. * published by the Free Software Foundation, either version 3 of the
  68. * License, or (at your option) any later version.
  69. *
  70. * This program is distributed in the hope that it will be useful,
  71. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  72. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  73. * GNU Affero General Public License for more details.
  74. *
  75. * You should have received a copy of the GNU Affero General Public License
  76. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  77. */
  78. /**
  79. * @copyright Copyright (c) 2019 Georg Ehrke
  80. *
  81. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  82. *
  83. * @author Richard Steinmetz <richard@steinmetz.cloud>
  84. *
  85. * @license AGPL-3.0-or-later
  86. *
  87. * This program is free software: you can redistribute it and/or modify
  88. * it under the terms of the GNU Affero General Public License as
  89. * published by the Free Software Foundation, either version 3 of the
  90. * License, or (at your option) any later version.
  91. *
  92. * This program is distributed in the hope that it will be useful,
  93. * but WITHOUT ANY WARRANTY without even the implied warranty of
  94. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  95. * GNU Affero General Public License for more details.
  96. *
  97. * You should have received a copy of the GNU Affero General Public License
  98. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  99. *
  100. */
  101. /**
  102. * @copyright Copyright (c) 2019 Georg Ehrke
  103. *
  104. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  105. *
  106. * @license AGPL-3.0-or-later
  107. *
  108. * This program is free software: you can redistribute it and/or modify
  109. * it under the terms of the GNU Affero General Public License as
  110. * published by the Free Software Foundation, either version 3 of the
  111. * License, or (at your option) any later version.
  112. *
  113. * This program is distributed in the hope that it will be useful,
  114. * but WITHOUT ANY WARRANTY without even the implied warranty of
  115. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  116. * GNU Affero General Public License for more details.
  117. *
  118. * You should have received a copy of the GNU Affero General Public License
  119. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  120. *
  121. */
  122. /**
  123. * @copyright Copyright (c) 2020 Georg Ehrke
  124. *
  125. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  126. *
  127. * @license AGPL-3.0-or-later
  128. *
  129. * This program is free software: you can redistribute it and/or modify
  130. * it under the terms of the GNU Affero General Public License as
  131. * published by the Free Software Foundation, either version 3 of the
  132. * License, or (at your option) any later version.
  133. *
  134. * This program is distributed in the hope that it will be useful,
  135. * but WITHOUT ANY WARRANTY without even the implied warranty of
  136. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  137. * GNU Affero General Public License for more details.
  138. *
  139. * You should have received a copy of the GNU Affero General Public License
  140. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  141. *
  142. */
  143. /**
  144. * @copyright Copyright (c) 2021 Christoph Wurst
  145. *
  146. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  147. *
  148. * @license AGPL-3.0-or-later
  149. *
  150. * This program is free software: you can redistribute it and/or modify
  151. * it under the terms of the GNU Affero General Public License as
  152. * published by the Free Software Foundation, either version 3 of the
  153. * License, or (at your option) any later version.
  154. *
  155. * This program is distributed in the hope that it will be useful,
  156. * but WITHOUT ANY WARRANTY without even the implied warranty of
  157. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  158. * GNU Affero General Public License for more details.
  159. *
  160. * You should have received a copy of the GNU Affero General Public License
  161. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  162. *
  163. */