From 8962dce6019b2611ecf4d8b120390469cb2e47e8 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Tue, 30 Aug 2022 09:35:19 +0200 Subject: TreeViewDelegate: fix license headers Change-Id: I8e71c13871086c5338a138a9e5d626ca458eb12f Reviewed-by: Mitch Curtis (cherry picked from commit cb5a7529ca9cc86d28e3d2804d5a3766999c6568) Reviewed-by: Qt Cherry-pick Bot --- src/quickcontrols2/basic/TreeViewDelegate.qml | 2 +- src/quickcontrols2/ios/TreeViewDelegate.qml | 2 +- src/quickcontrols2/macos/TreeViewDelegate.qml | 2 +- src/quicknativestyle/controls/DefaultTreeViewDelegate.qml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3