diff options
author | Liang Qi <[email protected]> | 2017-10-30 08:46:35 +0100 |
---|---|---|
committer | Liang Qi <[email protected]> | 2017-10-30 09:51:21 +0100 |
commit | ff13c5b8576c3c8b6b376291466daab5e597509a (patch) | |
tree | e79cdb55046bf6ca8c77487efdd4ca5b85b187ec /examples/webview/minibrowser/main.qml | |
parent | 7e71daf48c2ee3c3518cbfe6103d212772ccf414 (diff) | |
parent | 71932e381ee12528f6516f61c5467f322d8ee903 (diff) |
Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4
Conflicts:
.qmake.conf
Change-Id: I417d10ac2bbd1da3e06946c3781b942548cfafbe
Diffstat (limited to 'examples/webview/minibrowser/main.qml')
-rw-r--r-- | examples/webview/minibrowser/main.qml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/examples/webview/minibrowser/main.qml b/examples/webview/minibrowser/main.qml index 1697af2..30d94a6 100644 --- a/examples/webview/minibrowser/main.qml +++ b/examples/webview/minibrowser/main.qml @@ -1,12 +1,22 @@ /**************************************************************************** ** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Copyright (C) 2017 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ -** You may use this file under the terms of the BSD license as follows: +** Commercial License Usage +** 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 The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** BSD License Usage +** Alternatively, you may use this file under the terms of the BSD license +** as follows: ** ** "Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are |