-
Notifications
You must be signed in to change notification settings - Fork 143
/
Copy pathREUSE.toml
165 lines (146 loc) · 6.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
version = 1
[[annotations]]
path = ["src/qdbus/**",
"src/linguist/**",
"src/distancefieldgenerator/mainwindow.ui",
"src/designer/src/designer/**",
"src/designer/src/components/**",
"src/designer/data/**",
"src/assistant/assistant/**"]
precedence = "closest"
comment = "tool, 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 = ["src/shared/**",
"src/designer/src/lib/**",
"src/designer/src/plugins/**",
"src/assistant/help/**"]
precedence = "closest"
comment = "module and plugin, according to licenseRule.json"
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 = ["src/designer/**"]
precedence = "closest"
comment = "tools, 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 = ["src/designer/src/lib/uilib/**",
"src/designer/src/plugins/**"]
precedence = "closest"
comment = "module and plugin, according to licenseRule.json"
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/**.ts*",
"tests/**.ui",
"tests/**.html",
"tests/**.qch",
"tests/**.qhc",
"tests/**.qhp",
"tests/**.qph",
"tests/**.css",
"tests/**.qml",
"tests/**.txt",
"tests/**cmd",
"tests/**.po*",
"tests/**.js",
"tests/**.json",
"tests/**.lst",
"tests/**.py",
"tests/**expected.error",
"tests/**main.mjs",
"tests/auto/cmake/linguist/test_i18n_auto_ts_file_names/lib.cpp",
"tests/auto/linguist/lconvert/data/test-trans_seg.xlf",
"tests/auto/linguist/lconvert/data/untranslated.qm",
"tests/auto/linguist/lrelease/testdata/dupes.errors",
"tests/auto/linguist/lupdate/testdata/good/language/main.cpp",
"tests/auto/linguist/lupdate/testdata/good/proparsing2/include.h",
"src/qdoc/qdoc/tests/**xml",
"src/qdoc/qdoc/tests/**.html",
"src/qdoc/qdoc/tests/**.png",
"src/qdoc/qdoc/tests/**.index",
"src/qdoc/qdoc/tests/generatedoutput/testdata/**",
"src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**",
"src/qdoc/qdoc/tests/config/testdata/**",
"src/qdoc/qdoc/tests/qdoccommandlineparser/tst_arguments.txt",
"tests/auto/linguist/lupdate/testdata/good/parsecpp_typed_enum/my_class.cpp",
"tests/auto/linguist/lupdate/testdata/good/parsecpp_typed_enum/my_class.h",
"tests/auto/linguist/lupdate/testdata/good/parsecpp_template/template_classes.cpp"]
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",
"coin/axivion/ci_config_linux.json",
"**.cfg", "**.plist", "**.pri", "**.prf"]
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",
".gitmodules"]
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/snippets/**", "examples/**", "src/qdoc/qdoc/doc/examples/**",
"src/qdoc/qdoc/tests/**/testdata/**/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 = ["**/doc/images/**", "**/README*", "**.qdocconf", "**.qdoc.sample", "**.qdoc", "**.qdocinc"]
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/qdoc/qdoc/**/testdata/**.qdocconf",
"src/qdoc/qdoc/**/testdata/**.qdoc",
"src/qdoc/qdoc/**/testdata/**.qdocinc"]
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 = ["**.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 = "examples/linguist/trollprint/trollprint_pt.ts"
precedence = "override"
comment = "example. Copyright in file needs to be ignored"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
[[annotations]]
path = ["src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**.webxml",
"src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**.html",
"src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**.cpp",
"src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**.h",
"src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**.qml",
"src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**.qdoc",
"src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**.qdoc.sample",
"src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**.qdocconf",
"src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/**.xml"]
precedence = "override"
comment = ["reuse ignore or have trouble reading some of those webxml or html files",
"files in this directory are for file generation within testing",
"the licensing does not necessary correspond to the file",
"Licensing for those files is test licensing"]
SPDX-FileCopyrightText = "Copyright (C) 2016 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"