diff options
author | Kai Koehne <[email protected]> | 2017-09-28 16:38:30 +0200 |
---|---|---|
committer | Kai Koehne <[email protected]> | 2017-10-18 07:01:19 +0000 |
commit | 296810ea4bb4f734881a517eb101e5b948c1905b (patch) | |
tree | c2804335d25f3dbde3bda78ce0f874cebf3ea9d4 /examples/quickcontrols/controls/touch/src | |
parent | 2430cc139437dac021b6028d8ba8799c50bd0e6c (diff) |
Fix outdated FDL license header
Change-Id: I03c222a72490959d55b3077a6282553a4bfcf7d2
Reviewed-by: Jani Heikkinen <[email protected]>
Diffstat (limited to 'examples/quickcontrols/controls/touch/src')
-rw-r--r-- | examples/quickcontrols/controls/touch/src/main.cpp | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/examples/quickcontrols/controls/touch/src/main.cpp b/examples/quickcontrols/controls/touch/src/main.cpp index e66387f7b..be01f2873 100644 --- a/examples/quickcontrols/controls/touch/src/main.cpp +++ b/examples/quickcontrols/controls/touch/src/main.cpp @@ -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 |