mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e8d47ed0f2
commit
1dd84bf587
5 changed files with 10 additions and 4 deletions
|
@ -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
2
fastlane/Appfile.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
@ -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
|
||||
|
||||
|
|
2
fastlane/Pluginfile.license
Normal file
2
fastlane/Pluginfile.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue