42 lines
1.4 KiB
TOML
42 lines
1.4 KiB
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = ["tests/auto/**", "tests/shared/images/**"]
|
|
precedence = "closest"
|
|
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = ["**.pro", ".cmake.conf", "**.yaml", "**.json",
|
|
"**.pri", "qt_cmdline.cmake"]
|
|
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 = "not sure at all"
|
|
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
|
SPDX-License-Identifier = "BSD-3-Clause"
|
|
|
|
[[annotations]]
|
|
path = ["**/README*", "**.qdocconf", "config_help.txt"]
|
|
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"]
|
|
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"]
|
|
precedence = "override"
|
|
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|