summaryrefslogtreecommitdiffstats
path: root/screenshot
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 /screenshot
parent962999f03bb82ab256211e1a187751a618d776cf (diff)
Update license headers
Change-Id: I1f006eeed2158b99b3757a9ff0eac1d43c724479 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'screenshot')
-rw-r--r--screenshot/Button.qml25
-rw-r--r--screenshot/Main.qml25
-rw-r--r--screenshot/plugin/plugin.cpp25
3 files changed, 42 insertions, 33 deletions
diff --git a/screenshot/Button.qml b/screenshot/Button.qml
index 60b0c09..0c40a3b 100644
--- a/screenshot/Button.qml
+++ b/screenshot/Button.qml
@@ -1,20 +1,23 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 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.0
Rectangle {
diff --git a/screenshot/Main.qml b/screenshot/Main.qml
index 5849f17..fab236a 100644
--- a/screenshot/Main.qml
+++ b/screenshot/Main.qml
@@ -1,20 +1,23 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 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.0
import Qt.labs.screenshot 1.0
diff --git a/screenshot/plugin/plugin.cpp b/screenshot/plugin/plugin.cpp
index 57f9b8b..705d7a3 100644
--- a/screenshot/plugin/plugin.cpp
+++ b/screenshot/plugin/plugin.cpp
@@ -1,20 +1,23 @@
-/****************************************************************************
+/******************************************************************************
**
-** Copyright (C) 2014 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$
**
-****************************************************************************/
+******************************************************************************/
#include <QtQml/QQmlExtensionPlugin>
#include <QtQuick/QQuickItem>