diff options
author | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2011-04-14 11:58:25 (GMT) |
---|---|---|
committer | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2011-04-14 11:59:13 (GMT) |
commit | 7b6a7f475119878681c9d0c06b29896ec3fe72c3 (patch) | |
tree | 1ecabb19a341af4ea83d4e4b850b1ff8cb36b92c /src/gui/itemviews/qidentityproxymodel.cpp | |
parent | 56c3de426d97ab7c8fbb3f5766e1872d6f2e91e9 (diff) | |
download | Qt-7b6a7f475119878681c9d0c06b29896ec3fe72c3.zip Qt-7b6a7f475119878681c9d0c06b29896ec3fe72c3.tar.gz Qt-7b6a7f475119878681c9d0c06b29896ec3fe72c3.tar.bz2 |
Fix licence headers again for MR 900
See commit b00089261eafbdf5f92ed94d7fb20b402bfcaeb2
Reviewed-by: Trust me
Diffstat (limited to 'src/gui/itemviews/qidentityproxymodel.cpp')
-rw-r--r-- | src/gui/itemviews/qidentityproxymodel.cpp | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/gui/itemviews/qidentityproxymodel.cpp b/src/gui/itemviews/qidentityproxymodel.cpp index 9396e61..fcc0504 100644 --- a/src/gui/itemviews/qidentityproxymodel.cpp +++ b/src/gui/itemviews/qidentityproxymodel.cpp @@ -20,20 +20,21 @@ ** rights. These rights are described in the Nokia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU General -** Public License version 3.0 as published by the Free Software Foundation -** and appearing in the file LICENSE.GPL included in the packaging of this -** file. Please review the following information to ensure the GNU General -** Public License version 3.0 requirements will be met: -** http://www.gnu.org/copyleft/gpl.html. +** If you have questions regarding the use of this file, please contact +** Nokia at qt-info@nokia.com. ** -** Other Usage -** Alternatively, this file may be used in accordance with the terms and -** conditions contained in a signed written agreement between you and Nokia. +** +** +** +** +** +** +** +** $QT_END_LICENSE$ ** ****************************************************************************/ + #include "qidentityproxymodel.h" #ifndef QT_NO_IDENTITYPROXYMODEL |