mirror of https://github.com/qt/qtbase.git
26 lines
840 B
TOML
26 lines
840 B
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = ["dialogs/*.ui", "widgets/*.ui", "dialogs/images/*.png"]
|
|
precedence = "closest"
|
|
SPDX-FileCopyrightText = "Copyright (C) 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 = ["doc/**"]
|
|
precedence = "closest"
|
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
|
|
|
[[annotations]]
|
|
path = ["**.json"]
|
|
precedence = "closest"
|
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
|
SPDX-License-Identifier = "BSD-3-Clause"
|
|
|
|
[[annotations]]
|
|
path = ["doc/snippets/**"]
|
|
precedence = "closest"
|
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|