diff options
| author | Lucie Gérard <lucie.gerard@qt.io> | 2025-03-05 15:58:27 +0100 |
|---|---|---|
| committer | Lucie Gérard <lucie.gerard@qt.io> | 2025-03-20 16:57:04 +0100 |
| commit | 977b1ad1ce0a7d6b798a5f8df05dce1d185b382e (patch) | |
| tree | 18fc9d6953621b9cd3a3fe68fad919c620475741 /src/tools/ifcodegen/relaxfreeze.py | |
| parent | 4af592ab45c9155d967c857feb9f7832363f7bc6 (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/tools/ifcodegen/relaxfreeze.py')
| -rwxr-xr-x | src/tools/ifcodegen/relaxfreeze.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ifcodegen/relaxfreeze.py b/src/tools/ifcodegen/relaxfreeze.py index 7bba275c..70693315 100755 --- a/src/tools/ifcodegen/relaxfreeze.py +++ b/src/tools/ifcodegen/relaxfreeze.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Copyright (C) 2024 The Qt Company Ltd., -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 """Make relaxed requirements out of frozen requirements and constraints.""" import argparse |
