diff --git a/.reuse/dep5 b/.reuse/dep5 index 5014732f4905e..1d133dc076f23 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -63,7 +63,7 @@ Files: tests/data/testimage-wide.png tests/data/testimage.eps tests/data/testima Copyright: 2015 ownCloud, Inc. License: AGPL-3.0-only -Files: tests/data/testapp.zip tests/data/testapp2.zip tests/docker/mariadb/oc.cnf +Files: tests/data/testapp.zip tests/data/testapp2.zip tests/docker/mariadb/oc.cnf apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/reports/put/1.txt apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/reports/put/2.txt apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/reports/put/3.txt apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/reports/put/4.txt apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/reports/put/5.txt apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/reports/put/6.txt apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/5.ics apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/6.ics apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/7.ics apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/8.ics apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/9.ics apps/dav/tests/travis/caldavtest/data/Resource/CardDAV/sharing/read-write/6.vcf apps/dav/tests/travis/caldavtest/data/Resource/CardDAV/sharing/read-write/7.vcf apps/dav/tests/travis/caldavtest/data/Resource/CardDAV/sharing/read-write/8.vcf apps/dav/tests/travis/caldavtest/data/Resource/CardDAV/sharing/read-write/9.vcf apps/dav/tests/travis/caldavtest/data/Resource/CardDAV/vreports/put/1.vcf apps/dav/tests/travis/caldavtest/data/Resource/CardDAV/vreports/put/2.vcf apps/dav/tests/travis/caldavtest/data/Resource/CardDAV/vreports/put/3.vcf Copyright: 2016 ownCloud, Inc. License: AGPL-3.0-only @@ -123,7 +123,7 @@ Files: build/stubs/ftp.php tests/data/integritycheck/mimetypeListModified/coresi Copyright: 2022 Nextcloud GmbH and Nextcloud contributors License: AGPL-3.0-or-later -Files: build/stubs/app_api.php build/stubs/SensitiveParameter.phpstub build/stubs/psr_container.php tests/data/testimage-large.jpg +Files: build/stubs/app_api.php build/stubs/SensitiveParameter.phpstub build/stubs/psr_container.php tests/data/testimage-large.jpg apps/dav/tests/integration/UserMigration/assets/address_books/contact-complex.vcf apps/dav/tests/integration/UserMigration/assets/address_books/contact-multiple-complex.vcf apps/dav/tests/integration/UserMigration/assets/address_books/contact-multiple.vcf apps/dav/tests/integration/UserMigration/assets/address_books/contact.vcf apps/dav/tests/integration/UserMigration/assets/calendars/event-alarms.ics apps/dav/tests/integration/UserMigration/assets/calendars/event-attendees.ics apps/dav/tests/integration/UserMigration/assets/calendars/event-categories.ics apps/dav/tests/integration/UserMigration/assets/calendars/event-complex-alarm-recurring.ics apps/dav/tests/integration/UserMigration/assets/calendars/event-complex-recurrence.ics apps/dav/tests/integration/UserMigration/assets/calendars/event-custom-color.ics apps/dav/tests/integration/UserMigration/assets/calendars/event-multiple-recurring.ics apps/dav/tests/integration/UserMigration/assets/calendars/event-multiple.ics apps/dav/tests/integration/UserMigration/assets/calendars/event-recurring.ics apps/dav/tests/integration/UserMigration/assets/calendars/event-timed.ics apps/dav/tests/integration/UserMigration/assets/calendars/journal-todo-event.ics apps/dav/tests/integration/UserMigration/assets/calendars/journal.ics apps/dav/tests/integration/UserMigration/assets/calendars/todo.ics Copyright: 2023 Nextcloud GmbH and Nextcloud contributors License: AGPL-3.0-or-later @@ -131,7 +131,7 @@ Files: apps/cloud_federation_api/l10n/*.js apps/cloud_federation_api/l10n/*.json Copyright: 2016-2024 Nextcloud translators License: AGPL-3.0-or-later -Files: .gitattributes composer.json composer.lock .github/CODEOWNERS __tests__/tsconfig.json tsconfig.json build/integration/composer.* build/integration/data/*.png vendor-bin/*/composer.json vendor-bin/*/composer.lock +Files: .gitattributes composer.json composer.lock .github/CODEOWNERS __tests__/tsconfig.json tsconfig.json build/integration/composer.* build/integration/data/*.png vendor-bin/*/composer.json vendor-bin/*/composer.lock apps/*/composer/composer.json apps/*/composer/composer.lock apps/*/composer/composer/installed.json Copyright: 2011-2016 ownCloud, Inc., 2016-2024 Nextcloud GmbH and Nextcloud contributors License: AGPL-3.0-only OR AGPL-3.0-or-later @@ -139,7 +139,7 @@ Files: vendor-bin/*/composer.json vendor-bin/*/composer.lock Copyright: 2021 Nextcloud GmbH and Nextcloud contributors License: AGPL-3.0-or-later -Files: lib/composer/* +Files: lib/composer/* apps/*/composer/autoload.php apps/*/composer/composer/*.php Copyright: Nils Adermann, Jordi Boggiano License: MIT diff --git a/apps/dav/.gitignore b/apps/dav/.gitignore index 885b6b3e6de47..a1d833a0f0aeb 100644 --- a/apps/dav/.gitignore +++ b/apps/dav/.gitignore @@ -1 +1,3 @@ +# SPDX-FileCopyrightText: 2015 ownCloud, Inc. +# SPDX-License-Identifier: AGPL-3.0-only tests/travis/CalDAVTester diff --git a/apps/dav/.l10nignore b/apps/dav/.l10nignore index ea53c49c185e6..41c1e48d55eb9 100644 --- a/apps/dav/.l10nignore +++ b/apps/dav/.l10nignore @@ -1,2 +1,4 @@ +# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later #webpack bundled files js/ diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 1657c46d30e06..ed530e2d09b23 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -1,4 +1,9 @@ + dav diff --git a/apps/dav/img/LICENSES.md b/apps/dav/img/LICENSES.md deleted file mode 100644 index a1b776c050099..0000000000000 --- a/apps/dav/img/LICENSES.md +++ /dev/null @@ -1,6 +0,0 @@ -# Licenses - -## schedule.svg -- Created by: Google -- License: Apache License, Version 2.0 -- Link: https://fonts.google.com/icons?selected=Material%20Icons%3Aschedule%3A diff --git a/apps/dav/img/calendar.svg b/apps/dav/img/calendar.svg index abdf4edd5dedd..5a4a2bca4efb6 100644 --- a/apps/dav/img/calendar.svg +++ b/apps/dav/img/calendar.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/apps/dav/img/calendar.svg.license b/apps/dav/img/calendar.svg.license new file mode 100644 index 0000000000000..be55c9101835a --- /dev/null +++ b/apps/dav/img/calendar.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2018-2024 Google LLC. +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/apps/dav/img/schedule.svg.license b/apps/dav/img/schedule.svg.license new file mode 100644 index 0000000000000..be55c9101835a --- /dev/null +++ b/apps/dav/img/schedule.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2018-2024 Google LLC. +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/apps/dav/openapi.json.license b/apps/dav/openapi.json.license new file mode 100644 index 0000000000000..83559daa9dcb7 --- /dev/null +++ b/apps/dav/openapi.json.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: AGPL-3.0-or-later \ No newline at end of file diff --git a/apps/dav/src/components/AbsenceForm.vue b/apps/dav/src/components/AbsenceForm.vue index f43fb889b9eb3..fa62c56039df4 100644 --- a/apps/dav/src/components/AbsenceForm.vue +++ b/apps/dav/src/components/AbsenceForm.vue @@ -1,24 +1,7 @@ + - SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + - SPDX-License-Identifier: AGPL-3.0-or-later +-->