aboutsummaryrefslogtreecommitdiffstats
path: root/src/ivicore/queryparser/qiviqueryparser.l
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-06-01 15:52:17 +0200
committerDominik Holland <dominik.holland@qt.io>2021-06-02 21:18:00 +0200
commitef492e0bda44ab6de8fc29f1512424665ad3799e (patch)
treee9df1b05d996f709c38a3a58e1104c8716c84c49 /src/ivicore/queryparser/qiviqueryparser.l
parent1aba8f8a4a2e91d4b3452eb450d864f2acf62f64 (diff)
Update copyright headers to 2021
Also removed all the SPDX tags and -QTAS license extensions. Change-Id: I06802ea7b48ad749db3a696e9ec598b4aec6892c Reviewed-by: Robert Griebl <robert.griebl@qt.io>
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!