diff options
author | Kai Koehne <kai.koehne@qt.io> | 2017-09-14 15:10:30 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2017-09-20 06:32:15 +0000 |
commit | a273db66e0833f145cb564abbb24dafb8ae13c67 (patch) | |
tree | 824102bd074e630513553ba4c99d65d7efb51527 /examples/webenginewidgets/simplebrowser/browserwindow.cpp | |
parent | 686e0c37d13a39935c5296b5c36151926fec072f (diff) | |
download | qtwebengine-a273db66e0833f145cb564abbb24dafb8ae13c67.tar.gz |
Fix license header for examples
Task-number: QTBUG-60006
Change-Id: Ie1604aed3d5a9ba566e898eae232227ba340bfaa
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples/webenginewidgets/simplebrowser/browserwindow.cpp')
-rw-r--r-- | examples/webenginewidgets/simplebrowser/browserwindow.cpp | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/examples/webenginewidgets/simplebrowser/browserwindow.cpp b/examples/webenginewidgets/simplebrowser/browserwindow.cpp index 121588e2c..e114ae0f3 100644 --- a/examples/webenginewidgets/simplebrowser/browserwindow.cpp +++ b/examples/webenginewidgets/simplebrowser/browserwindow.cpp @@ -1,12 +1,22 @@ /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** 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 |