-
Notifications
You must be signed in to change notification settings - Fork 5
/
REUSE.toml
84 lines (74 loc) · 3.28 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
version = 1
[[annotations]]
path = ["tests/auto/cooked/data/*cooked*",
"tests/auto/geometry_source/data/tetrahedron.cooked.tri",
"tests/auto/heightfield_readd/data/hf.png",
"tests/auto/heightfield/data/hf.png",
"tests/auto/physicsscene/data/hf.png",
"tests/auto/physicsscene/data/hf.png",
"tests/manual/convexmesh/qt_logo_rect.png",
"tests/manual/convexmesh/maps/heightfield.png",
"tests/baseline/data/*.png",
"tests/baseline/data/*.qml",
"tests/manual/charactercontroller/meshes/*.mesh",
"tests/manual/convexmesh/meshes/*.mesh"]
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 = ["src/quick3dphysics/designer/images/*.png"]
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 = ["**CMakeLists.txt","**.clang-format", ".cmake.conf",
"**.yaml", "**.json", "**.pri"]
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"]
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", "tests/baseline/data/Ignore", "**.metainfo"]
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 = ["tests/baseline/shared/qwidgetbaselinetest.cpp",
"tests/baseline/shared/baselineprotocol.cpp",
"tests/baseline/shared/qwidgetbaselinetest.cpp"]
precedence = "override"
comment = "reuse can't parse those files."
SPDX-FileCopyrightText = "Copyright (C) 2021 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
[[annotations]]
path = ["tests/manual/charactercontroller/maps/OpenfootageNET_lowerAustria01-512.hdr"]
precedence = "override"
SPDX-FileCopyrightText = "https://www.openfootage.net/hdri-360-lower-austria/"
SPDX-License-Identifier = "CC-BY-4.0"