Add android tempaltes to the REUSE.toml

Add the missing tempaltes_aar and move the android related annotations
to the REUSE.toml in src/android subdirectory to hold all annotations
in one place.

Change-Id: I977f056df272f93a99be3bbf1390694fb8d589e6
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Alexey Edelev 2025-07-09 11:19:58 +02:00
parent 179270e701
commit 7b50971aa4
2 changed files with 8 additions and 2 deletions

View File

@ -82,7 +82,7 @@ SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
[[annotations]]
path = ["src/assets/icons/**.png", "src/assets/icons/**.svg", "src/android/**.xml",
path = ["src/assets/icons/**.png", "src/assets/icons/**.svg",
"src/gui/**.xml",
"src/assets/icons/index.theme", "src/gui/rhi/test.hlsl",
"src/corelib/doc/include/QtCoreDoc",

View File

@ -1,7 +1,7 @@
version = 1
[[annotations]]
path = ["jar/build.gradle", "jar/settings.gradle", "templates/build.gradle", "templates_cmake/**"]
path = ["jar/build.gradle", "jar/settings.gradle", "templates/build.gradle", "templates_cmake/**", "templates_aar/**", "templates/**", "**.xml"]
precedence = "closest"
comment = "double check"
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
@ -13,3 +13,9 @@ comment = "documentation"
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 = ["**.gitignore"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"