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 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /*
  2. * @copyright 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  3. *
  4. * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  5. *
  6. * @license AGPL-3.0-or-later
  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 Copyright (c) 2022 Richard Steinmetz <richard@steinmetz.cloud>
  23. *
  24. * @author Richard Steinmetz <richard@steinmetz.cloud>
  25. *
  26. * @license GNU AGPL version 3 or any later version
  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 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  43. *
  44. * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  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 2022 Joas Schilling <coding@schilljs.com>
  63. *
  64. * @author Joas Schilling <coding@schilljs.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. * @copyright Copyright (c) 2023 Richard Steinmetz <richard@steinmetz.cloud>
  83. *
  84. * @author Richard Steinmetz <richard@steinmetz.cloud>
  85. *
  86. * @license AGPL-3.0-or-later
  87. *
  88. * This program is free software: you can redistribute it and/or modify
  89. * it under the terms of the GNU General Public License as published by
  90. * the Free Software Foundation, either version 3 of the License, or
  91. * (at your option) any later version.
  92. *
  93. * This program is distributed in the hope that it will be useful,
  94. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  95. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  96. * GNU General Public License for more details.
  97. *
  98. * You should have received a copy of the GNU General Public License
  99. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  100. *
  101. */