diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-08-20 09:15:10 +0200 |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-08-20 09:15:10 +0200 |
commit | 6b8b654f370f26d32e900585d37dbe10054777ef (patch) | |
tree | 8eefe66dddeaf6ea567fdf5a5db88925804af3c8 /qmake | |
parent | 0cf913d4b73ae1bf7182e6eeaab518fe5d7a2fe8 (diff) | |
parent | 24f8cf971b330214f79757facc82d72981b7789e (diff) | |
download | qt4-tools-6b8b654f370f26d32e900585d37dbe10054777ef.tar.gz |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-backend
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/generators/unix/unixmake.cpp | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp index 626b955a54..dfbf8ee6fc 100644 --- a/qmake/generators/unix/unixmake.cpp +++ b/qmake/generators/unix/unixmake.cpp @@ -1,11 +1,11 @@ /**************************************************************************** - ** - ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** +** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) - ** - ** This file is part of the qmake application of the Qt Toolkit. - ** - ** $QT_BEGIN_LICENSE:LGPL$ +** +** This file is part of the qmake application of the Qt Toolkit. +** +** $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 @@ -36,11 +36,8 @@ ** If you are unsure which license is appropriate for your use, please ** contact the sales department at http://qt.nokia.com/contact. ** $QT_END_LICENSE$ - ** - ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - ** - ****************************************************************************/ +** +****************************************************************************/ #include "unixmake.h" #include "option.h" |