Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.5.8, 6.6.3
-
None
-
086ee38bf (dev), 36e3f037d (6.7), 3ed6f0897 (6.6), e7ca24b7b (dev), e2fe8633e (dev), 68eb47849 (6.7), 86b27f612 (6.6), 705fc3c0e (6.7), 68bbeb0c5 (6.6)
Description
Files in qtdeclarative/src/3rdparty/masm still use the legacy QT_BEGIN_LICENSE, QT_END_LICENSE header:
$ git grep QT_BEGIN_LICENSE src/3rdparty/masm/WeakRandom.h:** $QT_BEGIN_LICENSE:LGPL$ ...
THey should be converted to a matching
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
Similar thing applies to following files
qtscxml/tests/3rdparty/gen-scion-tests.py:# $QT_BEGIN_LICENSE:GPL-EXCEPT$ qtvirtualkeyboard/src/plugins/pinyin/3rdparty/pinyin/update-patches.sh:## $QT_BEGIN_LICENSE:GPL$
Attachments
Issue Links
- resulted from
-
QTBUG-67283 Use SPDX-License-Identifier: XXX in source files
-
- Closed
-