diff options
author | Antti Kokko <antti.kokko@theqtcompany.com> | 2016-02-04 08:49:07 +0200 |
---|---|---|
committer | Antti Kokko <antti.kokko@theqtcompany.com> | 2016-02-04 13:51:12 +0000 |
commit | 114bf810f91a072d351e6b75f283dfc01f88829a (patch) | |
tree | 167d94129a13bc1acc03b6c3337f062f24e01bdb /tests/manual/baselines | |
parent | 3047a307215472833c23b2b16160def3f9db42d6 (diff) | |
download | qtquickcontrols-114bf810f91a072d351e6b75f283dfc01f88829a.tar.gz |
Unify license header usage
Updated BSD license headers
Change-Id: I73d67dbc6dbbe7c58d2b9c301b46fb6163243095
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'tests/manual/baselines')
-rw-r--r-- | tests/manual/baselines/main.qml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/tests/manual/baselines/main.qml b/tests/manual/baselines/main.qml index 39d89c9f..137837dd 100644 --- a/tests/manual/baselines/main.qml +++ b/tests/manual/baselines/main.qml @@ -1,12 +1,22 @@ /**************************************************************************** ** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the test suite 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 |