Skip to content

Commit e70d7e6

Browse files
committed
Update licensing of files with infrastructure type
A QUIP 18[1] update sets git files, REUSE.toml and licenseRule.json as infrastructure type files. They are licensed with: LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.9 6.8 Change-Id: Ia7b9ae097ff80bd184256e0b7efa0dd7cfa63def Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
1 parent 2a85bdc commit e70d7e6

File tree

2 files changed

+531
-519
lines changed

2 files changed

+531
-519
lines changed

REUSE.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ path = ["bin/*", "coin/**","libexec/*","**_clang-format", "**.cmake", "**.conf",
2626
"**.pro", "**.pri", "**.yaml", "cmake/**.in", "cmake/ios/LaunchScreen.storyboard",
2727
"cmake/**md", "**.yml", "**.dynlist", "cmake/**.plist",
2828
"src/corelib/global/qconfig.cpp.in", "src/corelib/Qt6CoreConfigureFileTemplate.in",
29-
"**.cfg", "**/Makefile", "**/CMakeLists.txt", "**.qrc"]
29+
"**.cfg", "**/Makefile", "**/CMakeLists.txt", "**.qrc", ".tag"]
3030
precedence = "closest"
3131
comment = "build system"
3232
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
@@ -39,10 +39,10 @@ SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
3939
SPDX-License-Identifier = "CC0-1.0"
4040

4141
[[annotations]]
42-
path = [".tag", "**/.gitattributes", "**.gitignore"]
42+
path = ["**/.gitattributes", "**.gitignore", "**.gitreview"]
4343
precedence = "closest"
4444
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
45-
SPDX-License-Identifier = "BSD-3-Clause"
45+
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
4646

4747
[[annotations]]
4848
path = ["**/snippets/**", "examples/**", "src/tools/qlalr/examples/**"]
@@ -103,7 +103,7 @@ SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-on
103103
path = ["**.toml", "licenseRule.json"]
104104
precedence = "override"
105105
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
106-
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
106+
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
107107

108108
[[annotations]]
109109
path = ["**LICENSE*", "cmake/3rdparty/**/COPYING-CMAKE-SCRIPTS"]

0 commit comments

Comments
 (0)