summaryrefslogtreecommitdiffstats
path: root/qml/BusyIndicator.qml
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-04-26 13:54:57 +0200
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-05-03 12:30:50 +0000
commitba122fc86d09ea61b41b449860a1fe4c8470a079 (patch)
treeb193a1df68f922ac36d3026b24f687977d9d3550 /qml/BusyIndicator.qml
parent962999f03bb82ab256211e1a187751a618d776cf (diff)
Update license headers
Change-Id: I1f006eeed2158b99b3757a9ff0eac1d43c724479 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'qml/BusyIndicator.qml')
-rw-r--r--qml/BusyIndicator.qml25
1 files changed, 14 insertions, 11 deletions
diff --git a/qml/BusyIndicator.qml b/qml/BusyIndicator.qml
index ba0c339..5e23fcf 100644
--- a/qml/BusyIndicator.qml
+++ b/qml/BusyIndicator.qml
@@ -1,20 +1,23 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2015 Digia Plc
-** All rights reserved.
-** For any questions to Digia, please use contact form at http://www.qt.io
+** Copyright (C) 2016 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
**
-** This file is part of Qt Enterprise Embedded.
+** This file is part of Qt for Device Creation.
**
-** Licensees holding valid Qt Enterprise licenses may use this file in
-** accordance with the Qt Enterprise License Agreement provided with the
+** $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
** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/contact-us.
**
-** If you have questions regarding the use of this file, please use
-** contact form at http://www.qt.io
+** $QT_END_LICENSE$
**
-****************************************************************************/
+******************************************************************************/
import QtQuick 2.4
Image {