-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREUSE.toml
More file actions
48 lines (39 loc) · 1.84 KB
/
REUSE.toml
File metadata and controls
48 lines (39 loc) · 1.84 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
38
39
40
41
42
43
44
45
46
47
48
# SPDX-FileCopyrightText: Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2025 Timor Knudsen (AMD)
# SPDX-License-Identifier: MIT
version = 1
[[annotations]]
path = ["rtl/*.mem"]
precedence = "override"
SPDX-FileCopyrightText = ["Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.", "Copyright (c) 2025 Timor Knudsen (AMD)"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [".devcontainer/devcontainer.json"]
precedence = "override"
SPDX-FileCopyrightText = ["Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.", "Copyright (c) 2025 Timor Knudsen (AMD)"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["uv.lock"]
precedence = "override"
SPDX-FileCopyrightText = ["Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.", "Copyright (c) 2025 Timor Knudsen (AMD)"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["*.md"]
precedence = "override"
SPDX-FileCopyrightText = ["Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.", "Copyright (c) 2025 Timor Knudsen (AMD)"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["docs/*.md"]
precedence = "override"
SPDX-FileCopyrightText = ["Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.", "Copyright (c) 2025 Timor Knudsen (AMD)"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["docs/img/*.png"]
precedence = "override"
SPDX-FileCopyrightText = ["Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.", "Copyright (c) 2025 Timor Knudsen (AMD)"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [".github/ISSUE_TEMPLATE/*.md"]
precedence = "override"
SPDX-FileCopyrightText = ["Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.", "Copyright (c) 2025 Timor Knudsen (AMD)"]
SPDX-License-Identifier = "MIT"