aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2022-08-30 09:35:19 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-30 22:48:49 +0000
commit8962dce6019b2611ecf4d8b120390469cb2e47e8 (patch)
tree1922666ab9ed15aadbe43af7a83acbd5c71ecb43 /src
parent422c6a23ad85d76efa1e8ddee658759cda44672f (diff)
TreeViewDelegate: fix license headers
Change-Id: I8e71c13871086c5338a138a9e5d626ca458eb12f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit cb5a7529ca9cc86d28e3d2804d5a3766999c6568) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/quickcontrols2/basic/TreeViewDelegate.qml2
-rw-r--r--src/quickcontrols2/ios/TreeViewDelegate.qml2
-rw-r--r--src/quickcontrols2/macos/TreeViewDelegate.qml2
-rw-r--r--src/quicknativestyle/controls/DefaultTreeViewDelegate.qml2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/quickcontrols2/basic/TreeViewDelegate.qml b/src/quickcontrols2/basic/TreeViewDelegate.qml
index 9f6eecd62b..7359c2daa5 100644
--- a/src/quickcontrols2/basic/TreeViewDelegate.qml
+++ b/src/quickcontrols2/basic/TreeViewDelegate.qml
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 The Qt Company Lt.
+// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
import QtQuick
diff --git a/src/quickcontrols2/ios/TreeViewDelegate.qml b/src/quickcontrols2/ios/TreeViewDelegate.qml
index 7f7099ecfb..d30ea4d041 100644
--- a/src/quickcontrols2/ios/TreeViewDelegate.qml
+++ b/src/quickcontrols2/ios/TreeViewDelegate.qml
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 The Qt Company Lt.
+// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
import QtQuick
diff --git a/src/quickcontrols2/macos/TreeViewDelegate.qml b/src/quickcontrols2/macos/TreeViewDelegate.qml
index c357f97a89..43930cc7a9 100644
--- a/src/quickcontrols2/macos/TreeViewDelegate.qml
+++ b/src/quickcontrols2/macos/TreeViewDelegate.qml
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 The Qt Company Lt.
+// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
import QtQuick
diff --git a/src/quicknativestyle/controls/DefaultTreeViewDelegate.qml b/src/quicknativestyle/controls/DefaultTreeViewDelegate.qml
index a55e56d911..57e51d9639 100644
--- a/src/quicknativestyle/controls/DefaultTreeViewDelegate.qml
+++ b/src/quicknativestyle/controls/DefaultTreeViewDelegate.qml
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 The Qt Company Lt.
+// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
import QtQuick