diff options
author | Jani Heikkinen <jani.heikkinen@qt.io> | 2020-10-09 08:04:36 +0300 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2020-10-22 15:09:36 +0300 |
commit | 760cd6e3ab4b7965fb1f63f5595addcf283ad875 (patch) | |
tree | 505fdced1df4e46ff15c5e8573082e85601cecd8 /examples/treeview/customdelegate | |
parent | c0cef7dad03aed569b427e86cde26ff28a9b92a5 (diff) |
Update correct marketplace license header
Use header.GPL3-MARKETPLACE-QT which must be used in marketplace
components
Change-Id: Idf5bb061b0724f4bc0f691586eb74e839fe0ad37
Reviewed-by: Tino Pyssysalo <tino.pyssysalo@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'examples/treeview/customdelegate')
-rw-r--r-- | examples/treeview/customdelegate/CustomTreeView.qml | 19 | ||||
-rw-r--r-- | examples/treeview/customdelegate/main.cpp | 19 | ||||
-rw-r--r-- | examples/treeview/customdelegate/main.qml | 19 |
3 files changed, 33 insertions, 24 deletions
diff --git a/examples/treeview/customdelegate/CustomTreeView.qml b/examples/treeview/customdelegate/CustomTreeView.qml index 015a18c..6e4a65d 100644 --- a/examples/treeview/customdelegate/CustomTreeView.qml +++ b/examples/treeview/customdelegate/CustomTreeView.qml @@ -5,14 +5,17 @@ ** ** This file is part of TreeView. ** -** $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 -** 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. +** $QT_BEGIN_LICENSE:GPL-MARKETPLACE-QT$ +** +** Marketplace License Usage +** Users, who have licensed the Software under the Qt Marketplace license +** agreement, may use this file in accordance with the Qt Marketplace license +** agreement provided with the Software or, alternatively, in accordance with +** the terms contained in a written agreement between the licensee and The Qt +** Company. For licensing terms and conditions see +** https://www.qt.io/terms-conditions/#marketplace and +** https://www.qt.io/terms-conditions. For further information use the contact +** form at https://www.qt.io/contact-us. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU diff --git a/examples/treeview/customdelegate/main.cpp b/examples/treeview/customdelegate/main.cpp index e274ad1..162312d 100644 --- a/examples/treeview/customdelegate/main.cpp +++ b/examples/treeview/customdelegate/main.cpp @@ -5,14 +5,17 @@ ** ** This file is part of TreeView. ** -** $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 -** 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. +** $QT_BEGIN_LICENSE:GPL-MARKETPLACE-QT$ +** +** Marketplace License Usage +** Users, who have licensed the Software under the Qt Marketplace license +** agreement, may use this file in accordance with the Qt Marketplace license +** agreement provided with the Software or, alternatively, in accordance with +** the terms contained in a written agreement between the licensee and The Qt +** Company. For licensing terms and conditions see +** https://www.qt.io/terms-conditions/#marketplace and +** https://www.qt.io/terms-conditions. For further information use the contact +** form at https://www.qt.io/contact-us. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU diff --git a/examples/treeview/customdelegate/main.qml b/examples/treeview/customdelegate/main.qml index 8076777..093590d 100644 --- a/examples/treeview/customdelegate/main.qml +++ b/examples/treeview/customdelegate/main.qml @@ -5,14 +5,17 @@ ** ** This file is part of TreeView. ** -** $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 -** 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. +** $QT_BEGIN_LICENSE:GPL-MARKETPLACE-QT$ +** +** Marketplace License Usage +** Users, who have licensed the Software under the Qt Marketplace license +** agreement, may use this file in accordance with the Qt Marketplace license +** agreement provided with the Software or, alternatively, in accordance with +** the terms contained in a written agreement between the licensee and The Qt +** Company. For licensing terms and conditions see +** https://www.qt.io/terms-conditions/#marketplace and +** https://www.qt.io/terms-conditions. For further information use the contact +** form at https://www.qt.io/contact-us. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU |