-
Notifications
You must be signed in to change notification settings - Fork 432
Expand file tree
/
Copy pathREUSE.toml
More file actions
52 lines (44 loc) · 1.79 KB
/
REUSE.toml
File metadata and controls
52 lines (44 loc) · 1.79 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
version = 1
SPDX-PackageName = "Slang"
SPDX-PackageSupplier = "The Khronos Group, Inc."
SPDX-PackageDownloadLocation = "https://github.com/shader-slang/slang"
[[annotations]]
path = "**"
precedence = "aggregate"
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 = "aggregate"
SPDX-FileCopyrightText = "2018 Vladimir \"allejo\" Jimenez"
SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception"
[[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 = "aggregate"
SPDX-FileCopyrightText = "The Khronos Group, Inc."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "tests/fcpw/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 Rohan Sawhney"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "external/renderdoc_app.h"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2021 Baldur Karlsson"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "external/dxc/dxcapi.h"
precedence = "aggregate"
SPDX-FileCopyrightText = "Microsoft Corporation. All rights reserved."
SPDX-License-Identifier = "LicenseRef-UOI-NCSA"
[[annotations]]
path = "source/core/slang-crypto.cpp"
precedence = "aggregate"
SPDX-FileCopyrightText = "2001 Alexander Peslyak"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "**.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 The Khronos Group, Inc."
SPDX-License-Identifier = "CC-BY-4.0"