diff options
author | Mitch Curtis <[email protected]> | 2022-02-17 08:43:09 +0800 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2022-02-17 14:23:16 +0800 |
commit | 4df79aa9dbb0b750b9b60f145e39321f48294422 (patch) | |
tree | 4eb94c448003c5b640a4ad5afb2d56ff6688052e | |
parent | cccca1ec0ef17eb76f645023cbf6531ab6f17076 (diff) |
Fix copyright header of Calendar QML types
They're in Qt Quick Controls 2, not Qt Quick Templates 2.
Change-Id: I6199c695eadb5424885a6f0e1a25e584de4178a7
Pick-to: 6.3
Reviewed-by: Shawn Rutledge <[email protected]>
-rw-r--r-- | src/quickcontrols2/basic/DayOfWeekRow.qml | 4 | ||||
-rw-r--r-- | src/quickcontrols2/basic/MonthGrid.qml | 4 | ||||
-rw-r--r-- | src/quickcontrols2/basic/WeekNumberColumn.qml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/quickcontrols2/basic/DayOfWeekRow.qml b/src/quickcontrols2/basic/DayOfWeekRow.qml index 203fa5900c..9e555699df 100644 --- a/src/quickcontrols2/basic/DayOfWeekRow.qml +++ b/src/quickcontrols2/basic/DayOfWeekRow.qml @@ -1,9 +1,9 @@ /**************************************************************************** ** -** Copyright (C) 2021 The Qt Company Ltd. +** Copyright (C) 2022 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** -** This file is part of the Qt Quick Templates 2 module of the Qt Toolkit. +** This file is part of the Qt Quick Controls 2 module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage diff --git a/src/quickcontrols2/basic/MonthGrid.qml b/src/quickcontrols2/basic/MonthGrid.qml index 797a52b8a0..a77dcd655a 100644 --- a/src/quickcontrols2/basic/MonthGrid.qml +++ b/src/quickcontrols2/basic/MonthGrid.qml @@ -1,9 +1,9 @@ /**************************************************************************** ** -** Copyright (C) 2021 The Qt Company Ltd. +** Copyright (C) 2022 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** -** This file is part of the Qt Quick Templates 2 module of the Qt Toolkit. +** This file is part of the Qt Quick Controls 2 module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage diff --git a/src/quickcontrols2/basic/WeekNumberColumn.qml b/src/quickcontrols2/basic/WeekNumberColumn.qml index fb0d0b4591..f8e3900685 100644 --- a/src/quickcontrols2/basic/WeekNumberColumn.qml +++ b/src/quickcontrols2/basic/WeekNumberColumn.qml @@ -1,9 +1,9 @@ /**************************************************************************** ** -** Copyright (C) 2021 The Qt Company Ltd. +** Copyright (C) 2022 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** -** This file is part of the Qt Quick Templates 2 module of the Qt Toolkit. +** This file is part of the Qt Quick Controls 2 module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage |