diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2023-10-04 12:31:46 +0200 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2023-11-07 17:27:10 +0100 |
commit | 425e770c0447e5dc5e812f52163c0bbc96badbe7 (patch) | |
tree | 54a95ffcdff06d0e017ce4fe3fc3e8fcdb36e312 /dist/dav-settings-personal-availability.js.LICENSE.txt | |
parent | 3e6642ab0b4d0a95ef4ebff8553ae93a6b9e6d00 (diff) | |
download | nextcloud-server-425e770c0447e5dc5e812f52163c0bbc96badbe7.tar.gz nextcloud-server-425e770c0447e5dc5e812f52163c0bbc96badbe7.zip |
feat(dav): implement personal absence settings
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'dist/dav-settings-personal-availability.js.LICENSE.txt')
-rw-r--r-- | dist/dav-settings-personal-availability.js.LICENSE.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dist/dav-settings-personal-availability.js.LICENSE.txt b/dist/dav-settings-personal-availability.js.LICENSE.txt index e9f6ff1a909..82049849ea2 100644 --- a/dist/dav-settings-personal-availability.js.LICENSE.txt +++ b/dist/dav-settings-personal-availability.js.LICENSE.txt @@ -62,3 +62,25 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + +/** + * @copyright Copyright (c) 2023 Richard Steinmetz <richard@steinmetz.cloud> + * + * @author Richard Steinmetz <richard@steinmetz.cloud> + * + * @license AGPL-3.0-or-later + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + */ |