-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathREUSE.toml
More file actions
136 lines (126 loc) · 6.38 KB
/
REUSE.toml
File metadata and controls
136 lines (126 loc) · 6.38 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
version = 1
[[annotations]]
path = ["tests/manual/planets-qml/android/AndroidManifest.xml",
"tests/manual/planets-qml/planets-watchos/PlanetsClient**",
"tests/auto/quick3d/dynamicnodecreation/data/*.qml",
"tests/auto/quick3d/quick3dnodeinstantiator/data/*.qml",
"tests/auto/render/ddstextures/data/*.dds",
"tests/auto/render/ddstextures/data/*.pkm",
"tests/auto/render/gltfplugins/*",
"tests/auto/render/ktxtextures/data/*",
"tests/auto/geometryloaders/objgeometryloader/invalid_vertex_position.obj",
"tests/auto/render/qshaderprogram/*",
"tests/auto/render/shaderbuilder/*",
"tests/manual/advancedcustommaterial/*",
"tests/manual/anim-viewer/assets/*",
"tests/manual/audio-visualizer-qml/images/*",
"tests/manual/audio-visualizer-qml/music/*",
"tests/manual/bigscene-instanced-qml/*",
"tests/manual/clip-planes-qml/*",
"tests/manual/compressed_textures/data/*",
"tests/manual/compute-manual/*",
"tests/manual/compute-particles/shaders/gl43/*",
"tests/manual/deferred-renderer-cpp/*",
"tests/manual/exampleresources/assets/cubemaps/default/*",
"tests/manual/exampleresources/assets/cubemaps/miramar/*",
"tests/manual/exampleresources/assets/envmaps/cedar-bridge/*",
"tests/manual/exampleresources/assets/gltf/2.0/RiggedFigure/*",
"tests/manual/exampleresources/assets/obj/*",
"tests/manual/exampleresources/assets/textures/aluminium_random_brushed/*",
"tests/manual/exampleresources/assets/textures/american_walnut_crown_cut/*",
"tests/manual/exampleresources/assets/textures/ceramic_small_diamond/*",
"tests/manual/exampleresources/assets/textures/ceramic_tiles_brown_tomato/*",
"tests/manual/exampleresources/assets/textures/copper_brushed/*",
"tests/manual/exampleresources/assets/textures/gold_leaf_waste/*",
"tests/manual/advancedcustommaterial/shaders/es2/*",
"tests/manual/advancedcustommaterial/shaders/gl3/*",
"tests/manual/advancedcustommaterial/shaders/rhi/*",
"tests/manual/advancedcustommaterial/textures/*",
"tests/manual/compute-particles/shaders/gl45/*",
"tests/manual/deferred-renderer-qml/*",
"tests/manual/exampleresources/assets/gltf/2.0/RiggedSimple/*",
"tests/manual/planets-qml/android/res/drawable-*dpi/*",
"tests/manual/planets-qml/images/*",
"tests/manual/planets-qml/meshes/*",
"tests/manual/plasma/*",
"tests/manual/qtbug-76766/shaders/shader.*",
"tests/manual/qtbug-76766/expected_output.png",
"tests/manual/raycasting-qml/shaders/es2/simpleColor.*",
"tests/manual/raycasting-qml/shaders/gl3/simpleColor.*",
"tests/manual/render-qml-to-texture/shaders/es2/texturing.*",
"tests/manual/render-qml-to-texture/shaders/gl3/texturing.*",
"tests/manual/shadow-map-qml/shaders/es3/*",
"tests/manual/simple-shaders-qml/simple-shader.*",
"tests/manual/skinned-mesh/*",
"tests/manual/tessellation-modes/shaders/*",
"tests/manual/texture_property_updates/*",
"tests/manual/wave/shaders/*",
"tests/manual/spritegrid/spritegrid.png",
"tests/manual/shared_texture_image/image.png",
"tests/manual/rhi/simple-rhi-cpp/qtlogo.png",
"tests/manual/shader-image-qml/image_512x512.jpg",
"tests/manual/advancedcustommaterial/models/waterPlane.obj",
"tests/manual/exampleresources/assets/textures/no-ao.png",
"tests/manual/exampleresources/assets/test_scene.dae",
"tests/auto/render/gltexture/image.jpg",
"tests/**.json"]
precedence = "closest"
comment = "test"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
[[annotations]]
path = ["tests/auto/render/geometryloaders/cube*"]
precedence = "closest"
comment = "not sure"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
[[annotations]]
path = ["src/extras/shaders/**",
"src/quick3d/imports/**",
"src/quick3d/quick3dscene3d/shaders/*",
"src/core/doc/Qt3DDoc",
"tools/utils/qtcreator/templates/wizards/classes/qt3d/*",
"src/**.json"]
precedence = "closest"
comment = "module and plugin"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
[[annotations]]
path = ["**.pro", "**.qrc", "**CMakeLists.txt", ".cmake.conf", "**.yaml", ".tag",
"**.cfg", "**/qt_cmdline.cmake", "**/BLACKLIST", "**/Info.plist", "**.pri",
"**ci_config_linux.json", "**configure.json"]
precedence = "closest"
comment = "build system"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = [".clang-format", "**/.gitattributes", "**.gitignore", "**/.gitreview", ".gitmodules"]
precedence = "closest"
comment = "version control system. Infrastructure"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
[[annotations]]
path = ["examples/**", "**/doc/snippets/**"]
comment = "this must be after the build system table because example and snippets take precedence over build system"
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
[[annotations]]
path = ["**/doc/images/*", "doc/src/images/**", "**/README*", "**/readme.txt", "CONTRIBUTING.md",
"**.qdocconf", "**.qdocinc", "**.patch", ".qt-license-check.exclude", "config_help.txt"]
comment = "documentation"
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
[[annotations]]
path = ["**.toml", "licenseRule.json"]
comment = "infrastructure"
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
[[annotations]]
path = ["**/qt_attribution.json"]
comment = "documentation"
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"