Commit 75382ea76deeb0e72089e52332c3ee432af313fb

  • avatar
  • con <qtc-committer @no…a.com> (Committer)
  • Mon Oct 12 18:36:47 CEST 2009
  • avatar
  • hjk <qtc-committer @no…a.com> (Author)
  • Mon Oct 12 18:28:48 CEST 2009
fix a few license headers
(cherry picked from commit 5523c77eacee95345f2913c240c3c82a4cb9c7e6)
  
11----------------------------------------------------------------------------
22--
3-- This file is part of Qt Creator
34--
5-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
46--
7-- Contact: Nokia Corporation (qt-info@nokia.com)
58--
9-- Commercial Usage
10--
11-- Licensees holding valid Qt Commercial licenses may use this file in
12-- accordance with the Qt Commercial License Agreement provided with the
13-- Software or, alternatively, in accordance with the terms contained in
14-- a written agreement between you and Nokia.
15--
616-- GNU Lesser General Public License Usage
17--
718-- Alternatively, this file may be used under the terms of the GNU Lesser
819-- General Public License version 2.1 as published by the Free Software
920-- Foundation and appearing in the file LICENSE.LGPL included in the
2222-- ensure the GNU Lesser General Public License version 2.1 requirements
2323-- will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424--
25--
26--
2725-- If you are unsure which license is appropriate for your use, please
26-- contact the sales department at http://qt.nokia.com/contact.
2827--
29--
3028----------------------------------------------------------------------------
3129
3230%parser QmlJSGrammar
8585%start TopLevel
8686
8787/.
88/****************************************************************************
88/**************************************************************************
8989**
90** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
91** Contact: Qt Software Information (qt-info@nokia.com)
90** This file is part of Qt Creator
9291**
93** This file is part of the QtScript module of the Qt Toolkit.
92** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
9493**
95** $QT_BEGIN_LICENSE:LGPL$
96** No Commercial Usage
97** This file contains pre-release code and may not be distributed.
98** You may use this file in accordance with the terms and conditions
99** contained in the either Technology Preview License Agreement or the
100** Beta Release License Agreement.
94** Contact: Nokia Corporation (qt-info@nokia.com)
10195**
96** Commercial Usage
97**
98** Licensees holding valid Qt Commercial licenses may use this file in
99** accordance with the Qt Commercial License Agreement provided with the
100** Software or, alternatively, in accordance with the terms contained in
101** a written agreement between you and Nokia.
102**
102103** GNU Lesser General Public License Usage
104**
103105** Alternatively, this file may be used under the terms of the GNU Lesser
104106** General Public License version 2.1 as published by the Free Software
105107** Foundation and appearing in the file LICENSE.LGPL included in the
109109** ensure the GNU Lesser General Public License version 2.1 requirements
110110** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
111111**
112** In addition, as a special exception, Nokia gives you certain
113** additional rights. These rights are described in the Nokia Qt LGPL
114** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
115** package.
116**
117** GNU General Public License Usage
118** Alternatively, this file may be used under the terms of the GNU
119** General Public License version 3.0 as published by the Free Software
120** Foundation and appearing in the file LICENSE.GPL included in the
121** packaging of this file. Please review the following information to
122** ensure the GNU General Public License version 3.0 requirements will be
123** met: http://www.gnu.org/copyleft/gpl.html.
124**
125112** If you are unsure which license is appropriate for your use, please
126** contact the sales department at qt-sales@nokia.com.
127** $QT_END_LICENSE$
113** contact the sales department at http://qt.nokia.com/contact.
128114**
129****************************************************************************/
115**************************************************************************/
130116
131117#include <QtCore/QtDebug>
132118
126126./
127127
128128/:
129/****************************************************************************
129/**************************************************************************
130130**
131** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
132** Contact: Qt Software Information (qt-info@nokia.com)
131** This file is part of Qt Creator
133132**
134** This file is part of the QtScript module of the Qt Toolkit.
133** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
135134**
136** $QT_BEGIN_LICENSE:LGPL$
137** No Commercial Usage
138** This file contains pre-release code and may not be distributed.
139** You may use this file in accordance with the terms and conditions
140** contained in the either Technology Preview License Agreement or the
141** Beta Release License Agreement.
135** Contact: Nokia Corporation (qt-info@nokia.com)
142136**
137** Commercial Usage
138**
139** Licensees holding valid Qt Commercial licenses may use this file in
140** accordance with the Qt Commercial License Agreement provided with the
141** Software or, alternatively, in accordance with the terms contained in
142** a written agreement between you and Nokia.
143**
143144** GNU Lesser General Public License Usage
145**
144146** Alternatively, this file may be used under the terms of the GNU Lesser
145147** General Public License version 2.1 as published by the Free Software
146148** Foundation and appearing in the file LICENSE.LGPL included in the
150150** ensure the GNU Lesser General Public License version 2.1 requirements
151151** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
152152**
153** In addition, as a special exception, Nokia gives you certain
154** additional rights. These rights are described in the Nokia Qt LGPL
155** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
156** package.
157**
158** GNU General Public License Usage
159** Alternatively, this file may be used under the terms of the GNU
160** General Public License version 3.0 as published by the Free Software
161** Foundation and appearing in the file LICENSE.GPL included in the
162** packaging of this file. Please review the following information to
163** ensure the GNU General Public License version 3.0 requirements will be
164** met: http://www.gnu.org/copyleft/gpl.html.
165**
166153** If you are unsure which license is appropriate for your use, please
167** contact the sales department at qt-sales@nokia.com.
168** $QT_END_LICENSE$
154** contact the sales department at http://qt.nokia.com/contact.
169155**
170****************************************************************************/
156**************************************************************************/
171157
172158//
173159// W A R N I N G
  
