aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quickshapes
diff options
context:
space:
mode:
authorLucie Gérard <[email protected]>2025-01-15 10:52:17 +0100
committerLucie Gérard <[email protected]>2025-02-21 20:24:43 +0100
commit361f1f38e0396e38168819907eba4ad72bbd2b5f (patch)
tree8da4e66346175609f94e4edae774d7ea9c13f984 /examples/quick/quickshapes
parent99b3d7cf338f3d32680313bc75369aa163e34f67 (diff)
Make module ready for source SBOM checking
This includes: - turning VERIFY_SOURCE_SBOM ON - adding rules to the licenseRule.json files - correcting the licensing given via REUSE.toml files - renaming license files not located in LICENSES folder. Their name needs to be prefixed with `LICENSE.` to be ignored by reuse and excluded from the source SBOM. The names are updated in the corresponding qt_attribution.json A lot of files are skipped during the license test, but all are present in the source SBOM. This is why corrections are needed before turning the source SBOM check on. [ChangeLog][Third-Party Code] Renaming the license files with prefix LICENSE. to have them ignored by reuse tool. Task-number: QTBUG-131434 Pick-to: 6.9 6.8 Change-Id: I2b3e4750405f13a97b350ee65def30f1330526a3 Reviewed-by: Joerg Bornemann <[email protected]> Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'examples/quick/quickshapes')
-rw-r--r--examples/quick/quickshapes/weatherforecast/REUSE.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/quick/quickshapes/weatherforecast/REUSE.toml b/examples/quick/quickshapes/weatherforecast/REUSE.toml
index 590c224e57..606ea6b33b 100644
--- a/examples/quick/quickshapes/weatherforecast/REUSE.toml
+++ b/examples/quick/quickshapes/weatherforecast/REUSE.toml
@@ -26,3 +26,9 @@ path = "assets/WorkSans-Regular.ttf"
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2020 Wei Huang"
SPDX-License-Identifier = "OFL-1.1"
+
+[[annotations]]
+path = ["assets/gear-alt-stroke.svg", "Gear_generated.qml"]
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (C) 2023 Framework7"
+SPDX-License-Identifier = "MIT"