File: copyright

package info (click to toggle)
qtscript-opensource-src 5.11.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,872 kB
  • sloc: cpp: 163,657; yacc: 1,768; ansic: 1,718; perl: 425; sh: 169; python: 55; makefile: 24
file content (458 lines) | stat: -rw-r--r-- 27,422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: qtscript-opensource-src
Source: https://download.qt.io/official_releases/qt/*/submodules/
Files-Excluded: tests/benchmarks/script/sunspider
                tests/benchmarks/script/v8

Files: *
Copyright: 2015 The Qt Company Ltd.
License: LGPL-2.1-or-3 with Qt-1.1 exception

Files: debian/*
Copyright: 2007-2012 Fathi Boudra <fabo@debian.org>
           2007-2015 Sune Vuorela <debian@pusling.com>
           2008-2012 Modestas Vainius <modax@debian.org>
           2007-2009 Ana Beatriz Guerrero Lopez <ana@debian.org>
           2005-2007 Brian Nelson <pyro@debian.org>
           2012 Zoltán Balogh <zoltan.balogh@canonical.com>
           2012-2013 Timo Jyrinki <timo.jyrinki@canonical.com>
           2013 Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
           2014-2015 Dmitry Shachnev <mitya57@debian.org>
License: LGPL-2.1

Files: tests/auto/qscriptqwidgets/tst_qscriptqwidgets.cpp
Copyright: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company
License: LGPL-2.1-or-3 with Qt-1.1 exception

Files: *.qdoc
Copyright: 2015 The Qt Company Ltd.
License: GFDL-NIV-1.3

Files: src/3rdparty/javascriptcore/*
Copyright: 1999-2003 Harri Porten <porten@kde.org>
           2001 Peter Kelly <pmk@post.com>
           2003-2009 Apple Inc. All rights reserved
           2007 Eric Seidel <eric@webkit.org>
           2006-2007 Maks Orlovich
           2006 Alexey Proskuryakov <ap@nypop.com>
           2008 Cameron Zwaric <cwzwarich@uwaterloo.ca>
           2006 Bjoern Graf <bjoern.graf@gmail.com>
License: LGPL-2+

License: LGPL-2+
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2 of the License, or (at your option) any later version.
 .
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
 .
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 .
 On Debian systems, the complete text of the LGPL-2 license can be found in
 `/usr/share/common-licenses/LGPL-2`.

Files: examples/*
 src/script/doc/snippets/*
 tests/auto/qscriptv8testsuite/tests/*
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/CallData.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/TimeoutChecker.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/InitializeThreading.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/ConstructData.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/SymbolTable.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/InitializeThreading.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/TimeoutChecker.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRefBSTR.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSRetainPtr.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRefBSTR.h
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileNode.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileNode.h
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.h
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/RegisterID.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/Label.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/LabelScope.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/CurrentTime.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingPthreads.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/MainThread.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/symbian/RegisterFileAllocatorSymbian.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/symbian/BlockAllocatorSymbian.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/symbian/RegisterFileAllocatorSymbian.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/symbian/BlockAllocatorSymbian.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/symbian/SymbianDefines.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/MallocZoneSupport.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/MainThread.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/CollatorDefault.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/Collator.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/DisallowCType.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/SegmentedVector.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/qt/ThreadingQt.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/qt/MainThreadQt.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/MessageQueue.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadSpecific.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSpinLock.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/CrossThreadRefCounted.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCPageMap.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/PtrAndFlags.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/Locker.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCPackedCache.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/CurrentTime.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/AVLTree.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingNone.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.h
 src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Register.h
 src/3rdparty/javascriptcore/JavaScriptCore/interpreter/RegisterFile.h
 src/3rdparty/javascriptcore/JavaScriptCore/interpreter/RegisterFile.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/debugger/DebuggerCallFrame.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/debugger/DebuggerCallFrame.h
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Opcode.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/JumpTable.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Opcode.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/JumpTable.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/EvalCodeCache.h
 src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_ucp_searchfuncs.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_internal.h
 src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_tables.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_xclass.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre.h
 src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/pcre/ucpinternal.h
 src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h
 src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceCode.h
Copyright: 2015 The Qt Company Ltd.
           2008 Cameron Zwarich <cwzwarich@uwaterloo.ca>
           2008-2009 Apple Inc. All rights reserved
           1997-2006 University of Cambridge
License: BSD-3-clause

License: BSD-3-clause
 You may use this file under the terms of the BSD license as follows:
 .
 "Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
     distribution.
   * Neither the name of The Qt Company Ltd and its Subsidiary(-ies) nor the
     names of its contributors may be used to endorse or promote products
     derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."

Files:
 src/3rdparty/javascriptcore/JavaScriptCore/yarr/RegexInterpreter.h
 src/3rdparty/javascriptcore/JavaScriptCore/yarr/RegexInterpreter.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/yarr/RegexJIT.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/yarr/RegexParser.h
 src/3rdparty/javascriptcore/JavaScriptCore/yarr/RegexJIT.h
 src/3rdparty/javascriptcore/JavaScriptCore/yarr/RegexCompiler.h
 src/3rdparty/javascriptcore/JavaScriptCore/yarr/RegexPattern.h
 src/3rdparty/javascriptcore/JavaScriptCore/yarr/RegexCompiler.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstanceCache.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSZombie.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/CollectorHeapIterator.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/PutPropertySlot.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertyDescriptor.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStackPosix.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/SmallStrings.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/WeakGCMap.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSTypeInfo.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/WeakGCPtr.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStackNone.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/LiteralParser.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertyDescriptor.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStackWin.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumericStrings.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/NativeFunctionWrapper.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/StructureChain.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/Tracing.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/StructureChain.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/LiteralParser.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/WeakRandom.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStack.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSZombie.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/CallData.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStack.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/UStringImpl.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/ConstructData.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringBuilder.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/UStringImpl.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/BatchedTransitionOptimizer.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/StructureTransitionTable.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/SmallStrings.h
 src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/APIShims.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObject.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackFunction.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRefCF.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSBase.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackConstructor.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSProfilerPrivate.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackFunction.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSContextRefPrivate.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JavaScript.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSContextRef.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/WebKitAvailability.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/APICast.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSClassRef.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackConstructor.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSContextRef.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRef.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSBase.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSBasePrivate.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRefCF.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObject.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRef.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JavaScriptCore.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSProfilerPrivate.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSClassRef.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.h
 src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/CallIdentifier.h
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.h
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profile.h
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfilerServer.h
 src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profile.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/PossiblyNull.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtrCommon.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/RandomNumberSeed.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtrWin.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/mt19937ar.c
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/NotFound.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/Assertions.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/UTF8.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/UTF8.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/android/AndroidThreading.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/android/MainThreadAndroid.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/Assertions.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/ByteArray.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/RandomNumber.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/VMTags.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/StdLibExtras.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/StringExtras.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/RandomNumber.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/MathExtras.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/ByteArray.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/PassOwnPtr.h
 src/3rdparty/javascriptcore/JavaScriptCore/wtf/StringExtras.h
 src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrameClosure.h
 src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CachedCall.h
 src/3rdparty/javascriptcore/JavaScriptCore/debugger/DebuggerActivation.h
 src/3rdparty/javascriptcore/JavaScriptCore/debugger/DebuggerActivation.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocator.h
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JITInlineMethods.h
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JITOpcodes.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JITCall.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JITCode.h
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JITArithmetic.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubCall.h
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h
 src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocatorPosix.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocatorWin.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocator.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/jit/JITPropertyAccess.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/StructureStubInfo.h
 src/3rdparty/javascriptcore/JavaScriptCore/bytecode/StructureStubInfo.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerARMv7.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerARM.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerX86Common.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssembler.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/ARMv7Assembler.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/ARMAssembler.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/CodeLocation.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/RepatchBuffer.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerARM.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/AbstractMacroAssembler.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/ARMAssembler.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerX86.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/LinkBuffer.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/AssemblerBuffer.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerX86_64.h
 src/3rdparty/javascriptcore/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/CharacterClass.h
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/Escapes.h
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/WRECParser.h
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/CharacterClass.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/WRECParser.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/Quantifier.h
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/CharacterClassConstructor.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/WRECGenerator.h
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/WRECGenerator.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/WRECFunctors.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/WREC.h
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/WREC.cpp
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/WRECFunctors.h
 src/3rdparty/javascriptcore/JavaScriptCore/wrec/CharacterClassConstructor.h
 src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h
 src/3rdparty/javascriptcore/JavaScriptCore/parser/ParserArena.h
 src/3rdparty/javascriptcore/JavaScriptCore/parser/ParserArena.cpp
Copyright: 2003, 2006-2009 Apple Inc.  All rights reserved.
           2007-2009 Torch Mobile, Inc.
           2009 University of Szeged
           2009 Ian C. Bullard
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GFDL-NIV-1.3
 GNU Free Documentation License Usage
 Alternatively, this file may be used under the terms of the GNU Free
 Documentation License version 1.3 as published by the Free Software
 Foundation and appearing in the file included in the packaging of
 this file.  Please review the following information to ensure
 the GNU Free Documentation License version 1.3 requirements
 will be met: http://www.gnu.org/copyleft/fdl.html.
 .
 On Debian systems, the complete text of the GFDL-1.3 license can be found in
 `/usr/share/common-licenses/GFDL-1.3`,

License: LGPL-2.1
 GNU Lesser General Public License version 2.1:
 This file may be used under the terms of the GNU Lesser General Public
 License version 2.1 as published by the Free Software Foundation and
 appearing in the file LICENSE.LGPL included in the packaging of this
 file. Please review the following information to ensure the GNU Lesser
 General Public License version 2.1 requirements will be met:
 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 can be found in `/usr/share/common-licenses/LGPL-2.1`.

License: LGPL-2.1-or-3 with Qt-1.1 exception
 GNU Lesser General Public License:
 This file may be used under the terms of the GNU Lesser General Public
 License version 2.1 or version 3 as published by the Free Software
 Foundation and appearing in the file LICENSE.LGPLv21 and LICENSE.LGPLv3
 included in the packaging of this file. Please review the following
 information to ensure the GNU Lesser General Public License requirements
 will be met: https://www.gnu.org/licenses/lgpl.html.
 .
 In addition, as a special exception, The Qt Company gives you certain
 additional rights. These rights are described in The Qt Company Qt LGPL
 Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this
 package.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1`.
 The complete text of the GNU Lesser General Public License version 3 can be
 found in `/usr/share/common-licenses/LGPL-3`.
 .
 The Qt Company LGPL Exception version 1.1:
 As an additional permission to the GNU Lesser General Public License version
 2.1, the object code form of a "work that uses the Library" may incorporate
 material from a header file that is part of the Library.  You may distribute
 such object code under terms of your choice, provided that:
     (i)   the header files of the Library have not been modified; and
     (ii)  the incorporated material is limited to numerical parameters, data
           structure layouts, accessors, macros, inline functions and
           templates; and
     (iii) you comply with the terms of Section 6 of the GNU Lesser General
           Public License version 2.1.
 .
 Moreover, you may apply this exception to a modified version of the Library,
 provided that such modification does not involve copying material from the
 Library into the modified Library's header files unless such material is
 limited to (i) numerical parameters; (ii) data structure layouts;
 (iii) accessors; and (iv) small macros, templates and inline functions of
 five lines or less in length.
 .
 Furthermore, you are not required to apply this additional permission to a
 modified version of the Library.