diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-28 17:11:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 17:11:57 +0200 |
commit | ddb840c36babd02abedce7da41b0c04849009edb (patch) | |
tree | ffebd83b0c71430c88b28d9972231755ce811acd /apps/dav/src/components/AvailabilityForm.vue | |
parent | 236c9494c832513ad513aa61b76d338f1d0935a1 (diff) | |
parent | a4244f7a1c5dcb55d694139d5ccda8eaaefccde0 (diff) | |
download | nextcloud-server-ddb840c36babd02abedce7da41b0c04849009edb.tar.gz nextcloud-server-ddb840c36babd02abedce7da41b0c04849009edb.zip |
Merge pull request #45549 from nextcloud/chore/noid/spdx-batch7
Add SPDX header - batch 7
Diffstat (limited to 'apps/dav/src/components/AvailabilityForm.vue')
-rw-r--r-- | apps/dav/src/components/AvailabilityForm.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/dav/src/components/AvailabilityForm.vue b/apps/dav/src/components/AvailabilityForm.vue index 886803f14ae..307c62b8c35 100644 --- a/apps/dav/src/components/AvailabilityForm.vue +++ b/apps/dav/src/components/AvailabilityForm.vue @@ -1,3 +1,7 @@ +<!-- + - SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + - SPDX-License-Identifier: AGPL-3.0-or-later +--> <template> <div> <div class="time-zone"> |