summaryrefslogtreecommitdiffstats
path: root/screenshot
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-11-22 11:43:09 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2013-12-03 09:32:01 +0200
commitd749c0eff3bbd79af35de011408a4d94861915fd (patch)
tree1b2267e70ab9608dbd0cb065f74bc2c37986cc81 /screenshot
parent615cd558d418536f26fc3fa5537ca022b1ea8e01 (diff)
Add license headers
Add license headers to source files: - Enterprise License for the launcher source - BSD License to QML applications under /test Change-Id: I6a9d727ffc7b729ded28cf80047d28b07963a22a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'screenshot')
-rw-r--r--screenshot/Button.qml17
-rw-r--r--screenshot/Main.qml17
-rw-r--r--screenshot/plugin/plugin.cpp17
3 files changed, 51 insertions, 0 deletions
diff --git a/screenshot/Button.qml b/screenshot/Button.qml
index 0e086a1..c1dbdc5 100644
--- a/screenshot/Button.qml
+++ b/screenshot/Button.qml
@@ -1,3 +1,20 @@
+/****************************************************************************
+**
+** Copyright (C) 2013 Digia Plc
+** All rights reserved.
+** For any questions to Digia, please use contact form at http://qt.digia.com
+**
+** This file is part of Qt Enterprise Embedded.
+**
+** Licensees holding valid Qt Enterprise licenses may use this file in
+** accordance with the Qt Enterprise License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia.
+**
+** If you have questions regarding the use of this file, please use
+** contact form at http://qt.digia.com
+**
+****************************************************************************/
import QtQuick 2.0
Rectangle {
diff --git a/screenshot/Main.qml b/screenshot/Main.qml
index 8c35868..002d525 100644
--- a/screenshot/Main.qml
+++ b/screenshot/Main.qml
@@ -1,3 +1,20 @@
+/****************************************************************************
+**
+** Copyright (C) 2013 Digia Plc
+** All rights reserved.
+** For any questions to Digia, please use contact form at http://qt.digia.com
+**
+** This file is part of Qt Enterprise Embedded.
+**
+** Licensees holding valid Qt Enterprise licenses may use this file in
+** accordance with the Qt Enterprise License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia.
+**
+** If you have questions regarding the use of this file, please use
+** contact form at http://qt.digia.com
+**
+****************************************************************************/
import QtQuick 2.0
import Qt.labs.screenshot 1.0
diff --git a/screenshot/plugin/plugin.cpp b/screenshot/plugin/plugin.cpp
index a06910f..4448325 100644
--- a/screenshot/plugin/plugin.cpp
+++ b/screenshot/plugin/plugin.cpp
@@ -1,3 +1,20 @@
+/****************************************************************************
+**
+** Copyright (C) 2013 Digia Plc
+** All rights reserved.
+** For any questions to Digia, please use contact form at http://qt.digia.com
+**
+** This file is part of Qt Enterprise Embedded.
+**
+** Licensees holding valid Qt Enterprise licenses may use this file in
+** accordance with the Qt Enterprise License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia.
+**
+** If you have questions regarding the use of this file, please use
+** contact form at http://qt.digia.com
+**
+****************************************************************************/
#include <QtQml/QQmlExtensionPlugin>
#include <QtQuick/QQuickItem>