aboutsummaryrefslogtreecommitdiffstats
path: root/src/ivicore/queryparser/qiviqueryparser.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivicore/queryparser/qiviqueryparser.l')
-rw-r--r--src/ivicore/queryparser/qiviqueryparser.l17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/ivicore/queryparser/qiviqueryparser.l b/src/ivicore/queryparser/qiviqueryparser.l
index 234c8a1..3916ec6 100644
--- a/src/ivicore/queryparser/qiviqueryparser.l
+++ b/src/ivicore/queryparser/qiviqueryparser.l
@@ -1,5 +1,6 @@
%option noyywrap
+** Copyright (C) 2021 The Qt Company Ltd.
%option yylineno
/* New lines needed to workaround the sanitize script to not handle this as a autogenerated file */
@@ -16,14 +17,14 @@
**
** This file is part of the QtIvi module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL-QTAS$
+** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
-** Licensees holding valid commercial Qt Automotive Suite licenses may use
-** this file in accordance with the commercial license agreement provided
-** with the Software or, alternatively, in accordance with the terms
-** contained in a written agreement between you and The Qt Company. For
-** licensing terms and conditions see https://www.qt.io/terms-conditions.
-** For further information use the contact form at https://www.qt.io/contact-us.
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
@@ -46,8 +47,6 @@
**
** $QT_END_LICENSE$
**
-** SPDX-License-Identifier: LGPL-3.0
-**
****************************************************************************/
// This file was generated by flex - DO NOT EDIT!