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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. * @copyright 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  23. *
  24. * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  25. *
  26. * @license AGPL-3.0-or-later
  27. *
  28. * This program is free software: you can redistribute it and/or modify
  29. * it under the terms of the GNU Affero General Public License as
  30. * published by the Free Software Foundation, either version 3 of the
  31. * License, or (at your option) any later version.
  32. *
  33. * This program is distributed in the hope that it will be useful,
  34. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  35. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  36. * GNU Affero General Public License for more details.
  37. *
  38. * You should have received a copy of the GNU Affero General Public License
  39. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  40. */
  41. /**
  42. * @copyright 2022 Joas Schilling <coding@schilljs.com>
  43. *
  44. * @author Joas Schilling <coding@schilljs.com>
  45. *
  46. * @license AGPL-3.0-or-later
  47. *
  48. * This program is free software: you can redistribute it and/or modify
  49. * it under the terms of the GNU Affero General Public License as
  50. * published by the Free Software Foundation, either version 3 of the
  51. * License, or (at your option) any later version.
  52. *
  53. * This program is distributed in the hope that it will be useful,
  54. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  55. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  56. * GNU Affero General Public License for more details.
  57. *
  58. * You should have received a copy of the GNU Affero General Public License
  59. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  60. */
  61. /**
  62. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  63. *
  64. * @author John Molakvoæ <skjnldsv@protonmail.com>
  65. *
  66. * @license AGPL-3.0-or-later
  67. *
  68. * This program is free software: you can redistribute it and/or modify
  69. * it under the terms of the GNU Affero General Public License as
  70. * published by the Free Software Foundation, either version 3 of the
  71. * License, or (at your option) any later version.
  72. *
  73. * This program is distributed in the hope that it will be useful,
  74. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  75. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  76. * GNU Affero General Public License for more details.
  77. *
  78. * You should have received a copy of the GNU Affero General Public License
  79. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  80. *
  81. */
  82. /**
  83. * @copyright Copyright (c) 2022 Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  84. *
  85. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  86. *
  87. * @license AGPL-3.0-or-later
  88. *
  89. * This program is free software: you can redistribute it and/or modify
  90. * it under the terms of the GNU Affero General Public License as
  91. * published by the Free Software Foundation, either version 3 of the
  92. * License, or (at your option) any later version.
  93. *
  94. * This program is distributed in the hope that it will be useful,
  95. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  96. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  97. * GNU Affero General Public License for more details.
  98. *
  99. * You should have received a copy of the GNU Affero General Public License
  100. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  101. *
  102. */
  103. /**
  104. * @copyright Copyright (c) 2023 Richard Steinmetz <richard@steinmetz.cloud>
  105. *
  106. * @author Richard Steinmetz <richard@steinmetz.cloud>
  107. *
  108. * @license AGPL-3.0-or-later
  109. *
  110. * This program is free software: you can redistribute it and/or modify
  111. * it under the terms of the GNU General Public License as published by
  112. * the Free Software Foundation, either version 3 of the License, or
  113. * (at your option) any later version.
  114. *
  115. * This program is distributed in the hope that it will be useful,
  116. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  117. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  118. * GNU General Public License for more details.
  119. *
  120. * You should have received a copy of the GNU General Public License
  121. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  122. *
  123. */