diff options
author | Joas Schilling <coding@schilljs.com> | 2025-01-08 11:12:37 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-01-08 11:12:37 +0100 |
commit | fdfeb99b76c90f1de91eaff441b79df6185e21ef (patch) | |
tree | 2fa6d032fadd40c09758d2046830aedc25d83972 | |
parent | 80bc1c2d6caad27514c9e8eb8f5feba3c330baea (diff) | |
download | nextcloud-server-fdfeb99b76c90f1de91eaff441b79df6185e21ef.tar.gz nextcloud-server-fdfeb99b76c90f1de91eaff441b79df6185e21ef.zip |
fix(license): Move license closer to file
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | .reuse/dep5 | 4 | ||||
-rw-r--r-- | tests/data/ics/event-builder-complete.ics.license | 2 | ||||
-rw-r--r-- | tests/data/ics/event-builder-without-attendees.ics.license | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index a3a24a3344d..12689bfc426 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -334,7 +334,3 @@ License: CC0-1.0 Files: apps/theming/fonts/OpenDyslexic-Bold.otf apps/theming/fonts/OpenDyslexic-Regular.otf Copyright: 2012-2019 Abbie Gonzalez <https://abbiecod.es|support@abbiecod.es>, with Reserved Font Name OpenDyslexic. License: OFL-1.1-RFN - -Files: tests/data/ics/event-builder-complete.ics tests/data/ics/event-builder-without-attendees.ics -Copyright: 2024 Nextcloud GmbH and Nextcloud contributors -License: AGPL-3.0-or-later diff --git a/tests/data/ics/event-builder-complete.ics.license b/tests/data/ics/event-builder-complete.ics.license new file mode 100644 index 00000000000..f7f52efa96f --- /dev/null +++ b/tests/data/ics/event-builder-complete.ics.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
+SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/tests/data/ics/event-builder-without-attendees.ics.license b/tests/data/ics/event-builder-without-attendees.ics.license new file mode 100644 index 00000000000..f7f52efa96f --- /dev/null +++ b/tests/data/ics/event-builder-without-attendees.ics.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
+SPDX-License-Identifier: AGPL-3.0-or-later
|