-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathREUSE.toml
More file actions
234 lines (213 loc) · 5.76 KB
/
Copy pathREUSE.toml
File metadata and controls
234 lines (213 loc) · 5.76 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
version = 1
[[annotations]]
path = [
"**",
"icd/mock_icd.h", "icd/mock_icd.cpp",
"icd/generated/function_definitions.h",
"icd/generated/function_declarations.h",
]
SPDX-FileCopyrightText = "The Khronos Group, Inc."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"CMakeLists.txt",
"vulkaninfo/CMakeLists.txt",
"icd/CMakeLists.txt",
]
SPDX-FileCopyrightText = [
"Valve Corporation",
"LunarG, Inc.",
"RasterGrid Kft.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"BUILD.gn",
"scripts/gn/generate_vulkan_icd_json.py",
]
SPDX-FileCopyrightText = [
"The ANGLE Project Authors.",
"LunarG, Inc.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"cube/object_type_string_helper.h",
"cube/wayland_loader.h",
"cube/cube.frag",
"cube/cube.vert",
"cube/cube.frag.inc",
"cube/cube.vert.inc",
"cube/cube.c",
"cube/xlib_loader.h",
"cube/xcb_loader.h",
"cube/cube_functions.h",
"tests/test_common.h",
"tests/main.cpp",
"tests/icd/**",
"vulkaninfo/iOS/vulkaninfo/ViewController.m",
"vulkaninfo/iOS/vulkaninfo/ViewController.h",
"vulkaninfo/iOS/vulkaninfo/SceneDelegate.m",
"vulkaninfo/iOS/vulkaninfo/SceneDelegate.h",
"vulkaninfo/iOS/vulkaninfo/main.mm",
"vulkaninfo/iOS/vulkaninfo/metal_iosview.m",
"vulkaninfo/iOS/vulkaninfo/metal_iosview.h",
"vulkaninfo/iOS/vulkaninfo/AppDelegate.h",
"vulkaninfo/iOS/vulkaninfo/AppDelegate.m",
"scripts/common_codegen.py",
"scripts/gn/gn.py",
"vulkaninfo/vulkaninfo.rc.in",
"vulkaninfo/vulkaninfo_functions.h",
"vulkaninfo/macOS/vulkaninfo/**",
]
SPDX-FileCopyrightText = [
"The Khronos Group Inc.",
"Valve Corporation",
"LunarG, Inc.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"cube/CMakeLists.txt",
"cube/android/CMakeLists.txt",
"cube/macOS/cube/CMakeLists.txt",
"cube/macOS/cubepp/CMakeLists.txt",
"tests/CMakeLists.txt",
"scripts/android.py",
".github/workflows/tools.yml",
]
SPDX-FileCopyrightText = [
"Valve Corporation",
"LunarG, Inc.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "cube/gettime.h"
SPDX-FileCopyrightText = "2014, 2017 The Android Open Source Project"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "cube/cube.cpp"
SPDX-FileCopyrightText = [
"2015-2019 The Khronos Group Inc.",
"2015-2019 Valve Corporation",
"2015-2019 LunarG, Inc.",
"2025 The Fuchsia Authors.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"cube/BUILD.gn",
"cube/fuchsia/**",
"vulkaninfo/BUILD.gn",
"vulkaninfo/fuchsia/meta/**",
]
SPDX-FileCopyrightText = "2025 The Fuchsia Authors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"cube/android/android_util.cpp",
"cube/android/android_util.h"
]
SPDX-FileCopyrightText = "2016 Google, Inc."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"cube/macOS/cube/AppDelegate.h",
"cube/macOS/cube/DemoViewController.h",
"cube/macOS/cube/main.m",
"cube/macOS/cube/DemoViewController.m",
"cube/macOS/cube/AppDelegate.m",
"cube/macOS/cubepp/AppDelegate.h",
"cube/macOS/cubepp/DemoViewController.h",
"cube/macOS/cubepp/main.mm",
"cube/macOS/cubepp/AppDelegate.mm",
"cube/macOS/cubepp/DemoViewController.mm",
]
SPDX-FileCopyrightText = "2014-2018 The Brenwill Workshop Ltd."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"icd/generated/vk_typemap_helper.h",
"icd/VkICD_mock_icd.def",
]
SPDX-FileCopyrightText = [
"2015-2017 The Khronos Group Inc.",
"2015-2017 Valve Corporation",
"2015-2017 LunarG, Inc.",
"2015-2017 Google Inc.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "scripts/kvt_genvk.py"
SPDX-FileCopyrightText = [
"2013-2025 The Khronos Group Inc.",
"2023-2025 RasterGrid Kft.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "scripts/generate_source.py"
SPDX-FileCopyrightText = [
"2019 The Khronos Group Inc.",
"2019 Valve Corporation",
"2019 LunarG, Inc.",
"2019 Google Inc.",
"2021-2022 NVIDIA CORPORATION & AFFILIATES",
"2023-2023 RasterGrid Kft.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "scripts/update_deps.py"
SPDX-FileCopyrightText = [
"2017 The Glslang Authors",
"2018-2023 Valve Corporation",
"2018-2023 LunarG, Inc.",
"2023-2023 RasterGrid Kft.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
".github/dependabot.yml",
"scripts/CMakeLists.txt",
"scripts/gn/update_deps.sh",
"scripts/gn/secondary/build_overrides/vulkan_headers.gni",
"scripts/gn/secondary/build_overrides/vulkan_tools.gni",
"scripts/gn/secondary/build_overrides/build.gni",
]
SPDX-FileCopyrightText = "LunarG, Inc."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"scripts/generators/vulkaninfo_generator.py",
"scripts/generators/mock_icd_generator.py",
]
SPDX-FileCopyrightText = [
"Valve Corporation",
"LunarG, Inc.",
"Google Inc.",
"RasterGrid Kft.",
"The Khronos Group Inc.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "scripts/generators/vulkan_tools_helper_file_generator.py"
SPDX-FileCopyrightText = [
"2015-2021 The Khronos Group Inc.",
"2015-2021 Valve Corporation",
"2015-2021 LunarG, Inc.",
"2015-2021 Google Inc.",
]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"vulkaninfo/outputprinter.h",
"vulkaninfo/generated/vulkaninfo.hpp",
"vulkaninfo/vulkaninfo.h",
"vulkaninfo/vulkaninfo.cpp"
]
SPDX-FileCopyrightText = [
"The Khronos Group Inc.",
"Valve Corporation",
"LunarG, Inc.",
"RasterGrid Kft.",
]
SPDX-License-Identifier = "Apache-2.0"