Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-03-29 19:27:38 +01:00
parent e8d47ed0f2
commit 1dd84bf587
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
5 changed files with 10 additions and 4 deletions

View File

@ -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

2
fastlane/Appfile.license Normal file
View File

@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -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

View File

@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -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'