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
|
version = 1
[[annotations]]
path = ["tests/**"]
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 = ["util/**"]
precedence = "closest"
comment = "tools and utils"
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 = ["doc/QtApplicationManagerDoc", "src/**"]
precedence = "closest"
comment = "src and plugin"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
[[annotations]]
path = ["coin/**", "**.cmake", "**.conf", "**.qrc",
"**.prf", "**/CMakeLists.txt", "sync.profile",
"**.yaml", ".tag"]
precedence = "closest"
comment = "build system"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["**/.gitattributes", "**.gitignore", ".qt-license-check.exclude", "**.gitreview"]
precedence = "closest"
comment = "infrastructure"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
[[annotations]]
path = ["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*", "doc/online/style/qt5-sidebar.html",
"**.qdocconf", "**/doc/images/**"]
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 = ["src/3rdparty/libarchive/**"]
precedence = "closest"
SPDX-FileCopyrightText = "(c) 2003-2018 Tim Kientzle et al. - see COPYING and the individual file headers"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = ["src/3rdparty/libbacktrace/**"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2012-2022 Free Software Foundation, Inc."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["src/3rdparty/stackwalker/**"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2005-2019 Jochen Kalmbach"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = ["src/3rdparty/libdbus/**"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright the DBus project authors."
SPDX-License-Identifier = "AFL-2.1 OR GPL-2.0-or-later"
[[annotations]]
path = ["src/3rdparty/libyaml/**"]
precedence = "closest"
SPDX-FileCopyrightText = ["Copyright (c) 2017-2020 Ingy döt Net",
"Copyright (c) 2006-2016 Kirill Simonov"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["src/3rdparty/**/CMakeLists.txt"]
precedence = "closest"
comment = "build system"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["**/qt_attribution.json"]
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 = ["**.toml", "licenseRule.json"]
precedence = "override"
comment = "infrastructure"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|