Skip to content

Commit 01580bc

Browse files
chore: Migrate REUSE to TOML format
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 140e2a0 commit 01580bc

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

.reuse/dep5

Lines changed: 0 additions & 16 deletions
This file was deleted.

REUSE.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: GPL-3.0-or-later
3+
version = 1
4+
SPDX-PackageName = "Android-SingleSignOn"
5+
SPDX-PackageSupplier = "Nextcloud Android team <[email protected]>"
6+
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/Android-SingleSignOn"
7+
8+
[[annotations]]
9+
path = ["gradle/wrapper/gradle-wrapper.jar", "sample_client/gradle/wrapper/gradle-wrapper.jar"]
10+
precedence = "aggregate"
11+
SPDX-FileCopyrightText = "2015-2021 the original authors"
12+
SPDX-License-Identifier = "Apache-2.0"
13+
14+
[[annotations]]
15+
path = ["gradle/verification-keyring.keys", "gradle/verification-metadata.xml"]
16+
precedence = "aggregate"
17+
SPDX-FileCopyrightText = "none"
18+
SPDX-License-Identifier = "GPL-3.0-or-later"
19+
20+
[[annotations]]
21+
path = ["renovate.json5", "**/.gitignore", ".idea/**", "scripts/analysis/findbugs-results.txt", "scripts/analysis/lint-results.txt", "sample/src/main/res/mipmap-**dpi/ic_launcher.webp", "sample/src/main/res/mipmap-**dpi/ic_launcher_round.webp"]
22+
precedence = "aggregate"
23+
SPDX-FileCopyrightText = "2024 Nextcloud GmbH and Nextcloud contributors"
24+
SPDX-License-Identifier = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)