mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
move gradlew and dep validation data from general dep5 license definition to per file definition
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
3f0ec73475
commit
3a265eb462
6 changed files with 12 additions and 8 deletions
|
@ -3,14 +3,6 @@ Upstream-Name: Nextcloud Notes - Android Client
|
|||
Upstream-Contact: Nextcloud Android team <android@nextcloud.com>
|
||||
Source: https://github.com/nextcloud/notes-android
|
||||
|
||||
Files: gradlew gradlew.bat 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: GPL-3.0-or-later
|
||||
|
||||
Files: renovate.json5 */.gitignore .idea/* scripts/analysis/findbugs-results.txt scripts/analysis/lint-results.txt app/src/test/resources/robolectric.properties app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker fastlane/metadata/* app/src/main/res/mipmap-*dpi/ic_launcher.png app/src/main/ic_launcher-web.png .bundle/config app/src/main/res/drawable-*dpi/ic_widget_create.png app/src/main/res/drawable-mdpi/context_based_formatting.png app/src/main/res/drawable/note_list_widget_preview.webp app/src/main/res/drawable/single_note_widget.webp
|
||||
Copyright: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
License: GPL-3.0-or-later
|
||||
|
|
2
gradle/verification-keyring.keys.license
Normal file
2
gradle/verification-keyring.keys.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
2
gradle/verification-metadata.xml.license
Normal file
2
gradle/verification-metadata.xml.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
2
gradle/wrapper/gradle-wrapper.jar.license
vendored
Normal file
2
gradle/wrapper/gradle-wrapper.jar.license
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# SPDX-FileCopyrightText: 2015-2021 the original authors
|
||||
# SPDX-License-Identifier: Apache-2.0
|
3
gradlew
vendored
3
gradlew
vendored
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2015-2021 the original author or authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Copyright © 2015-2021 the original authors.
|
||||
#
|
||||
|
|
3
gradlew.bat
vendored
3
gradlew.bat
vendored
|
@ -1,4 +1,7 @@
|
|||
@rem
|
||||
@rem SPDX-FileCopyrightText: 2015 the original author or authors.
|
||||
@rem SPDX-License-Identifier: Apache-2.0
|
||||
@rem
|
||||
@rem Copyright 2015 the original author or authors.
|
||||
@rem
|
||||
@rem Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
Loading…
Reference in a new issue