From 026d44a22ac24a1b62b267b3a353c1d72aef6649 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 12 Jun 2024 16:55:15 +0200 Subject: [PATCH] chore: Add correct license information for generated preview-service-worker The `dist/preview-service-worker.js` is generated by the workbox plugin from their source, so it should also be licensed under the MIT license. Also the tsconfig was created by Nextcloud employees in 2022, so adjust the license information. Signed-off-by: Ferdinand Thiessen --- .reuse/dep5 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 4a05bb55194ed..418399117c9c1 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -107,10 +107,18 @@ Files: apps/dashboard/img/dashboard.svg build/psalm-baseline-ocp.xml build/psalm Copyright: 2020 Nextcloud GmbH and Nextcloud contributors License: AGPL-3.0-or-later -Files: cypress/tsconfig.json dist/icons.css +Files: tsconfig.json cypress/tsconfig.json __tests__/tsconfig.json Copyright: 2022 Nextcloud GmbH and Nextcloud contributors License: AGPL-3.0-or-later +Files: dist/icons.css +Copyright: 2022 Nextcloud GmbH and Nextcloud contributors +License: AGPL-3.0-or-later + +Files: dist/preview-service-worker.js +Copyright: 2023 Google LLC. +License: MIT + Files: build/stubs/pcntl.php build/stubs/zip.php Copyright: 2022 JetBrains License: Apache-2.0 @@ -159,7 +167,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 apps/*/composer/composer.json apps/*/composer/composer.lock apps/*/composer/composer/installed.json +Files: .gitattributes composer.json composer.lock .github/CODEOWNERS 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