This reverts commit 7d46356662.
The revert is needed for the Qt 6.8 LTS opensource releases.
They cannot contain commercial SPDX license identifiers.
Task-number: QTLTSOSS-264
Change-Id: I475131444c883bfcf2892b9fad923591eb64657a
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
91 lines
3.4 KiB
TOML
91 lines
3.4 KiB
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = ["tests/manual/server-buffer/compositor/images/*",
|
|
"tests/manual/texture-sharing-2/custom-compositor/images/*",
|
|
"tests/auto/client/clientextension/test.xml",
|
|
"tests/auto/cmake/test_waylandclient/main.cpp",
|
|
"tests/manual/qt-shell/images/background.jpg"]
|
|
precedence = "closest"
|
|
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = ["tests/auto/client/client/run-with-all-shells.sh"]
|
|
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 = ["src/compositor/shaders/**.qsb", "src/compositor/shaders/compile", "src/plugins/**.json"]
|
|
precedence = "closest"
|
|
comment = "module and plugins"
|
|
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = ["src/plugins/**.json"]
|
|
precedence = "closest"
|
|
comment = "module and plugins"
|
|
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/plugins/hardwareintegration/compositor/**.json"]
|
|
precedence = "closest"
|
|
comment = "module and plugins"
|
|
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",
|
|
"**.cfg", "**.pri", "**/qt_cmdline.cmake", "**.prf", "coin/**.json",
|
|
".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", "**.gitreview"]
|
|
precedence = "closest"
|
|
comment = "version control system. 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 = ["**/doc/images/**", "**/README*", "**.qdocconf", "**.patch"]
|
|
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 = "infrastructure"
|
|
precedence = "override"
|
|
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
|
|
|
[[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*"]
|
|
precedence = "override"
|
|
comment = "License file."
|
|
SPDX-FileCopyrightText = "None"
|
|
SPDX-License-Identifier = "CC0-1.0"
|