summaryrefslogtreecommitdiffstats
path: root/src/tools/qlalr/examples/glsl/glsl-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qlalr/examples/glsl/glsl-lex.l')
-rw-r--r--src/tools/qlalr/examples/glsl/glsl-lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qlalr/examples/glsl/glsl-lex.l b/src/tools/qlalr/examples/glsl/glsl-lex.l
index 505e1c14e0..f3f9bb4f50 100644
--- a/src/tools/qlalr/examples/glsl/glsl-lex.l
+++ b/src/tools/qlalr/examples/glsl/glsl-lex.l
@@ -1,5 +1,5 @@
// Copyright (C) 2016 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
#include <cassert>
#define YY_DECL int GLSLParser::nextToken()