-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
28 lines (26 loc) · 918 Bytes
/
REUSE.toml
File metadata and controls
28 lines (26 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: LGPL-3.0-or-later
version = 1
PDX-PackageName = "NextcloudFileProviderKit"
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/nextcloudfileproviderkit"
[[annotations]]
path = [
"NextcloudFileProviderKit.png",
"NextcloudFileProviderKit.pxd",
"NextcloudFileProviderKit.svg"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Nextcloud GmbH"
SPDX-License-Identifier = "LicenseRef-NextcloudTrademarks"
[[annotations]]
path = [
".gitignore",
".swiftformat",
".swift-version",
"Package.swift",
"Sources/NextcloudFileProviderKit/Documentation.docc/theme-settings.json"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "LGPL-3.0-or-later"