diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-29 06:33:41 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-29 06:33:41 (GMT) |
commit | 6a8f5753a1b04e3678c387a52c8f4c2820ef1b2b (patch) | |
tree | aaff2f6c05054eef97384af0ea4137d961478380 /src/gui/kernel/qgesture.cpp | |
parent | 2927c9466c96fbf12ecf73da333ae153ef217fb1 (diff) | |
download | Qt-6a8f5753a1b04e3678c387a52c8f4c2820ef1b2b.zip Qt-6a8f5753a1b04e3678c387a52c8f4c2820ef1b2b.tar.gz Qt-6a8f5753a1b04e3678c387a52c8f4c2820ef1b2b.tar.bz2 |
Fix old/missing license headers from multitouch+gestures merge.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/kernel/qgesture.cpp')
-rw-r--r-- | src/gui/kernel/qgesture.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qgesture.cpp b/src/gui/kernel/qgesture.cpp index 2bb7de7..e6b2ffb 100644 --- a/src/gui/kernel/qgesture.cpp +++ b/src/gui/kernel/qgesture.cpp @@ -1,9 +1,9 @@ /**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). -** Contact: Qt Software Information (qt-info@nokia.com) +** Contact: Nokia Corporation (qt-info@nokia.com) ** -** This file is part of the $MODULE$ of the Qt Toolkit. +** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial Usage @@ -34,7 +34,7 @@ ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you are unsure which license is appropriate for your use, please -** contact the sales department at qt-sales@nokia.com. +** contact the sales department at http://www.qtsoftware.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ |