summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmlambienttemperaturesensor.cpp
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2021-01-26 10:19:19 +0200
committerTarja Sundqvist <tarja.sundqvist@qt.io>2021-01-28 08:09:04 +0200
commitb85e041d265730bed57fa13984c074ccf0c5ebe6 (patch)
tree4f17b1ec0dcb6410c8ceb8b248d02ce1888d17cd /src/imports/sensors/qmlambienttemperaturesensor.cpp
parentedf82b1d6dc7572da93bbdcd5b4ce46fa1dab2ad (diff)
Update commercial license headers
Updated header.COMM to the files in tqtc-qtsensors. Examples, tests or documentation files are not updated. The commercial license header may contain some additional lines so that its line count equals with the earlier license header. Reason for this is that some autotests use hard coded line numbers and a change in the line count causes failures in tests. Task-number: QTQAINFRA-4213 Change-Id: I0fb0c2dbfe22d2df2f55eaeb5e1cdbddb98afa71 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'src/imports/sensors/qmlambienttemperaturesensor.cpp')
-rw-r--r--src/imports/sensors/qmlambienttemperaturesensor.cpp40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/imports/sensors/qmlambienttemperaturesensor.cpp b/src/imports/sensors/qmlambienttemperaturesensor.cpp
index 1958f6d8..9eab4517 100644
--- a/src/imports/sensors/qmlambienttemperaturesensor.cpp
+++ b/src/imports/sensors/qmlambienttemperaturesensor.cpp
@@ -5,7 +5,8 @@
**
** This file is part of the QtSensors module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:COMM$
+**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -14,27 +15,26 @@
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 3 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPL3 included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 3 requirements
-** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 2.0 or (at your option) the GNU General
-** Public license version 3 or any later version approved by the KDE Free
-** Qt Foundation. The licenses are as published by the Free Software
-** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-2.0.html and
-** https://www.gnu.org/licenses/gpl-3.0.html.
-**
** $QT_END_LICENSE$
**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
+**
****************************************************************************/
#include "qmlambienttemperaturesensor.h"
#include <QtSensors/QAmbientTemperatureSensor>