forked from open-edge-platform/edge-ai-suites
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
35 lines (31 loc) · 686 Bytes
/
REUSE.toml
File metadata and controls
35 lines (31 loc) · 686 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
32
33
34
# Copyright (C) 2025 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
version = 1
[[annotations]]
path = [
"**/*.dae",
"**/*.DAE",
"**/debian/**",
"docs/images/*",
"**/*.dsv.in",
"**/*.material",
"**/model.config",
"**/*.pgm",
"**/*.png",
"**/*.psd",
"**/*.stl",
"**/*.sdf",
"**/*.srdf",
"**/*.urdf",
"**/*.world",
"**/*.xacro",
]
SPDX-FileCopyrightText = "2025 Intel Corporation"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"PicknPlace/picknplace/scripts/moveit2.py",
]
SPDX-FileCopyrightText = "Copyright (c) 2022, Andrej Orsula"
SPDX-License-Identifier = "BSD-3-Clause"