Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/xmlpatterns/environment/createReportContext.xsl

    r2 r561  
    44**
    55** 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.
    910**
    1011** $QT_BEGIN_LICENSE:LGPL$
     
    2324** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2425**
    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.
    2929**
    3030** GNU General Public License Usage
     
    3636** met: http://www.gnu.org/copyleft/gpl.html.
    3737**
    38 ** If you are unsure which license is appropriate for your use, please
    39 ** 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.
    4040** $QT_END_LICENSE$
    4141**
     
    9393**
    9494** 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)
    9697**
    9798** This file is part of the QtXmlPatterns module of the Qt Toolkit.
     
    112113** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    113114**
    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.
    118118**
    119119** GNU General Public License Usage
     
    125125** met: http://www.gnu.org/copyleft/gpl.html.
    126126**
    127 ** If you are unsure which license is appropriate for your use, please
    128 ** 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.
    129129** $QT_END_LICENSE$
    130130**
     
    186186     * @see <a href="http://www.w3.org/TR/xpath-functions/#func-error">XQuery 1.0 and
    187187     * XPath 2.0 Functions and Operators, 3 The Error Function</a>
    188      * @author Frans Englich <fenglich@trolltech.com>
     188     * @author Frans Englich <frans.englich@nokia.com>
    189189     * @warning This file is auto-generated from extractErrorCodes.xsl. Any
    190190     * modifications done to this file are lost.
     
    243243        enum ErrorCode
    244244        {
     245            /**
     246             * XML Schema error code.
     247             */
     248            XSDError,
     249
    245250<!-- The order of the calls is significant. The templates takes into account
    246251     to avoid the last comma(extractXSLT20 does this). -->
Note: See TracChangeset for help on using the changeset viewer.