qtbase/mkspecs/REUSE.toml
Lucie Gérard 4c83657448 Add REUSE.toml files
Those files are read by reuse to complement or override the copyright
and licensing information found in file.

The use of REUSE.toml files was introduced in REUSE version 3.1.0a1.
This reuse version is compatible with reuse specification
version 3.2 [1].
With this commit's files,
* The SPDX document generated by reuse spdx conforms to SPDX 2.3,
* The reuse lint command reports that the Qt project is reuse compliant.

[1]: https://reuse.software/spec-3.2/

Task-number: QTBUG-124453
Task-number: QTBUG-125211
Pick-to: 6.8
Change-Id: I01023e862607777a5e710669ccd28bbf56091097
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2024-11-05 14:36:16 +01:00

21 lines
831 B
TOML

version = 1
[[annotations]]
path = ["**.plist*", "features/data/configure.json", "features/data/testserver/Dockerfile",
"features/data/testserver/docker-compose-common.yml", "features/mac/sdk.mk",
"features/uikit/xcodebuild.mk", "features/data/dummy.cpp", "features/data/macros.cpp",
"macx-ios-clang/LaunchScreen.storyboard", "macx-xcode/WorkspaceSettings.xcsettings",
"macx-xcode/default.xcscheme"]
precedence = "closest"
comment = "build system"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["modules/README"]
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"