diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-03-31 11:15:49 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-03-31 11:15:49 (GMT) |
commit | 8de6bbfa0f3819cd13fc5fd5acc3eb1f7689db73 (patch) | |
tree | fee3200c034cff9efcce3db896d5116dca1f3db5 /src/gui/math3d/qquaternion.h | |
parent | 3fcccf015b2a5c31424e17c996b4a35bcd040c8c (diff) | |
download | Qt-8de6bbfa0f3819cd13fc5fd5acc3eb1f7689db73.zip Qt-8de6bbfa0f3819cd13fc5fd5acc3eb1f7689db73.tar.gz Qt-8de6bbfa0f3819cd13fc5fd5acc3eb1f7689db73.tar.bz2 |
Update the license on this code to match the rest.
These sources had the old headers. Update to the new LGPL ones.
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/math3d/qquaternion.h')
-rw-r--r-- | src/gui/math3d/qquaternion.h | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/src/gui/math3d/qquaternion.h b/src/gui/math3d/qquaternion.h index cc71b7d..6ba63ec 100644 --- a/src/gui/math3d/qquaternion.h +++ b/src/gui/math3d/qquaternion.h @@ -5,7 +5,37 @@ ** ** This file is part of the $MODULE$ of the Qt Toolkit. ** -** $TROLLTECH_DUAL_LICENSE$ +** $QT_BEGIN_LICENSE:LGPL$ +** No Commercial Usage +** This file contains pre-release code and may not be distributed. +** You may use this file in accordance with the terms and conditions +** contained in the either Technology Preview License Agreement or the +** Beta Release License Agreement. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 2.1 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 2.1 requirements +** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +** +** In addition, as a special exception, Nokia gives you certain +** additional rights. These rights are described in the Nokia Qt LGPL +** Exception version 1.0, 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 are unsure which license is appropriate for your use, please +** contact the sales department at qt-sales@nokia.com. +** $QT_END_LICENSE$ ** ****************************************************************************/ |