summaryrefslogtreecommitdiff
path: root/src/controls/TreeView.qml
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-02-17 15:45:30 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-02-17 14:50:47 +0000
commitb522189aabe58b02b63f5eb28880a50d4f69dc44 (patch)
tree7d9166c037fc8c86d107c48983a21dfba965fbe0 /src/controls/TreeView.qml
parent4d40351035d744a6021a7930cd46fe021474ba1d (diff)
downloadqtquickcontrols-b522189aabe58b02b63f5eb28880a50d4f69dc44.tar.gz
Fix LGPL3 license header
Change-Id: I1288f3b73f72c24bd3c4fa199dd7ee92629bd4d6 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/controls/TreeView.qml')
-rw-r--r--src/controls/TreeView.qml20
1 files changed, 14 insertions, 6 deletions
diff --git a/src/controls/TreeView.qml b/src/controls/TreeView.qml
index 87260072..2d158954 100644
--- a/src/controls/TreeView.qml
+++ b/src/controls/TreeView.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
+** Copyright (C) 2015 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Quick Controls module of the Qt Toolkit.
**
@@ -10,18 +10,26 @@
** 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. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
+** 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.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 3 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPLv3 included in the
-** packaging of this file. Please review the following information to
+** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 3 requirements
** will be met: https://www.gnu.org/licenses/lgpl.html.
**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 2.0 or later as published by the Free
+** Software Foundation and appearing in the file LICENSE.GPL included in
+** the packaging of this file. Please review the following information to
+** ensure the GNU General Public License version 2.0 requirements will be
+** met: http://www.gnu.org/licenses/gpl-2.0.html.
+**
** $QT_END_LICENSE$
**
****************************************************************************/