aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2020-06-03 08:57:56 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2020-06-03 09:52:37 +0000
commitf08a39ce135c2c16898a987191a91f95b8bfe522 (patch)
tree5f28d805904f99b271706281be64496e7f58745b
parentca42fcacf8df2ac3a5de8167df697a679ca066d0 (diff)
Add missing lines to license headers
Change-Id: Ic2e24da36e72c94aa3192aabd10858e3a79658ef Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--examples/treeview/customdelegate/CustomTreeView.qml2
-rw-r--r--examples/treeview/customdelegate/main.cpp2
-rw-r--r--examples/treeview/customdelegate/main.qml2
-rw-r--r--examples/treeview/standard/main.cpp2
-rw-r--r--examples/treeview/standard/main.qml2
-rw-r--r--src/TreeView.qml2
-rw-r--r--src/qquicktreemodeladaptor.cpp2
-rw-r--r--src/qquicktreemodeladaptor_p.h2
-rw-r--r--src/qquicktreeview.cpp2
-rw-r--r--src/qquicktreeview_p.h2
-rw-r--r--src/qquicktreeview_p_p.h2
-rw-r--r--src/qquicktreeviewplugin.cpp2
-rw-r--r--tests/auto/tst_treeview.cpp2
13 files changed, 26 insertions, 0 deletions
diff --git a/examples/treeview/customdelegate/CustomTreeView.qml b/examples/treeview/customdelegate/CustomTreeView.qml
index 93223c6..015a18c 100644
--- a/examples/treeview/customdelegate/CustomTreeView.qml
+++ b/examples/treeview/customdelegate/CustomTreeView.qml
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/examples/treeview/customdelegate/main.cpp b/examples/treeview/customdelegate/main.cpp
index bd50dca..e274ad1 100644
--- a/examples/treeview/customdelegate/main.cpp
+++ b/examples/treeview/customdelegate/main.cpp
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/examples/treeview/customdelegate/main.qml b/examples/treeview/customdelegate/main.qml
index c40edd8..8076777 100644
--- a/examples/treeview/customdelegate/main.qml
+++ b/examples/treeview/customdelegate/main.qml
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/examples/treeview/standard/main.cpp b/examples/treeview/standard/main.cpp
index bd50dca..e274ad1 100644
--- a/examples/treeview/standard/main.cpp
+++ b/examples/treeview/standard/main.cpp
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/examples/treeview/standard/main.qml b/examples/treeview/standard/main.qml
index 23bf3d4..51e9689 100644
--- a/examples/treeview/standard/main.qml
+++ b/examples/treeview/standard/main.qml
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/src/TreeView.qml b/src/TreeView.qml
index 20f8ad4..32a6e6d 100644
--- a/src/TreeView.qml
+++ b/src/TreeView.qml
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/src/qquicktreemodeladaptor.cpp b/src/qquicktreemodeladaptor.cpp
index 4745dd5..f2f2f25 100644
--- a/src/qquicktreemodeladaptor.cpp
+++ b/src/qquicktreemodeladaptor.cpp
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/src/qquicktreemodeladaptor_p.h b/src/qquicktreemodeladaptor_p.h
index 9334a7e..bb41216 100644
--- a/src/qquicktreemodeladaptor_p.h
+++ b/src/qquicktreemodeladaptor_p.h
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/src/qquicktreeview.cpp b/src/qquicktreeview.cpp
index 189a7dd..880a8b5 100644
--- a/src/qquicktreeview.cpp
+++ b/src/qquicktreeview.cpp
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/src/qquicktreeview_p.h b/src/qquicktreeview_p.h
index bc8471f..2cf4498 100644
--- a/src/qquicktreeview_p.h
+++ b/src/qquicktreeview_p.h
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/src/qquicktreeview_p_p.h b/src/qquicktreeview_p_p.h
index ad3fcdd..72e5782 100644
--- a/src/qquicktreeview_p_p.h
+++ b/src/qquicktreeview_p_p.h
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/src/qquicktreeviewplugin.cpp b/src/qquicktreeviewplugin.cpp
index 68d8e11..c2e0b35 100644
--- a/src/qquicktreeviewplugin.cpp
+++ b/src/qquicktreeviewplugin.cpp
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/tests/auto/tst_treeview.cpp b/tests/auto/tst_treeview.cpp
index 59c46f7..b2283e2 100644
--- a/tests/auto/tst_treeview.cpp
+++ b/tests/auto/tst_treeview.cpp
@@ -3,6 +3,8 @@
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
+** This file is part of TreeView.
+**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in