aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2022-02-17 08:43:09 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-17 10:42:45 +0000
commit7d54b61ab1ab61662738ab109ed2f44cf533779b (patch)
tree2c4aecbb253c0e725748aa4fd2c9252d33c6bc57
parentf736950f90322d545811c6cacb832d66970b0579 (diff)
Fix copyright header of Calendar QML types
They're in Qt Quick Controls 2, not Qt Quick Templates 2. Change-Id: I6199c695eadb5424885a6f0e1a25e584de4178a7 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 4df79aa9dbb0b750b9b60f145e39321f48294422) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quickcontrols2/basic/DayOfWeekRow.qml4
-rw-r--r--src/quickcontrols2/basic/MonthGrid.qml4
-rw-r--r--src/quickcontrols2/basic/WeekNumberColumn.qml4
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