Changeset 561 for trunk/src/xmlpatterns/environment/createReportContext.xsl
- 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/src/xmlpatterns/environment/createReportContext.xsl
r2 r561 4 4 ** 5 5 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 6 ** Contact: Qt Software Information (qt-info@nokia.com) 7 ** 8 ** This file is part of the Patternist project on Trolltech Labs. 6 ** All rights reserved. 7 ** Contact: Nokia Corporation (qt-info@nokia.com) 8 ** 9 ** This file is part of the Patternist project on Qt Labs. 9 10 ** 10 11 ** $QT_BEGIN_LICENSE:LGPL$ … … 23 24 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 24 25 ** 25 ** In addition, as a special exception, Nokia gives you certain 26 ** additional rights. These rights are described in the Nokia Qt LGPL 27 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this 28 ** package. 26 ** In addition, as a special exception, Nokia gives you certain additional 27 ** rights. These rights are described in the Nokia Qt LGPL Exception 28 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 29 29 ** 30 30 ** GNU General Public License Usage … … 36 36 ** met: http://www.gnu.org/copyleft/gpl.html. 37 37 ** 38 ** If you are unsure which license is appropriate for your use, please39 ** contact the sales department at qt-sales@nokia.com.38 ** If you have questions regarding the use of this file, please contact 39 ** Nokia at qt-info@nokia.com. 40 40 ** $QT_END_LICENSE$ 41 41 ** … … 93 93 ** 94 94 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 95 ** Contact: Qt Software Information (qt-info@nokia.com) 95 ** All rights reserved. 96 ** Contact: Nokia Corporation (qt-info@nokia.com) 96 97 ** 97 98 ** This file is part of the QtXmlPatterns module of the Qt Toolkit. … … 112 113 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 113 114 ** 114 ** In addition, as a special exception, Nokia gives you certain 115 ** additional rights. These rights are described in the Nokia Qt LGPL 116 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this 117 ** package. 115 ** In addition, as a special exception, Nokia gives you certain additional 116 ** rights. These rights are described in the Nokia Qt LGPL Exception 117 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 118 118 ** 119 119 ** GNU General Public License Usage … … 125 125 ** met: http://www.gnu.org/copyleft/gpl.html. 126 126 ** 127 ** If you are unsure which license is appropriate for your use, please128 ** contact the sales department at qt-sales@nokia.com.127 ** If you have questions regarding the use of this file, please contact 128 ** Nokia at qt-info@nokia.com. 129 129 ** $QT_END_LICENSE$ 130 130 ** … … 186 186 * @see <a href="http://www.w3.org/TR/xpath-functions/#func-error">XQuery 1.0 and 187 187 * XPath 2.0 Functions and Operators, 3 The Error Function</a> 188 * @author Frans Englich <f englich@trolltech.com>188 * @author Frans Englich <frans.englich@nokia.com> 189 189 * @warning This file is auto-generated from extractErrorCodes.xsl. Any 190 190 * modifications done to this file are lost. … … 243 243 enum ErrorCode 244 244 { 245 /** 246 * XML Schema error code. 247 */ 248 XSDError, 249 245 250 <!-- The order of the calls is significant. The templates takes into account 246 251 to avoid the last comma(extractXSLT20 does this). -->
Note:
See TracChangeset
for help on using the changeset viewer.