blob: b9311d13368193fd1d6b02130b5f04f5c396ac14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
version = 1
[[annotations]]
path = ["3rdparty/*"]
precedence = "closest"
comment = "double check"
SPDX-FileCopyrightText = "Copyright 2022 Intel Corporation."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["Makefile"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["README.md"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|