-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREUSE.toml
More file actions
37 lines (31 loc) · 1.02 KB
/
REUSE.toml
File metadata and controls
37 lines (31 loc) · 1.02 KB
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
32
33
34
35
36
37
# (C) Copyright 2024, SECO Mind Srl
#
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "Edgehog Device Zephyr"
SPDX-PackageDownloadLocation = "https://github.com/edgehog-device-manager/edgehog-zephyr-device"
[[annotations]]
path = "skipfile.txt"
precedence = "aggregate"
SPDX-FileCopyrightText = "SECO Mind Srl"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "lib/edgehog_device/generated_interfaces.c"
precedence = "aggregate"
SPDX-FileCopyrightText = "SECO Mind Srl"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "lib/edgehog_device/include/generated_interfaces.h"
precedence = "aggregate"
SPDX-FileCopyrightText = "SECO Mind Srl"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "e2e/certificate/astarte.pem"
precedence = "aggregate"
SPDX-FileCopyrightText = "SECO Mind Srl"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "e2e/certificate/edgehog-ota.pem"
precedence = "aggregate"
SPDX-FileCopyrightText = "SECO Mind Srl"
SPDX-License-Identifier = "Apache-2.0"