diff options
author | Antti Kokko <antti.kokko@theqtcompany.com> | 2016-06-09 11:26:47 +0300 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2016-06-10 14:46:48 +0000 |
commit | 4c1d5c04162752fc6aea40e80a8b5e423b2a43eb (patch) | |
tree | d40f4f2bfcbafd6eaada60dee559bdace13de3e1 /src/qtpaths | |
parent | 8df59ca0072106d6473b7dad544bd80cc45fda85 (diff) | |
download | qttools-4c1d5c04162752fc6aea40e80a8b5e423b2a43eb.tar.gz |
Updated BSD license.
Change-Id: Ie2521f94a2e8ed423f989e902e5eb88512814f71
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'src/qtpaths')
-rw-r--r-- | src/qtpaths/qtpaths.cpp | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/qtpaths/qtpaths.cpp b/src/qtpaths/qtpaths.cpp index 97f613a23..37bdcf465 100644 --- a/src/qtpaths/qtpaths.cpp +++ b/src/qtpaths/qtpaths.cpp @@ -1,12 +1,22 @@ /**************************************************************************** * * - ** Copyright (C) 2013 Sune Vuorela <sune@kde.org> + ** Copyright (C) 2016 Sune Vuorela <sune@kde.org> ** Contact: http://www.qt-project.org/ ** ** This file is part of the tools applications 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 |