summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/doc/snippets
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2025-03-05 15:58:27 +0100
committerLucie Gérard <lucie.gerard@qt.io>2025-03-20 16:57:04 +0100
commit977b1ad1ce0a7d6b798a5f8df05dce1d185b382e (patch)
tree18fc9d6953621b9cd3a3fe68fad919c620475741 /src/interfaceframework/doc/snippets
parent4af592ab45c9155d967c857feb9f7832363f7bc6 (diff)
Update license check
The module is now: - checked against quip18 [1] rules (licenseRule.json) - reuse compliant (REUSE.toml) - ready for source SBOM check [1] https://contribute.qt-project.org/quips/18 [ChangeLog][Third-Party Code] Rename license file with LICENSE. prefix. This way the file is ignored by the reuse tool. Task-number: QTBUG-131434 Pick-to: 6.8 6.9 Change-Id: Iaa52f0125719f5172f2e7522df816fcd3ced4928 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'src/interfaceframework/doc/snippets')
-rw-r--r--src/interfaceframework/doc/snippets/filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaceframework/doc/snippets/filters.py b/src/interfaceframework/doc/snippets/filters.py
index 31784d61..245b8f94 100644
--- a/src/interfaceframework/doc/snippets/filters.py
+++ b/src/interfaceframework/doc/snippets/filters.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2021 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
import json
import inspect