-
Notifications
You must be signed in to change notification settings - Fork 30
/
REUSE.toml
205 lines (182 loc) · 8.71 KB
/
REUSE.toml
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
version = 1
[[annotations]]
path = ["src/quick3dparticles/designer/images/*.png",
"src/quick3d/designer/images/*.png",
"src/runtimerender/res/rhishaders/*.frag",
"src/quick3dparticleeffects/designer/images/*.png",
"src/quick3d/designer/source/*.frag",
"src/helpers/**.png",
"src/helpers/**.jpeg",
"src/**.mesh",
"src/effects/shaders/*.frag",
"src/assetutils/designer/images/*.png",
"src/effects/**.png",
"src/glslparser/specification/**"]
precedence = "closest"
comment = "module and plugin"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
[[annotations]]
path = ["tests/**.png", "tests/**.jpg", "tests/**.mesh", "tests/**.frag",
"tests/**.vert", "tests/**.qml", "tests/**.xml",
"tests/auto/assetimport/**", "tests/**.cpp", "tests/**.qsb",
"tests/**.bin",
"tests/baseline/data/lighting/lightmaps/qlm_box.exr",
"tests/baseline/data/particles3d/qt_logo_in_4096.cbor",
"tests/manual/qmlxr/testscenes/maps/oulu_2.jpeg",
"tests/baseline/data/shared/maps/oulu_2.jpeg"]
precedence = "closest"
comment = "test"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
[[annotations]]
path = ["tools/**.png", "tools/**.frag",
"tools/**.DS_Store", "tools/**.mesh"]
precedence = "closest"
comment = "tools and utils according to licenseRule.json"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
[[annotations]]
path = ["**.pro", "**.qrc", "**CMakeLists.txt", ".cmake.conf", "**.yaml", "**.json",
"**.cfg", "**.plist.in", "**.conf", "**.cmake", "**.pri", "**BLACKLIST"]
precedence = "closest"
comment = "build system"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = [".tag", "**/.gitattributes", "**.gitignore",
"tests/baseline/INSTRUCTIONS.txt", "tests/baseline/data/Ignore"]
precedence = "closest"
comment = "version control system. Licensed as build system"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["**/doc/images/**", "examples/**"]
comment = "this must be after the build system table because example and snippets take precedence over build system"
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
[[annotations]]
path = ["**/README*", "**.qdocconf", ".gitmodules", "**.metainfo", "config_help.txt"]
comment = "documentation"
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
[[annotations]]
path = ["**.toml", "licenseRule.json"]
comment = "documentation"
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
[[annotations]]
path = ["**/qt_attribution.json"]
comment = "documentation"
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
[[annotations]]
path = ["**LICENSE*", "tests/baseline/data/shared/maps/fishpond_bc1.txt"]
precedence = "override"
comment = "License file."
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [".clang-format"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2016 Olivier Goffart <[email protected]>"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["tests/manual/volumetric/custom.frag",
"tests/manual/volumetric/custom.vert"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (c) 2018 Will Usher"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/baseline/data/lighting/maps/OpenfootageNET_Gerlos-512.hdr"
precedence = "override"
SPDX-FileCopyrightText = "https://www.openfootage.net/hdri-360-gerlos-austria/"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "tests/baseline/data/lighting/maps/OpenfootageNET_fieldairport-512.hdr"
precedence = "override"
SPDX-FileCopyrightText = "https://www.openfootage.net/hdri-360-field-airport-salzburg-austria/"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["tests/baseline/data/lighting/maps/OpenfootageNET_garage-1024.hdr",
"tests/manual/principledmaterial/maps/OpenfootageNET_garage-1024.hdr",
"tests/baseline/data/lighting/maps/OpenfootageNET_garage-1024.hdr",
"tests/baseline/data/reflectionprobe/maps/OpenfootageNET_garage-1024.hdr",
"tests/manual/reflectionprobe/OpenfootageNET_garage-1024.hdr",
"tests/manual/volumetric/OpenfootageNET_garage-1024.hdr",
"examples/quick3d/principledmaterial/maps/OpenfootageNET_garage-1024.hdr",
"tests/baseline/data/reflectionprobe/maps/OpenfootageNET_garage-1024.hdr",
"tests/manual/principledmaterial/maps/OpenfootageNET_garage-1024.hdr",
"tests/manual/reflectionprobe/OpenfootageNET_garage-1024.hdr",
"tests/manual/volumetric/OpenfootageNET_garage-1024.hdr",
"tests/baseline/data/lighting/maps/garage-bc1.ktx"]
precedence = "override"
comment = "The ktx file has been converted by us."
SPDX-FileCopyrightText = "https://www.openfootage.net/hdri-360-degree-garage/"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["tests/baseline/data/lighting/maps/OpenfootageNET_lowerAustria01-512.hdr",
"tests/baseline/data/shared/maps/OpenfootageNET_lowerAustria01-1024.hdr",
"tools/materialeditor/assets/skybox/OpenfootageNET_lowerAustria01-1024.hdr",
"examples/quick3d/custommaterial/maps/OpenfootageNET_lowerAustria01-1024.hdr",
"examples/quick3d/reflectionprobes/res/OpenfootageNET_lowerAustria01-1024.hdr",
"examples/quick3d/reflectionprobes/res/OpenfootageNET_lowerAustria01-1024.hdr",
"examples/quick3d/screenspacereflections/maps/OpenfootageNET_lowerAustria01-1024.hdr",
"tests/baseline/data/lighting/maps/OpenfootageNET_lowerAustria01-512.hdr",
"tests/baseline/data/shared/maps/OpenfootageNET_lowerAustria01-1024.hdr"]
precedence = "override"
SPDX-FileCopyrightText = "https://www.openfootage.net/hdri-360-lower-austria/"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "tests/baseline/data/shared/maps/fishpond_bc1.ktx"
precedence = "override"
SPDX-FileCopyrightText = "Copyright (c) Emil Persson https://www.humus.name"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["tests/manual/principledmaterial/maps/metallic/basemetal.astc",
"tests/manual/principledmaterial/maps/metallic/normalrough.astc"]
precedence = "override"
comment = "These have been converted by us from the principled material example. Original source is lost."
SPDX-FileCopyrightText = "Unknown"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["tests/baseline/data/shared/maps/TestEnvironment-512.hdr",
"tests/baseline/data/shared/maps/TestEnvironment-512.exr",
"tests/manual/qmlxr/testscenes/maps/TestEnvironment-512.hdr",
"tests/baseline/data/lighting/maps/TestEnvironment-512_R.exr",
"tests/baseline/data/lighting/maps/TestEnvironment-512_tiled.exr"]
precedence = "override"
comment = "Copyright DD?"
SPDX-FileCopyrightText = "Unknown"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["tests/manual/qmlxr/testscenes/maps/skybox/skybox-image.txt",
"tests/manual/qmlxr/testscenes/maps/skybox/*.jpg"]
precedence = "override"
SPDX-FileCopyrightText = "https://learnopengl.com/About"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["tests/baseline/data/shared/maps/cubemap_bc1.ktx",
"tests/manual/reflectionprobe/cubemap_bc1.ktx",
"tests/baseline/data/shared/maps/miptester_etc2.ktx",
"/examples/quick3d/virtualassistant/content/colosseum_4k.hdr"]
precedence = "override"
SPDX-FileCopyrightText = "Unknown"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["tests/baseline/data/shared/maps/o1_bc1.ktx",
"tests/baseline/data/shared/maps/t2_bc2.ktx"]
precedence = "override"
comment = "These are from the qtdeclarative repo from its Lancelot tests."
SPDX-FileCopyrightText = "Unknown"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "tests/baseline/scenegrabber/trim.ttf"
precedence = "override"
comment = "Released under the terms of the Unlicense.TrimRegularTrim - RegularTrim1.0Trim-Regula"
SPDX-FileCopyrightText = "Unknown"
SPDX-License-Identifier = "CC0-1.0"