summaryrefslogtreecommitdiffstats
path: root/src/tools/qlalr/cppgenerator.cpp
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2025-01-03 08:37:18 +0200
committerTarja Sundqvist <tarja.sundqvist@qt.io>2025-01-03 18:04:11 +0200
commit8ff0b254e4c3db81254782262d827f7831d15f6b (patch)
tree6e1f8761c9ef41c17f5dfd7c280fde52156d226c /src/tools/qlalr/cppgenerator.cpp
parent914d3d0bcb649d27950678f2e447d372e1f78d21 (diff)
Revert "Update commercial SPDX-License-Identifier"v6.5.4-lts-lgpl
This reverts commit ffb7d2e3205cc75337ba9ed93d12222e27c3abc1. Revert of commercial SPDX license identifiers is required for the Qt 6.5.x opensource releases, Qt 6.5.4 onwards. Change-Id: Id817f759f883f3aff0e3fdbde81e7982e8564b0e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/tools/qlalr/cppgenerator.cpp')
-rw-r--r--src/tools/qlalr/cppgenerator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qlalr/cppgenerator.cpp b/src/tools/qlalr/cppgenerator.cpp
index 6fb4ac6090f..3c4264737e8 100644
--- a/src/tools/qlalr/cppgenerator.cpp
+++ b/src/tools/qlalr/cppgenerator.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include "cppgenerator.h"
@@ -44,7 +44,7 @@ QString CppGenerator::copyrightHeader() const
{
return
"// " QT_COPYRIGHT "\n"
- "// SPDX-License-Identifier: LicenseRef-Qt-Commercial\n"
+ "// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0\n"
"\n"_L1;
}