-
Notifications
You must be signed in to change notification settings - Fork 151
/
REUSE.toml
121 lines (111 loc) · 5.39 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
version = 1
[[annotations]]
path = ["src/core/doc/QtWebEngineDoc",
"src/core/doc/about_credits.tmpl",
"src/core/doc/about_credits_entry.tmpl",
"src/pdf/doc/about_credits.tmpl",
"src/pdf/doc/about_credits_entry.tmpl",
"src/pdf/doc/snippets/qtpdf-build.cmake",
"src/process/QtWebEngineProcess.entitlements",
"src/process/QtWebEngineProcess.exe.manifest",
"src/webenginequick/ui/information.png",
"src/webenginequick/ui/question.png",
"src/webenginewidgets/plugins/qwebengineview/images/qwebengineview.png"]
precedence = "closest"
comment = "module and plugin"
SPDX-FileCopyrightText = "Copyright (C) 2024 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 = ["tests/auto/widgets/qwebenginepage/resources/*",
"tests/auto/widgets/qwebenginescript/resources/*",
"tests/auto/widgets/qwebengineview/resources/*",
"tests/auto/widgets/qwebengineprofile/resources/*",
"tests/auto/widgets/qwebenginehistory/resources/*",
"tests/auto/core/certificateerror/resources/*",
"tests/auto/core/origins/resources/subdir/*",
"tests/auto/widgets/favicon/resources/**",
"tests/auto/quick/qquickwebengineview/html/**",
"tests/auto/quick/qmltests/resources/*",
"tests/auto/core/origins/resources/*",
"tests/auto/core/qwebengineclientcertificatestore/resources/*",
"tests/auto/core/qwebenginecookiestore/resources/*",
"tests/auto/core/qwebengineurlrequestinterceptor/resources/*",
"tests/auto/core/webenginedriver/resources/*",
"tests/auto/core/qwebengineframe/resources/*",
"tests/auto/core/qwebengineurlrequestinterceptor/resources/icons/favicon.png",
"tests/auto/quick/qmltests/data/icons/*",
"tests/auto/bic/data/*",
"tests/auto/httpserver/data/**",
"tests/auto/pdfquick/multipageview/data/*",
"tests/auto/pdfquick/pdfpageimage/data/*",
"tests/auto/quick/qmltests/data/*",
"tests/auto/pdf/**",
"tests/auto/core/qwebengineglobalsettings/cert/*",
"tests/auto/core/qwebengineurlrequestjob/*",
"tests/auto/widgets/spellchecking/dict/*",
"tests/auto/widgets/spellchecking/resources/index.html",
"tests/auto/quick/dialogs/index.html",
"tests/auto/quick/inspectorserver/html/basic_page.html",
"tests/auto/quick/qmltests/mock-delegates/TestParams/qmldir",
"tests/auto/quick/qquickwebenginedefaultsurfaceformat/html/basic_page.html",
"tests/auto/quick/qtbug-70248/test.qml",
"tests/auto/widgets/defaultsurfaceformat/resources/index.html",
"tests/auto/widgets/offscreen/test.html",
"tests/auto/widgets/printing/resources/basic_printing_page.html",
"tests/auto/widgets/proxypac/proxy.pac",
"tests/manual/html/pointer-events.html",
"tests/manual/quick/geopermission/geolocation.html",
"tests/manual/quick/pdf/test.pdf",
"tests/manual/touchmocking/touchpoint.png",
"tests/manual/widgets/geolocation/geolocation.html",
"tests/manual/widgets/inputmethods/testdata.csv",
"tests/manual/widgets/printing/printing_example.html",
"tests/manual/widgets/webrtc/index.html",
"tests/manual/widgets/webrtc/mediaPicker.ui"]
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 = ["**.pro", "**.qrc", "**CMakeLists.txt", ".cmake.conf", "**.yaml", "**.json",
"**.cfg", "**BLACKLIST", "**.plist", "**.plist.in", "**BUILD**.in"]
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/**", "tests/manual/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) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
[[annotations]]
path = ["**.qdocconf", "config_help.txt", ".gitmodules"]
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*", "CHROMIUM_VERSION"]
precedence = "override"
comment = "License file."
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"