11/****************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtScript module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#include "qmljsast_p.h"
4531#include "qmljsastvisitor_p.h"
  
11/****************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtDeclarative module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#ifndef QMLJSAST_P_H
4531#define QMLJSAST_P_H
  
11/****************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtScript module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#ifndef QMLJSAST_FWD_P_H
4531#define QMLJSAST_FWD_P_H
  
1/****************************************************************************
1/**************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtScript module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#include "qmljsastvisitor_p.h"
4531
  
1/****************************************************************************
1/**************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtScript module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#ifndef QMLJSASTVISITOR_P_H
4531#define QMLJSASTVISITOR_P_H
  
11/****************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtDeclarative module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#include "qmljsglobal_p.h"
4531#include "qmljsengine_p.h"
  
1/****************************************************************************
1/**************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtDeclarative module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#ifndef QMLJSENGINE_P_H
4531#define QMLJSENGINE_P_H
  
1/****************************************************************************
1/**************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtDeclarative module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#ifdef HAVE_CONFIG_H
4531#include "config.h"
  
1/****************************************************************************
1/**************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtScript module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#ifndef QMLJSLEXER_P_H
4531#define QMLJSLEXER_P_H
  
11/****************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtDeclarative module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#ifndef QMLJSMEMORYPOOL_P_H
4531#define QMLJSMEMORYPOOL_P_H
  
1/****************************************************************************
1/**************************************************************************
22**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** Contact: Qt Software Information (qt-info@nokia.com)
3** This file is part of Qt Creator
54**
6** This file is part of the QtDeclarative module of the Qt Toolkit.
5** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
76**
8** $QT_BEGIN_LICENSE:LGPL$
9** No Commercial Usage
10** This file contains pre-release code and may not be distributed.
11** You may use this file in accordance with the terms and conditions
12** contained in the either Technology Preview License Agreement or the
13** Beta Release License Agreement.
7** Contact: Nokia Corporation (qt-info@nokia.com)
148**
9** Commercial Usage
10**
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
15**
1516** GNU Lesser General Public License Usage
17**
1618** Alternatively, this file may be used under the terms of the GNU Lesser
1719** General Public License version 2.1 as published by the Free Software
1820** Foundation and appearing in the file LICENSE.LGPL included in the
2222** ensure the GNU Lesser General Public License version 2.1 requirements
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
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.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
3825** If you are unsure which license is appropriate for your use, please
39** contact the sales department at qt-sales@nokia.com.
40** $QT_END_LICENSE$
26** contact the sales department at http://qt.nokia.com/contact.
4127**
42****************************************************************************/
28**************************************************************************/
4329
4430#ifndef QMLJSNODEPOOL_P_H
4531#define QMLJSNODEPOOL_P_H
  
