forked from shader-slang/slang
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
75 lines (65 loc) · 2.1 KB
/
Copy pathREUSE.toml
File metadata and controls
75 lines (65 loc) · 2.1 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
version = 1
SPDX-PackageName = "Slang"
SPDX-PackageSupplier = "The Khronos Group, Inc."
SPDX-PackageDownloadLocation = "https://github.com/shader-slang/slang"
[[annotations]]
path = "**"
precedence = "closest"
SPDX-FileCopyrightText = [
"2016, Carnegie Mellon University and NVIDIA Corporation",
"2024 The Khronos Group, Inc.",
]
SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception"
[[annotations]]
path = "docs/_includes/anchor_headings.html"
precedence = "closest"
SPDX-FileCopyrightText = "2018 Vladimir \"allejo\" Jimenez"
SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception"
[[annotations]]
path = "external/spirv-tools-generated/options-pinned.h"
precedence = "closest"
SPDX-FileCopyrightText = "The Abseil Authors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"external/spirv/spirv.h",
"external/glext.h",
"external/wglext.h",
"external/spirv-tools-generated/OpenCLDebugInfo100.h",
"external/spirv-tools-generated/DebugInfo.h",
"external/spirv-tools-generated/NonSemanticShaderDebugInfo100.h",
"external/glslang-generated/glslang/build_info.h",
]
precedence = "closest"
SPDX-FileCopyrightText = "The Khronos Group, Inc."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "tests/fcpw/**"
precedence = "closest"
SPDX-FileCopyrightText = "2020 Rohan Sawhney"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "external/stb/**"
precedence = "closest"
SPDX-FileCopyrightText = "Sean Barrett"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "external/renderdoc_app.h"
precedence = "closest"
SPDX-FileCopyrightText = "2019-2021 Baldur Karlsson"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "external/dxc/dxcapi.h"
precedence = "closest"
SPDX-FileCopyrightText = "Microsoft Corporation. All rights reserved."
SPDX-License-Identifier = "LicenseRef-UOI-NCSA"
[[annotations]]
path = "source/core/slang-crypto.cpp"
precedence = "closest"
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "Unlicense"
[[annotations]]
path = "tools/gfx-unit-test/span.h"
precedence = "closest"
SPDX-FileCopyrightText = "Tristan Brindle"
SPDX-License-Identifier = "BSL-1.0"