summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-11-14 16:36:18 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2016-11-15 10:55:26 +0000
commita347e9fcbc3ca216884f3133267ea0ce4d4d1920 (patch)
tree7293f3e44b3e6f74194700ad5ba7eb72f557174b
parent0f0cb68128ab80e920e072f1866d35c066456934 (diff)
downloadmeta-boot2qt-a347e9fcbc3ca216884f3133267ea0ce4d4d1920.tar.gz
Use correct license header
Change-Id: I46fbf67b54b193b3f033fc49836457d33eb3769c Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
-rw-r--r--conf/distro/include/colibri-imx7.conf35
-rw-r--r--conf/distro/include/tegra-t18x.conf35
2 files changed, 42 insertions, 28 deletions
diff --git a/conf/distro/include/colibri-imx7.conf b/conf/distro/include/colibri-imx7.conf
index 877177e..8b580d4 100644
--- a/conf/distro/include/colibri-imx7.conf
+++ b/conf/distro/include/colibri-imx7.conf
@@ -1,24 +1,31 @@
1############################################################################# 1############################################################################
2## 2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). 3## Copyright (C) 2016 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/
4## 5##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt 6## This file is part of the Boot to Qt meta layer.
6## framework.
7## 7##
8## $QT_BEGIN_LICENSE$ 8## $QT_BEGIN_LICENSE:GPL$
9## Commercial License Usage Only 9## Commercial License Usage
10## Licensees holding valid commercial Qt license agreements with Digia 10## Licensees holding valid commercial Qt licenses may use this file in
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, 11## accordance with the commercial license agreement provided with the
12## may use this file in accordance with the terms contained in said license 12## Software or, alternatively, in accordance with the terms contained in
13## agreement. 13## a written agreement between you and The Qt Company. For licensing terms
14## 14## and conditions see https://www.qt.io/terms-conditions. For further
15## For further information use the contact form at 15## information use the contact form at https://www.qt.io/contact-us.
16## http://www.qt.io/contact-us.
17## 16##
17## GNU General Public License Usage
18## Alternatively, this file may be used under the terms of the GNU
19## General Public License version 3 or (at your option) any later version
20## approved by the KDE Free Qt Foundation. The licenses are as published by
21## the Free Software Foundation and appearing in the file LICENSE.GPL3
22## included in the packaging of this file. Please review the following
23## information to ensure the GNU General Public License requirements will
24## be met: https://www.gnu.org/licenses/gpl-3.0.html.
18## 25##
19## $QT_END_LICENSE$ 26## $QT_END_LICENSE$
20## 27##
21############################################################################# 28############################################################################
22 29
23include conf/distro/include/toradex.inc 30include conf/distro/include/toradex.inc
24 31
diff --git a/conf/distro/include/tegra-t18x.conf b/conf/distro/include/tegra-t18x.conf
index 50ed829..f58474e 100644
--- a/conf/distro/include/tegra-t18x.conf
+++ b/conf/distro/include/tegra-t18x.conf
@@ -1,24 +1,31 @@
1############################################################################# 1############################################################################
2## 2##
3## Copyright (C) 2016 Digia Plc and/or its subsidiary(-ies). 3## Copyright (C) 2016 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/
4## 5##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt 6## This file is part of the Boot to Qt meta layer.
6## framework.
7## 7##
8## $QT_BEGIN_LICENSE$ 8## $QT_BEGIN_LICENSE:GPL$
9## Commercial License Usage Only 9## Commercial License Usage
10## Licensees holding valid commercial Qt license agreements with Digia 10## Licensees holding valid commercial Qt licenses may use this file in
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, 11## accordance with the commercial license agreement provided with the
12## may use this file in accordance with the terms contained in said license 12## Software or, alternatively, in accordance with the terms contained in
13## agreement. 13## a written agreement between you and The Qt Company. For licensing terms
14## 14## and conditions see https://www.qt.io/terms-conditions. For further
15## For further information use the contact form at 15## information use the contact form at https://www.qt.io/contact-us.
16## http://www.qt.io/contact-us.
17## 16##
17## GNU General Public License Usage
18## Alternatively, this file may be used under the terms of the GNU
19## General Public License version 3 or (at your option) any later version
20## approved by the KDE Free Qt Foundation. The licenses are as published by
21## the Free Software Foundation and appearing in the file LICENSE.GPL3
22## included in the packaging of this file. Please review the following
23## information to ensure the GNU General Public License requirements will
24## be met: https://www.gnu.org/licenses/gpl-3.0.html.
18## 25##
19## $QT_END_LICENSE$ 26## $QT_END_LICENSE$
20## 27##
21############################################################################# 28############################################################################
22 29
23include conf/distro/include/tegra.inc 30include conf/distro/include/tegra.inc
24 31