diff options
author | Akseli Salovaara <akseli.salovaara@theqtcompany.com> | 2015-03-25 16:26:20 +0200 |
---|---|---|
committer | Akseli Salovaara <akseli.salovaara@theqtcompany.com> | 2015-03-31 13:43:03 +0000 |
commit | 716fbaef34386c8b05d7d63894a5bc116ddd1b6c (patch) | |
tree | 2bcab232ff51a43be8ca11408203d294278ad75e /src/script/api/qscriptclasspropertyiterator.cpp | |
parent | efce5d8361af41bf60dd16ce5aec65fe2fd84f88 (diff) | |
download | qt4-tools-716fbaef34386c8b05d7d63894a5bc116ddd1b6c.tar.gz |
Update copyright headers
Qt copyrights are now in The Qt Company, so we could update the source
code headers accordingly. In the same go we should also fix the links to
point to qt.io.
Change-Id: I7e3e96183e073877b46bc8071b2ccae19e69426b
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
Diffstat (limited to 'src/script/api/qscriptclasspropertyiterator.cpp')
-rw-r--r-- | src/script/api/qscriptclasspropertyiterator.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script/api/qscriptclasspropertyiterator.cpp b/src/script/api/qscriptclasspropertyiterator.cpp index e86e22f859..d8b768ec83 100644 --- a/src/script/api/qscriptclasspropertyiterator.cpp +++ b/src/script/api/qscriptclasspropertyiterator.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** -** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). -** Contact: http://www.qt-project.org/legal +** Copyright (C) 2015 The Qt Company Ltd. +** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtScript module of the Qt Toolkit. ** @@ -15,7 +15,7 @@ ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** If you have questions regarding the use of this file, please contact -** us via http://www.qt-project.org/. +** us via http://www.qt.io/contact-us/. ** ** $QT_END_LICENSE$ ** |