-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathREUSE.toml
More file actions
31 lines (26 loc) · 826 Bytes
/
REUSE.toml
File metadata and controls
31 lines (26 loc) · 826 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
29
30
31
# (C) Copyright 2024, SECO Mind Srl
#
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "Astarte device SDK Python"
SPDX-PackageDownloadLocation = "https://github.com/astarte-platform/astarte-device-sdk-python"
[[annotations]]
path = "docs/index.rst"
precedence = "aggregate"
SPDX-FileCopyrightText = "SECO Mind Srl"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "examples/**/interfaces/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "SECO Mind Srl"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "e2etest/interfaces/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "SECO Mind Srl"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "tests/interfaces/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "SECO Mind Srl"
SPDX-License-Identifier = "CC0-1.0"