summaryrefslogtreecommitdiffstats
path: root/scripts/configure-qtcreator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/configure-qtcreator.sh')
-rwxr-xr-xscripts/configure-qtcreator.sh27
1 files changed, 13 insertions, 14 deletions
diff --git a/scripts/configure-qtcreator.sh b/scripts/configure-qtcreator.sh
index 526d86f..1044d2a 100755
--- a/scripts/configure-qtcreator.sh
+++ b/scripts/configure-qtcreator.sh
@@ -1,25 +1,24 @@
1#!/bin/bash 1#!/bin/bash
2############################################################################# 2##############################################################################
3## 3##
4## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). 4## Copyright (C) 2016 The Qt Company Ltd.
5## Contact: http://www.qt.io/licensing/
5## 6##
6## This file is part of the Qt Enterprise Embedded Scripts of the Qt 7## This file is part of the Boot to Qt meta layer.
7## framework.
8## 8##
9## $QT_BEGIN_LICENSE$ 9## $QT_BEGIN_LICENSE:COMM$
10## Commercial License Usage Only
11## Licensees holding valid commercial Qt license agreements with Digia
12## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
13## may use this file in accordance with the terms contained in said license
14## agreement.
15##
16## For further information use the contact form at
17## http://www.qt.io/contact-us.
18## 10##
11## Commercial License Usage
12## Licensees holding valid commercial Qt licenses may use this file in
13## accordance with the commercial license agreement provided with the
14## Software or, alternatively, in accordance with the terms contained in
15## a written agreement between you and The Qt Company. For licensing terms
16## and conditions see http://www.qt.io/terms-conditions. For further
17## information use the contact form at http://www.qt.io/contact-us.
19## 18##
20## $QT_END_LICENSE$ 19## $QT_END_LICENSE$
21## 20##
22############################################################################# 21##############################################################################
23 22
24set -e 23set -e
25 24