22
33/****************************************************************************
44**
5** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
6** Contact: Qt Software Information (qt-info@nokia.com)
5** This file is part of Qt Creator
76**
8** This file is part of the QtScript module of the Qt Toolkit.
7** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
98**
10** $QT_BEGIN_LICENSE:LGPL$
11** No Commercial Usage
12** This file contains pre-release code and may not be distributed.
13** You may use this file in accordance with the terms and conditions
14** contained in the either Technology Preview License Agreement or the
15** Beta Release License Agreement.
9** Contact: Nokia Corporation (qt-info@nokia.com)
1610**
11** Commercial Usage
12**
13** Licensees holding valid Qt Commercial licenses may use this file in
14** accordance with the Qt Commercial License Agreement provided with the
15** Software or, alternatively, in accordance with the terms contained in
16** a written agreement between you and Nokia.
17**
1718** GNU Lesser General Public License Usage
19**
1820** Alternatively, this file may be used under the terms of the GNU Lesser
1921** General Public License version 2.1 as published by the Free Software
2022** Foundation and appearing in the file LICENSE.LGPL included in the
2424** ensure the GNU Lesser General Public License version 2.1 requirements
2525** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2626**
27** In addition, as a special exception, Nokia gives you certain
28** additional rights. These rights are described in the Nokia Qt LGPL
29** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
30** package.
31**
32** GNU General Public License Usage
33** Alternatively, this file may be used under the terms of the GNU
34** General Public License version 3.0 as published by the Free Software
35** Foundation and appearing in the file LICENSE.GPL included in the
36** packaging of this file. Please review the following information to
37** ensure the GNU General Public License version 3.0 requirements will be
38** met: http://www.gnu.org/copyleft/gpl.html.
39**
4027** If you are unsure which license is appropriate for your use, please
41** contact the sales department at qt-sales@nokia.com.
42** $QT_END_LICENSE$
28** contact the sales department at http://qt.nokia.com/contact.
4329**
44****************************************************************************/
30**************************************************************************/
4531
4632#include <QtCore/QtDebug>
4733
  
22
33/****************************************************************************
44**
5** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
6** Contact: Qt Software Information (qt-info@nokia.com)
5** This file is part of Qt Creator
76**
8** This file is part of the QtScript module of the Qt Toolkit.
7** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
98**
10** $QT_BEGIN_LICENSE:LGPL$
11** No Commercial Usage
12** This file contains pre-release code and may not be distributed.
13** You may use this file in accordance with the terms and conditions
14** contained in the either Technology Preview License Agreement or the
15** Beta Release License Agreement.
9** Contact: Nokia Corporation (qt-info@nokia.com)
1610**
11** Commercial Usage
12**
13** Licensees holding valid Qt Commercial licenses may use this file in
14** accordance with the Qt Commercial License Agreement provided with the
15** Software or, alternatively, in accordance with the terms contained in
16** a written agreement between you and Nokia.
17**
1718** GNU Lesser General Public License Usage
19**
1820** Alternatively, this file may be used under the terms of the GNU Lesser
1921** General Public License version 2.1 as published by the Free Software
2022** Foundation and appearing in the file LICENSE.LGPL included in the
2424** ensure the GNU Lesser General Public License version 2.1 requirements
2525** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2626**
27** In addition, as a special exception, Nokia gives you certain
28** additional rights. These rights are described in the Nokia Qt LGPL
29** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
30** package.
31**
32** GNU General Public License Usage
33** Alternatively, this file may be used under the terms of the GNU
34** General Public License version 3.0 as published by the Free Software
35** Foundation and appearing in the file LICENSE.GPL included in the
36** packaging of this file. Please review the following information to
37** ensure the GNU General Public License version 3.0 requirements will be
38** met: http://www.gnu.org/copyleft/gpl.html.
39**
4027** If you are unsure which license is appropriate for your use, please
41** contact the sales department at qt-sales@nokia.com.
42** $QT_END_LICENSE$
28** contact the sales department at http://qt.nokia.com/contact.
4329**
44****************************************************************************/
30**************************************************************************/
4531
4632//
4733// W A R N I N G
  
44**
55** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
66**
7** Contact: Qt Software Information (qt-info@nokia.com)
7** Contact: Nokia Corporation (qt-info@nokia.com)
88**
99** Commercial Usage
1010**
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
2525** If you are unsure which license is appropriate for your use, please
26** contact the sales department at qt-sales@nokia.com.
26** contact the sales department at http://qt.nokia.com/contact.
2727**
2828**************************************************************************/
2929
  
44**
55** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
66**
7** Contact: Qt Software Information (qt-info@nokia.com)
7** Contact: Nokia Corporation (qt-info@nokia.com)
88**
99** Commercial Usage
1010**
2323** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2424**
2525** If you are unsure which license is appropriate for your use, please
26** contact the sales department at qt-sales@nokia.com.
26** contact the sales department at http://qt.nokia.com/contact.
2727**
2828**************************************************************************/
2929