Changeset 561 for trunk/tools/xmlpatterns/main.h
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/tools/xmlpatterns/main.h
r2 r561 1 1 /**************************************************************************** 2 * ** * ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 3 ** Contact: Qt Software Information ([email protected]) 4 * ** 5 * ** This file is part of the Patternist project on Trolltech Labs. * ** 6 * ** $QT_BEGIN_LICENSE:LGPL$ 2 ** 3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 4 ** All rights reserved. 5 ** Contact: Nokia Corporation ([email protected]) 6 ** 7 ** This file is part of the XMLPatterns module of the Qt Toolkit. 8 ** 9 ** $QT_BEGIN_LICENSE:LGPL$ 7 10 ** Commercial Usage 8 11 ** Licensees holding valid Qt Commercial licenses may use this file in … … 19 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 20 23 ** 21 ** In addition, as a special exception, Nokia gives you certain 22 ** additional rights. These rights are described in the Nokia Qt LGPL 23 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this 24 ** package. 24 ** In addition, as a special exception, Nokia gives you certain additional 25 ** rights. These rights are described in the Nokia Qt LGPL Exception 26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 25 27 ** 26 28 ** GNU General Public License Usage … … 32 34 ** met: http://www.gnu.org/copyleft/gpl.html. 33 35 ** 34 ** If you are unsure which license is appropriate for your use, please35 ** contact the sales department at qt-sales@nokia.com.36 ** If you 37 ** @nokia.com. 36 38 ** $QT_END_LICENSE$ 37 * ** 38 * ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 39 * ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 40 * ** 41 * ****************************************************************************/ 39 ** 40 ****************************************************************************/ 42 41 43 42 // … … 56 55 #include <QCoreApplication> 57 56 58 QT_BEGIN_HEADER59 60 QT_BEGIN_NAMESPACE61 62 57 class QXmlPatternistCLI 63 58 { 64 59 public: 65 60 Q_DECLARE_TR_FUNCTIONS(QXmlPatternistCLI) 66 61 private: 67 62 inline QXmlPatternistCLI(); … … 69 64 }; 70 65 71 QT_END_NAMESPACE72 73 QT_END_HEADER74 75 66 #endif
Note:
See TracChangeset
for help on using the changeset viewer.