summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/data/abstractitemmodelhandler_p.h
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2022-10-21 07:37:40 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2022-11-24 14:33:39 +0300
commit2d3d99979f2578dc4911747d47d27059d4dc6346 (patch)
treed41f7163c61128387c009ed55f89ea4355642593 /src/datavisualization/data/abstractitemmodelhandler_p.h
parenta9e83af2e8f6e1aeced92f265eb68d0d087303ad (diff)
Revert "Update commercial license headers"
This reverts commit 1fc533376ff488371a58864a7863b6a83869eea1. Revert of commercial license headers is required for the Qt 6.2.x opensource releases, Qt 6.2.5 onwards. Task-number: QTBUG-107760 Change-Id: I2240ea52828f6ec670234884f9dd9f46f76b8bf0 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/datavisualization/data/abstractitemmodelhandler_p.h')
-rw-r--r--src/datavisualization/data/abstractitemmodelhandler_p.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/datavisualization/data/abstractitemmodelhandler_p.h b/src/datavisualization/data/abstractitemmodelhandler_p.h
index 27ef2935..fb215244 100644
--- a/src/datavisualization/data/abstractitemmodelhandler_p.h
+++ b/src/datavisualization/data/abstractitemmodelhandler_p.h
@@ -1,12 +1,11 @@
/****************************************************************************
**
-** Copyright (C) 2022 The Qt Company Ltd.
+** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Data Visualization module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:COMM$
-**
+** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -15,17 +14,18 @@
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
-** $QT_END_LICENSE$
-**
-**
-**
-**
-**
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 3 or (at your option) any later version
+** approved by the KDE Free Qt Foundation. The licenses are as published by
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
+** included in the packaging of this file. Please review the following
+** information to ensure the GNU General Public License requirements will
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
+** $QT_END_LICENSE$
**
-******************************************************************************/
+****************************************************************************/
//
// W A R N I N G