From 1dd84bf587829df3bd56399d0202d685c79b58de Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 29 Mar 2024 19:27:38 +0100 Subject: [PATCH] Add SPDX header Signed-off-by: Andy Scherzinger --- .reuse/dep5 | 4 ---- fastlane/Appfile.license | 2 ++ fastlane/Fastfile | 3 +++ fastlane/Pluginfile.license | 2 ++ fastlane/Screengrabfile | 3 +++ 5 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 fastlane/Appfile.license create mode 100644 fastlane/Pluginfile.license diff --git a/.reuse/dep5 b/.reuse/dep5 index b01742f48a..0773b481f1 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -7,10 +7,6 @@ Files: gradle/wrapper/gradle-wrapper.jar Copyright: 2015-2021 the original authors License: Apache-2.0 -Files: gradle/verification-keyring.keys gradle/verification-metadata.xml -Copyright: none -License: MIT - Files: .idea/* app/schemas/com.nextcloud.client.database.NextcloudDatabase/*.json app/screenshots/gplay/debug/*.png app/src/main/res/values-*/strings.xml src/*/fastlane/metadata/android/*/*.txt src/versionDev/fastlane/metadata/android/*/changelogs/*.txt Copyright: 2016-2024 Nextcloud GmbH and Nextcloud contributors License: AGPL-3.0-or-later diff --git a/fastlane/Appfile.license b/fastlane/Appfile.license new file mode 100644 index 0000000000..afc8185988 --- /dev/null +++ b/fastlane/Appfile.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 3c656c12fc..69c8045403 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + # run fastlane # bundle exec fastlane diff --git a/fastlane/Pluginfile.license b/fastlane/Pluginfile.license new file mode 100644 index 0000000000..afc8185988 --- /dev/null +++ b/fastlane/Pluginfile.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/fastlane/Screengrabfile b/fastlane/Screengrabfile index 0de5fc53bf..9552d85376 100644 --- a/fastlane/Screengrabfile +++ b/fastlane/Screengrabfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + app_package_name 'com.nextcloud.client' use_tests_in_packages ['com.owncloud.android.screenshots'] test_instrumentation_runner 'androidx.test.runner.AndroidJUnitRunner'