This file is indexed.

/usr/share/doc/libwebkitgtk-3.0-dev/copyright is in libwebkitgtk-3.0-dev 2.4.10-0ubuntu0.14.04.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
Original source may be found at http://webkitgtk.org/

Files: debian/*
Copyright: © 2007-2009 Mike Hommey <glandium@debian.org>
           © 2009 Gustavo Noronha Silva <kov@debian.org>
License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)

Files: JavaScriptCore/API/*,
       JavaScriptCore/assembler/*,
       JavaScriptCore/VM/CTI.*,
       JavaScriptCore/profiler/*,
       JavaScriptCore/wtf/Assertions.*,
       JavaScriptCore/wtf/FastAllocBase.h,
       JavaScriptCore/wtf/HashIterators.h,
       JavaScriptCore/wtf/MathExtras.h,
       JavaScriptCore/wtf/Platform.h,
       JavaScriptCore/wtf/StringExtras.h,
       JavaScriptCore/wtf/unicode/UTF8.*,
       JavaScriptCore/yarr/*,
       WebCore/bindings/js/DOMObjectWithSVGContext.h,
       WebCore/bindings/js/JSAudioConstructor.*,
       WebCore/bindings/js/JSConsoleCustom.cpp,
       WebCore/bindings/js/JSCoordinatesCustom.cpp,
       WebCore/bindings/js/JSCSSRuleCustom.cpp,
       WebCore/bindings/js/JSCSSStyleDeclarationCustom.*,
       WebCore/bindings/js/JSCSSValueCustom.cpp,
       WebCore/bindings/js/JSCustomXPathNSResolver.*,
       WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp,
       WebCore/bindings/js/JSEventTargetBase.*,
       WebCore/bindings/js/JSHTMLAllCollection.h,
       WebCore/bindings/js/JSHTMLAppletElementCustom.*,
       WebCore/bindings/js/JSHTMLDocumentCustom.cpp,
       WebCore/bindings/js/JSHTMLElementCustom.cpp,
       WebCore/bindings/js/JSHTMLEmbedElementCustom.*,
       WebCore/bindings/js/JSHTMLFormElementCustom.cpp,
       WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp,
       WebCore/bindings/js/JSHTMLObjectElementCustom.*,
       WebCore/bindings/js/JSHistoryCustom.h,
       WebCore/bindings/js/JSInspectedObjectWrapper.*,
       WebCore/bindings/js/JSInspectorCallbackWrapper.*,
       WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp,
       WebCore/bindings/js/JSLocationCustom.h,
       WebCore/bindings/js/JSMessagePortCustom.*,
       WebCore/bindings/js/JSNamedNodeMapCustom.cpp,
       WebCore/bindings/js/JSNamedNodesCollection.*,
       WebCore/bindings/js/JSNodeCustom.cpp,
       WebCore/bindings/js/JSNodeFilterCustom.cpp,
       WebCore/bindings/js/JSNodeListCustom.cpp,
       WebCore/bindings/js/JSQuarantinedObjectWrapper.*,
       WebCore/bindings/js/JSSVGPODTypeWrapper.h,
       WebCore/bindings/js/JSStorageCustom.*,
       WebCore/bindings/js/JSStyleSheetCustom.cpp,
       WebCore/bindings/js/JSStyleSheetListCustom.cpp,
       WebCore/bindings/js/JSTextCustom.cpp,
       WebCore/bindings/js/JSXMLHttpRequestUploadCustom.*,
       WebCore/bindings/js/JSXSLTProcessorConstructor.*,
       WebCore/bindings/js/JSWorkerContextCustom.*,
       WebCore/bindings/js/JSWorkerCustom.*,
       WebCore/bindings/js/GCController.*,
       WebCore/bindings/js/ScriptSourceProvider.h,
       WebCore/bridge/*,
       WebCore/css/CSSCanvasValue.*,
       WebCore/css/CSSFontFace.*,
       WebCore/css/CSSFontFaceSource.*,
       WebCore/css/CSSFontFaceSrcValue.*,
       WebCore/css/CSSFontSelector.*,
       WebCore/css/CSSGradientValue.*,
       WebCore/css/CSSImageGeneratorValue.*,
       WebCore/css/CSSPrimitiveValueMappings.h,
       WebCore/css/CSSReflectValue.*,
       WebCore/css/CSSReflectionDirection.h,
       WebCore/css/CSSRuleList.idl,
       WebCore/css/CSSSegmentedFontFace.*,
       WebCore/css/CSSTimingFunctionValue.*,
       WebCore/css/CSSUnicodeRangeValue.*,
       WebCore/css/CSSValueList.idl,
       WebCore/css/MediaList.idl,
       WebCore/css/MediaQuery*,
       WebCore/css/view-source.css,
       WebCore/css/svg.css,
       WebCore/dom/BeforeTextInsertedEvent.*,
       WebCore/dom/Clipboard.cpp,
       WebCore/dom/ClipboardAccessPolicy.h,
       WebCore/dom/EventTarget.cpp,
       WebCore/dom/EventTarget.h,
       WebCore/dom/ExceptionCode.cpp,
       WebCore/dom/MessageEvent.*,
       WebCore/dom/NodeWithIndex.h,
       WebCore/dom/OverflowEvent.*,
       WebCore/dom/Position*,
       WebCore/dom/ProgressEvent.*,
       WebCore/dom/RangeBoundaryPoint.h,
       WebCore/dom/DOMStringList.h,
       WebCore/dom/TextEvent.*,
       WebCore/editing/*,
       WebCore/history/*,
       WebCore/html/Canvas*,
       WebCore/html/File*,
       WebCore/html/HTMLAudioElement.*,
       WebCore/html/HTMLCanvasElement.*,
       WebCore/html/HTMLMediaElement.*,
       WebCore/html/HTMLParserErrorCodes.*,
       WebCore/html/HTMLSourceElement.*,
       WebCore/html/HTMLVideoElement.*,
       WebCore/html/HTMLViewSourceDocument.*,
       WebCore/html/MediaError.h,
       WebCore/html/PreloadScanner.*,
       WebCore/html/TimeRanges.*,
       WebCore/html/VoidCallback.h,
       WebCore/inspector/*,
       WebCore/loader/CachePolicy.h,
       WebCore/loader/CachedFont.*,
       WebCore/loader/ImageDocument.*,
       WebCore/loader/PluginDocument.*,
       WebCore/loader/ProgressTracker.*,
       WebCore/loader/SubstituteData.h,
       WebCore/loader/SubstituteResource.h,
       WebCore/loader/TextDocument.*,
       WebCore/loader/FTPDirectoryDocument.*,
       WebCore/loader/*/*,
       WebCore/page/*,
       WebCore/platform/*,
       WebCore/plugins/gtk/PluginPackageGtk.cpp,
       WebCore/plugins/gtk/PluginViewGtk.cpp,
       WebCore/plugins/npapi.cpp,
       WebCore/plugins/npfunctions.h,
       WebCore/plugins/PluginDatabase.*,
       WebCore/plugins/PluginDatabaseClient.h,
       WebCore/plugins/PluginDebug.h,
       WebCore/plugins/PluginInfoStore.*,
       WebCore/plugins/PluginStream.*,
       WebCore/plugins/PluginPackage.*,
       WebCore/plugins/PluginView.*,
       WebCore/plugins/PluginQuirkSet.h,
       WebCore/rendering/LayoutState.*,
       WebCore/rendering/RenderHTMLCanvas.*,
       WebCore/rendering/RenderImageGeneratedContent.*,
       WebCore/rendering/RenderMedia.*,
       WebCore/rendering/RenderTreeAsText.*,
       WebCore/rendering/RenderWordBreak.*,
       WebCore/rendering/SVGRenderTreeAsText.*,
       WebCore/rendering/RenderVideo.*,
       WebCore/storage/LocalStorage.*,
       WebCore/storage/LocalStorageArea.*,
       WebCore/storage/LocalStorageTask.*,
       WebCore/storage/LocalStorageThread.*,
       WebCore/storage/SessionStorage.*,
       WebCore/storage/SessionStorageArea.*,
       WebCore/storage/Storage.*,
       WebCore/storage/StorageArea.*,
       WebCore/storage/StorageEvent.*,
       WebCore/storage/StorageMap.*,
       WebCore/svg/ElementTimeControl.h,
       WebCore/svg/*.idl,
       WebCore/svg/animation/*,
       WebCore/svg/graphics/SVGImage.*,
       WebCore/svg/graphics/SVGPaintServer*,
       WebCore/svg/graphics/SVGResource*,
       WebCore/xml/*,
       WebCore/workers/Worker.cpp,
       WebCore/workers/Worker.h,
       WebCore/workers/WorkerContext.cpp,
       WebCore/workers/WorkerContext.h,
       WebCore/workers/WorkerImportScriptsClient.*,
       WebCore/workers/WorkerLocation.cpp,
       WebCore/workers/WorkerLocation.h,
       WebCore/workers/WorkerMessagingProxy.cpp,
       WebCore/workers/WorkerMessagingProxy.h,
       WebCore/workers/WorkerThread.cpp,
       WebCore/workers/WorkerThread.h,
       WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.h,
       WebKit/gtk/WebCoreSupport/DocumentLoaderGtk.h,
       WebKit/gtk/WebCoreSupport/EditorClientGtk.h,
       WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h,
       WebKitTools/DumpRenderTree/AccessibilityController.h,
       WebKitTools/DumpRenderTree/AccessibilityUIElement.h,
       WebKitTools/DumpRenderTree/gtk/EventSender.*,
       WebKitTools/GtkLauncher/main.c,
Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc.
           © 2005, 2006, 2007 Alexey Proskuryakov (ap@nypop.com)
           © 2006, 2007, 2008 Nikolas Zimmermann <zimmermann@kde.org>
           © 2006 Samuel Weinig <sam.weinig@gmail.com>
           © 2005 Frerich Raabe <raabe@kde.org>
           © 2005 Maksim Orlovich <maksim@kde.org>
           © 2005, 2006 Alexander Kellett <lypanov@kde.org>
           © 2005, 2006 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
           © 2005, 2006 Michael Emmel mike.emmel@gmail.com
           © 2005, 2009 Google Inc.
           © 2005, 2006, 2009 Nokia Corporation
           © 2005, 2006 Oliver Hunt <ojh16@student.canterbury.ac.nz>
           © 2006, 2007, 2008 Eric Seidel <eric@webkit.org>
           © 2006 Allan Sandfeld Jensen <sandfeld@kde.org>
           © 2006 David Smith (catfish.man@gmail.com)
           © 2006 Dirk Mueller <mueller@kde.org>
           © 2006 Justin Haygood <jhaygood@spsu.edu>
           © 2006, 2007 Rob Buis <buis@kde.org>
           © 2006 Simon Hausmann <hausmann@kde.org>
           © 2006 Zack Rusin <zack@kde.org>
           © 2006 Graham Dennis (graham.dennis@gmail.com)
           © 2007, 2008 Alp Toker <alp.toker@collabora.co.uk>
           © 2007 Holger Hans Peter Freyther <zecke@selfish.org>
           © 2007 Henry Mason (hmason@mac.com)
           © 2007 Hiroyuki Ikezoe
           © 2007 Kouhei Sutou
           © 2007 Christian Dywan <christian@twotoasts.de>
           © 2007 Marius Renn <damarvy@gmail.com>
           © 2008 Xan Lopez <xan@gnome.org>
           © 2008 Collabora, Ltd.
           © 2008 Julien Chaffraix <jchaffraix@webkit.org>
           © 2008 The Mozilla Foundation
           © 2008 Brent Fulgham <bfulgham@gmail.com>
           © 2008 Collin Jackson  <collinj@webkit.org>
           © 2008, 2009 Dirk Schulze <krit@webkit.org>
           © 2008, 2009 Torch Mobile Inc.
           © 2008 Gustavo Noronha Silva <gns@gnome.org>
           © 2008 Kelvin W Sherlock (ksherlock@gmail.com)
           © 2008 Matt Lilek <webkit@mattlilek.com>
           © 2008, 2009 Paul Pedriana <ppedriana@ea.com>
           © 2009 Daniel Bates (dbates@intudata.com)
           © 2009 Joseph Pecoraro
           © 2009 IBM Corp.
           © 2009 Anthony Ricaud <rik@webkit.org>
License: BSD-2
 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 COMPUTER, 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 COMPUTER, 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.

Files: JavaScriptCore/API/JSRetainPtr.h,
       JavaScriptCore/API/JSStringRefBSTR.h,
       JavaScriptCore/VM/*,
       JavaScriptCore/kjs/CallData.h,
       JavaScriptCore/kjs/ConstructData.h,
       JavaScriptCore/kjs/DebuggerCallFrame.*,
       JavaScriptCore/kjs/InitializeThreading.*,
       JavaScriptCore/kjs/JSActivation.*,
       JavaScriptCore/kjs/JSGlobalData.*,
       JavaScriptCore/kjs/JSGlobalObject.cpp,
       JavaScriptCore/kjs/JSNotAnObject.*,
       JavaScriptCore/kjs/JSVariableObject.*,
       JavaScriptCore/kjs/SourceProvider.h,
       JavaScriptCore/kjs/SourceRange.h,
       JavaScriptCore/kjs/SymbolTable.h,
       JavaScriptCore/profiler/ProfileNode.*,
       JavaScriptCore/profiler/Profiler.*,
       JavaScriptCore/wtf/ASCIICType.h,
       JavaScriptCore/wtf/AVLTree.h,
       JavaScriptCore/wtf/Deque.h,
       JavaScriptCore/wtf/DisallowCType.h,
       JavaScriptCore/wtf/Locker.h,
       JavaScriptCore/wtf/MainThread.*,
       JavaScriptCore/wtf/MallocZoneSupport.h,
       JavaScriptCore/wtf/MessageQueue.h,
       JavaScriptCore/wtf/Threading.h,
       JavaScriptCore/wtf/ThreadingPthreads.cpp,
       JavaScriptCore/wtf/ThreadSpecific.h,
       JavaScriptCore/wtf/gtk/MainThreadGtk.cpp,
       JavaScriptCore/wtf/gtk/ThreadingGtk.cpp,
       JavaScriptCore/wtf/unicode/Collator.h,
       JavaScriptCore/wtf/unicode/CollatorDefault.cpp,
       JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp,
       JavaScriptCore/wtf/*,
       WebCore/accessibility/Accessibility*,
       WebCore/accessibility/AXObjectCache.cpp,
       WebCore/bindings/js/JSAttrCustom.cpp,
       WebCore/bindings/js/JSClipboardCustom.cpp,
       WebCore/bindings/js/JSCustomSQL*,
       WebCore/bindings/js/JSCustomVoidCallback.*,
       WebCore/bindings/js/JSDatabaseCustom.cpp,
       WebCore/bindings/js/JSHistoryCustom.cpp,
       WebCore/bindings/js/JSEventCustom.cpp,
       WebCore/bindings/js/JSHTMLFrameElementCustom.cpp,
       WebCore/bindings/js/JSHTMLIFrameElementCustom.cpp,
       WebCore/bindings/js/JSHTMLSelectElementCustom.h,
       WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp,
       WebCore/bindings/js/JSSQLTransactionCustom.cpp,
       WebCore/bindings/js/JSXMLHttpRequestCustom.cpp,
       WebCore/bindings/js/JSXSLTProcessorCustom.cpp,
       WebCore/bindings/js/StringSourceProvider.h,
       WebCore/bridge/npruntime.h,
       WebCore/dom/ClassNodeList.*,
       WebCore/dom/Clipboard.idl,
       WebCore/dom/DOMCoreException.idl,
       WebCore/dom/DOMCoreException.h,
       WebCore/dom/EventException.idl,
       WebCore/dom/EventException.h,
       WebCore/dom/ExceptionBase.*,
       WebCore/dom/SelectorNodeList.*,
       WebCore/dom/StaticNodeList.*,
       WebCore/dom/make_names.pl,
       WebCore/editing/SmartReplace*,
       WebCore/history/CachedPagePlatformData.h,
       WebCore/html/CanvasPixelArray.*,
       WebCore/html/HTMLTableRowsCollection.*,
       WebCore/html/ImageData.*,
       WebCore/loader/archive/*,
       WebCore/loader/DocumentLoader.*,
       WebCore/loader/FormState.*,
       WebCore/loader/FrameLoader*,
       WebCore/loader/MainResourceLoader.*,
       WebCore/loader/NavigationAction.*,
       WebCore/loader/NetscapePlugInStreamLoader.*,
       WebCore/loader/ResourceLoader.*,
       WebCore/loader/SubresourceLoader*,
       WebCore/loader/icon/IconDatabaseClient.h,
       WebCore/loader/icon/IconRecord.*,
       WebCore/loader/icon/PageURLRecord.*,
       WebCore/page/animation/*,
       WebCore/page/BarInfo.*,
       WebCore/page/Console.*,
       WebCore/page/DOMSelection.*,
       WebCore/page/Location.*,
       WebCore/page/Screen.*,
       WebCore/page/SecurityOrigin*,
       WebCore/page/WindowFeatures.h,
       WebCore/platform/AutodrainedPool.h,
       WebCore/platform/FileChooser.*,
       WebCore/platform/FileSystem.h,
       WebCore/platform/FloatConversion.h,
       WebCore/platform/graphics/FontCache.*,
       WebCore/platform/graphics/FontFallbackList.cpp,
       WebCore/platform/graphics/FontDescription.cpp,
       WebCore/platform/graphics/Glyph*,
       WebCore/platform/graphics/SimpleFontData.cpp,
       WebCore/platform/graphics/StringTruncator.*,
       WebCore/platform/graphics/gtk/GlyphPageTreeNodeGtk.cpp,
       WebCore/platform/graphics/gtk/GlyphPageTreeNodePango.cpp,
       WebCore/platform/graphics/gtk/IconGtk.cpp,
       WebCore/platform/graphics/gtk/SimpleFontDataGtk.cpp,
       WebCore/platform/graphics/gtk/SimpleFontDataPango.cpp,
       WebCore/platform/gtk/ContextMenuGtk.cpp,
       WebCore/platform/gtk/ContextMenuItemGtk.cpp,
       WebCore/platform/gtk/PasteboardGtk.cpp,
       WebCore/platform/gtk/SearchPopupMenuGtk.cpp,
       WebCore/platform/network/HTTPParsers.*,
       WebCore/platform/sql/SQLValue.*,
       WebCore/platform/sql/SQLiteAuthorizer.*,
       WebCore/platform/text/AtomicStringHash.h,
       WebCore/platform/text/StringBuffer.h,
       WebCore/platform/text/StringBuilder.*,
       WebCore/platform/text/mac/make-charset-table.pl,
       WebCore/plugins/PluginQuirkSet.h,
       WebCore/rendering/MediaControlElements.*,
       WebCore/rendering/RenderListBox.*,
       WebCore/rendering/RenderReplica.*,
       WebCore/storage/*,
       WebCore/xml/XMLHttpRequest.idl,
       WebCore/xml/XMLHttpRequestException.h,
       WebCore/xml/XMLHttpRequestException.idl,
       WebCore/xml/XPathException.h,
       WebCore/xml/XPathException.idl,
       WebCore/xml/XSLTUnicodeSort.*,
       WebKitTools/DumpRenderTree/*,
       WebKit/*,
       WebKit/gtk/*,
Copyright: © 2003, 2005, 2006, 2007, 2008, 2009 Apple Inc.
           © 2004, Apple Computer, Inc. and The Mozilla Foundation
           © 2006 Samuel Weinig <sam.weinig@gmail.com>
           © 2006 Alexey Proskuryakov (ap@nypop.com)
           © 2007, 2008 Matt Lilek (pewtermoose@gmail.com)
           © 2006 Michael Emmel mike.emmel@gmail.com
           © 2007, 2008 Alp Toker <alp@atoker.com>
           © 2006, 2007 David Smith (catfish.man@gmail.com)
           © 2006 Nikolas Zimmermann <zimmermann@kde.org>
           © 2006 Eric Seidel (eric@webkit.org)
           © 2006 Graham Dennis (graham.dennis@gmail.com)
           © 2007 Justin Haygood (jhaygood@reaktix.com)
           © 2008 Cameron Zwarich (cwzwarich@uwaterloo.ca)
           © 2008 Tony Chang <idealisms@gmail.com>
           © 2008 Anthony Ricaud (rik24d@gmail.com)
           © 2008, 2009 Google Inc.
           © 2008, 2009 Torch Mobile Inc.
           © 2009 Jian Li <jianli@chromium.org>
License: BSD-3
 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.
 3.  Neither the name of Apple, Inc. ("Apple") 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 APPLE AND ITS 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 APPLE OR ITS 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: WebCore/inspector/front-end/WatchExpressionsSidebarPane.js
License: BSD-3
Copyright: © 2009 IBM Corp. All rights reserved.
 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 IBM Corp. 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

Files: JavaScriptCore/wtf/HashTable.*,
       JavaScriptCore/wtf/unicode/glib/*,
       JavaScriptCore/runtime/*,
       WebCore/accessibility/gtk/AXObjectCacheAtk.cpp,
       WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp,
       WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.*,
       WebCore/bindings/js/JSEventListener.*,
       WebCore/bindings/js/JSLazyEventListener.*,
       WebCore/bindings/v8/custom/V8DocumentLocationCustom.cpp
       WebCore/css/makegrammar.pl,
       WebCore/dom/XMLTokenizer.*,
       WebCore/editing/gtk/SelectionControllerGtk.cpp,
       WebCore/html/FormDataList.*,
       WebCore/html/HTMLAnchorElement.*,
       WebCore/html/HTMLAppletElement.*,
       WebCore/html/HTMLAreaElement.*,
       WebCore/html/HTMLCollection.*,
       WebCore/html/HTMLFormCollection.*,
       WebCore/html/HTMLFrameElementBase.*,
       WebCore/html/HTMLIFrameElement.*,
       WebCore/html/HTMLFontElement.*,
       WebCore/html/HTMLFormElement.*,
       WebCore/html/HTMLInputElement.*,
       WebCore/html/HTMLLinkElement.*,
       WebCore/html/HTMLObjectElement.*,
       WebCore/html/HTMLOptionsCollection.*,
       WebCore/html/HTMLPlugInImageElement.*,
       WebCore/html/HTMLTableElement.*,
       WebCore/html/HTMLTextAreaElement.*,
       WebCore/html/HTMLTokenizer.*,
       WebCore/html/ValidityState.*,
       WebCore/page/Chrome.*,
       WebCore/page/ChromeClient.h,
       WebCore/page/Frame.*,
       WebCore/page/FramePrivate.h,
       WebCore/page/FrameTree.*,
       WebCore/page/FrameView.*,
       WebCore/page/MouseEventWithHitTestResults.*,
       WebCore/page/Navigator.*,
       WebCore/page/Page.*,
       WebCore/page/PrintContext.*,
       WebCore/page/WindowFeatures.cpp,
       WebCore/platform/Length*,
       WebCore/platform/PopupMenuClient.h,
       WebCore/platform/PopupMenu.h,
       WebCore/platform/SearchPopupMenu.h,
       WebCore/platform/StaticConstructors.h,
       WebCore/platform/TreeShared.h,
       WebCore/platform/graphics/filters/*,
       WebCore/platform/graphics/FloatPoint3D.*,
       WebCore/platform/graphics/Font.cpp,
       WebCore/platform/graphics/Font.h,
       WebCore/platform/graphics/FontDescription.h,
       WebCore/platform/graphics/FontFallbackList.h,
       WebCore/platform/graphics/Icon.h,
       WebCore/platform/graphics/IntSizeHash.h,
       WebCore/platform/graphics/PathTraversalState.cpp,
       WebCore/platform/graphics/SimpleFontData.h,
       WebCore/platform/graphics/TextRun.h,
       WebCore/platform/graphics/WidthIterator.*,
       WebCore/platform/graphics/cairo/CairoPath.h,
       WebCore/platform/graphics/cairo/PathCairo.cpp,
       WebCore/platform/graphics/gtk/FontCacheGtk.cpp,
       WebCore/platform/graphics/gtk/FontGtk.*,
       WebCore/platform/graphics/gtk/FontPlatformData.h,
       WebCore/platform/graphics/gtk/FontPlatformDataGtk.cpp,
       WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp,
       WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.*,
       WebCore/platform/graphics/gtk/VideoSinkGStreamer.*,
       WebCore/platform/graphics/transforms/*,
       WebCore/platform/gtk/ClipboardGtk.cpp,
       WebCore/platform/gtk/ContextMenuGtk.cpp,
       WebCore/platform/gtk/ContextMenuItemGtk.cpp,
       WebCore/platform/gtk/CursorGtk.h,
       WebCore/platform/gtk/DragDataGtk.cpp,
       WebCore/platform/gtk/DragImageGtk.cpp,
       WebCore/platform/gtk/EventLoopGtk.cpp,
       WebCore/platform/gtk/FileSystemGtk.cpp,
       WebCore/platform/gtk/guriescape.c,
       WebCore/platform/gtk/guriescape.h,
       WebCore/platform/gtk/KURLGtk.cpp,
       WebCore/platform/gtk/Language.cpp,
       WebCore/platform/gtk/LoggingGtk.cpp,
       WebCore/platform/gtk/PasteboardGtk.cpp,
       WebCore/platform/gtk/PasteboardHelper.h,
       WebCore/platform/gtk/PopupMenuGtk.cpp,
       WebCore/platform/gtk/RenderThemeGtk.cpp,
       WebCore/platform/gtk/RenderThemeGtk.h,
       WebCore/platform/gtk/ScrollbarGtk.cpp,
       WebCore/platform/gtk/SearchPopupMenuGtk.cpp,
       WebCore/platform/gtk/SharedBufferGtk.cpp,
       WebCore/platform/gtk/SoundGtk.cpp,
       WebCore/platform/gtk/SystemTimeGtk.cpp,
       WebCore/platform/network/FormData.*,
       WebCore/platform/network/curl/CookieJarCurl.cpp,
       WebCore/platform/network/soup/CookieJarSoup.cpp,
       WebCore/platform/network/soup/ResourceHandleSoup.cpp,
       WebCore/platform/network/soup/ResourceRequestSoup.cpp,
       WebCore/platform/network/soup/ResourceResponseSoup.cpp,
       WebCore/platform/text/AtomicString.*,
       WebCore/platform/text/AtomicStringImpl.h,
       WebCore/platform/text/Base64.cpp,
       WebCore/platform/text/BidiContext.*,
       WebCore/platform/text/BidiResolver.h,
       WebCore/platform/text/ParserUtilities.h,
       WebCore/platform/text/PlatformString.h,
       WebCore/platform/text/String.cpp,
       WebCore/platform/text/SegmentedString.*,
       WebCore/platform/text/StringHash.h,
       WebCore/platform/text/StringImpl.*,
       WebCore/platform/text/TextBreakIterator.h,
       WebCore/platform/text/TextBreakIteratorICU.cpp,
       WebCore/platform/text/TextBreakIteratorInternalICU.h,
       WebCore/platform/text/gtk/TextBreakIteratorInternalICUGtk.cpp,
       WebCore/rendering/ScrollBehavior.*,
       WebCore/svg/SVGAngle.idl,
       WebCore/svg/SVGColor.idl,
       WebCore/svg/SVGDocument.idl,
       WebCore/svg/SVGElement.idl,
       WebCore/svg/SVGException.idl,
       WebCore/svg/SVGFontData.*,
       WebCore/svg/SVGHKernElement.idl,
       WebCore/svg/SVGLength.idl,
       WebCore/svg/SVGMatrix.idl,
       WebCore/svg/SVGMetadataElement.idl,
       WebCore/svg/SVGNumber.idl,
       WebCore/svg/SVGPoint.idl,
       WebCore/svg/SVGRect.idl,
       WebCore/svg/SVGSVGElement.idl,
       WebCore/svg/SVGTransform.idl,
       WebCore/svg/graphics/SVGResourceFilter.*,
       WebCore/svg/graphics/filters/*,
       WebCore/xml/DOMParser.*,
       WebCore/xml/XMLHttpRequest.*,
       WebCore/xml/XMLSerializer.*,
       WebCore/xml/XPathEvaluator.idl,
       WebCore/xml/XPathExpression.idl,
       WebCore/xml/XPathNSResolver.idl,
       WebCore/xml/XPathResult.idl,
       WebCore/xml/XSL*,
       WebCore/wml/*,
       WebKit/gtk/WebCoreSupport/*.cpp,
       WebKit/gtk/WebCoreSupport/ChromeClientGtk.h,
       WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h,
       WebKit/gtk/WebCoreSupport/InspectorClientGtk.h,
       WebKit/gtk/webkit/*,
       WebKit/gtk/tests/*,
       WebKitTools/DumpRenderTree/config.h,
       WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp,
       *
Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc.
           © 1991, 1999 Free Software Foundation, Inc.
           © 1997 Martin Jones (mjones@kde.org)
           © 1998, 1999 Torben Weis <weis@kde.org>
           © 1998 Netscape Communications Corporation
           © 1998-2003, 2006 Lars Knoll (knoll@kde.org)
           © 1999-2004 Harri Porten (porten@kde.org)
           © 1999, 2001 Antti Koivisto (koivisto@kde.org)
           © 1999, 2002 Waldo Bastian (bastian@kde.org)
           © 2000 Daniel Molkentin (molkentin@kde.org)
           © 2000-2003 Dirk Mueller (mueller@kde.org)
           © 2000 Frederik Holljen (frederik.holljen@hig.no)
           © 2000, 2001, 2003 Peter Kelly (pmk@post.com)
           © 2000 Simon Hausmann <hausmann@kde.org>
           © 2000 Stefan Schimanski (schimmi@kde.org)
           © 2001 Tobias Anton (anton@stud.fbi.fh-darmstadt.de)
           © 2001 Tim Copperfield <timecop@network.email.ne.jp>
           © 2002, 2003 The Karbon Developers
           © 2002 Cyrus Patel <cyp@fb14.uni-mainz.de>
           © 2004, 2005, 2006, 2007 Nikolas Zimmermann <zimmermann@kde.org>
           © 2004, 2005, 2006, 2007, 2008, 2009 Rob Buis <buis@kde.org>
           © 2004, 2005 Allan Sandfeld Jensen (kde@carewolf.com)
           © 2004, 2006 Zack Rusin <zack@kde.org>
           © 2005, 2006 Alexander Kellett <lypanov@kde.org>
           © 2005, 2006, 2007 Alexey Proskuryakov <ap@nypop.com>
           © 2005, 2006 Oliver Hunt <ojh16@student.canterbury.ac.nz>
           © 2006, 2007 Eric Seidel (eric@webkit.org)
           © 2006, 2007 Samuel Weinig <sam@webkit.org>
           © 2006 Anders Carlsson <andersca@mac.com>
           © 2006 Andrew Wellington (proton@wiretapped.net)
           © 2006 Bjoern Graf (bjoern.graf@gmail.com)
           © 2006 George Staikos <staikos@kde.org>
           © 2006 Graham Dennis (graham.dennis@gmail.com)
           © 2006 James G. Speth (speth@end.com)
           © 2006 Jon Shier (jshier@iastate.edu)
           © 2006, 2007 Maks Orlovich
           © 2006 Michael Emmel <mike.emmel@gmail.com>
           © 2007, 2008 Alp Toker <alp@atoker.com>
           © 2007 Cameron Zwarich (cwzwarich@uwaterloo.ca)
           © 2007, 2008, 2009 Holger Hans Peter Freyther <zecke@selfish.org>
           © 2007 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
           © 2007 David Smith (catfish.man@gmail.com)
           © 2007, 2008, 2009 Collabora, Ltd.
           © 2007 OpenedHand
           © 2007, 2008, 2009 Christian Dywan <christian@twotoasts.de>
           © 2007,2008 Luca Bruno <lethalman88@gmail.com>
           © 2008 Xan Lopez <xan@gnome.org>
           © 2008 Nuanti Ltd
           © 2008 Nokia Corporation and/or its subsidiary(-ies)
           © 2007, 2008 Christian Dywan <christian@imiendo.com>
           © 2008, 2009 Torch Mobile, Inc. All rights reserved.
           © 2008 Alex Mathews <possessedpenguinbob@gmail.com>
           © 2008 David Levin <levin@chromium.org>
           © 2009 David Smith (catfish.man@gmail.com)
           © 2008, 2009 Gustavo Noronha Silva <gns@gnome.org>
           © 2008, 2009 Jan Michael Alonzo <jmalonzo@gmail.com>
           © 2008 Jürg Billeter <j@bitron.ch>
           © 2008 Dominik Röttsches <dominik.roettsches@access-company.com>
           © 2009 Igalia S.L.
           © 2009 Google Inc.
           © 2009 Diego Escalante Urrelo <diegoe@gnome.org>
           © 2009 Michelangelo De Simone <micdesim@gmail.com>
           © 2009 Kenneth Rohde Christiansen
           © 2009 Cameron McCormack <cam@mcc.id.au>
           © 2009 Martin Robinson
License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)

Files: WebCore/bridge/npruntime_internal.h
Copyright: © 2007 Collabora, Ltd.
License: LGPL-2.1+ (/usr/share/common-licenses/LGPL-2)

Files: JavaScriptCore/kjs/DateMath.*,
       WebCore/bridge/npapi.h,
       WebCore/html/HTMLDocument.cpp,
       WebCore/platform/Arena.*,
       WebCore/platform/gtk/gtk2drawing.c,
       WebCore/platform/gtk/gtkdrawing.h,
       WebCore/platform/image-decoders/gif/GIFImageReader.*,
       WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp,
       WebCore/platform/image-decoders/png/PNGImageDecoder.cpp,
       WebCore/platform/image-decoders/zlib/mozzconf.h,
       WebCore/platform/text/UnicodeRange.*,
       WebCore/plugins/gtk/gtk2xtbin.*,
       WebCore/plugins/gtk/xembed.h,
       WebCore/rendering/RenderArena.*,
       WebCore/rendering/RenderLayer.*
Copyright: © 1998, 2001-2006 mozilla.org
           © 1999, 2000 Harri Porten (porten@kde.org)
           © 2003, 2004, 2005, 2006, 2007 Apple Inc.
           © 1998-2000, 2002 Netscape Communications Corporation.
           © 1999 Lars Knoll (knoll@kde.org)
           © 1999 Antti Koivisto (koivisto@kde.org)
           © 2004 IBM Corporation
           © 2002 Sun Microsystems, Inc.
License: LGPL-2.1+ (/usr/share/common-licenses/LGPL-2) | GPL-2+ (/usr/share/common-licenses/GPL-2) | MPL-1.1
 Other contributors for this code include:
 - Boris Zbarsky <bzbarsky@mit.edu>
 - Brian Ryner <bryner@brianryner.com>
 - Chris Saari <saari@netscape.com>
 - Christian Biesinger <cbiesinger@web.de>
 - David Baron <dbaron@fas.harvard.edu>
 - Jeff Hostetler <jeff@nerdone.com>
 - Josh Soref <timeless@mac.com>
 - Michael Ventnor <m.ventnor@gmail.com>
 - Nick Blievers <nickb@adacel.com.au>
 - Pierre Chanial <p_ch@verizon.net>
 - Raffaele Sena <raff@netwinder.org>
 - Randall Jesup <rjesup@wgate.com>
 - Robert O'Callahan <roc+@cs.cmu.edu>
 - Roland Mainz <roland.mainz@informatik.med.uni-giessen.de>
 - Stuart Parmenter <stuart@mozilla.com>
 - Tom Rini <trini@kernel.crashing.org>

Files: JavaScriptCore/pcre/*
Copyright: © 1997-2005 University of Cambridge
           © 2002, 2004, 2005, 2006, 2007 Apple Inc.
License: BSD-3
 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 University of Cambridge 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: JavaScriptCore/kjs/dtoa.cpp
Copyright: © 1991, 2000, 2001 Lucent Technologies
License: other
 Permission to use, copy, modify, and distribute this software for any
 purpose without fee is hereby granted, provided that this entire notice
 is included in all copies of any software which is or includes a copy
 or modification of this software and in all copies of the supporting
 documentation for such software.
 .
 THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
 REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
 OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

Files: JavaScriptCore/wtf/CrossThreadRefCounted.*,
       JavaScriptCore/wtf/FastMalloc.cpp,
       JavaScriptCore/wtf/TC*,
       JavaScriptCore/wtf/PtrAndFlags.h,
       WebCore/bindings/js/InspectorBackend.*,
       WebCore/bindings/js/JSAbstractWorkerCustom.cpp,
       WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp,
       WebCore/bindings/js/JSInspectorBackendCustom.cpp,
       WebCore/bindings/js/JSMessageEventCustom.cpp,
       WebCore/bindings/js/JSMessagePortCustom.h,
       WebCore/bindings/js/JSSharedWorkerConstructor.h,
       WebCore/bindings/js/ScriptArray.*,
       WebCore/bindings/js/ScriptFunctionCall.*,
       WebCore/bindings/js/ScriptObject.*,
       WebCore/bindings/js/ScriptObjectQuarentine.*,
       WebCore/bindings/js/ScriptState.cpp,
       WebCore/bindings/v8/*,
       WebCore/css/themeChromiumWin.css,
       WebCore/css/themeWin.css,
       WebCore/css/themeWinQuirks.css,
       WebCore/dom/default/PlatformMessagePortChannel.*,
       WebCore/dom/ErrorEvent.*,
       WebCore/dom/MessagePortChannel.*,
       WebCore/inspector/DOMDispatchTimelineItem.*
       WebCore/inspector/InspectorTimelineAgent.*,
       WebCore/inspector/TimelineItem.*,
       WebCore/inspector/front-end/Popup.js,
       WebCore/inspector/front-end/TimelineAgent.js,
       WebCore/platform/CrossThreadCopier.*,
       WebCore/platform/network/soup/SocketStreamHandleSoup.cpp,
       WebCore/platform/text/TextEncodingDetector.*,
       WebCore/platform/text/TextEncodingDetectorICU.*,
       WebCore/platform/text/TextEncodingDetectorNone.*,
       WebCore/storage/SQLTransaction*,
       WebCore/websockets/*,
       WebCore/workers/AbstractWorker.*,
       WebCore/workers/DedicatedWorkerContext.*,
       WebCore/workers/SharedWorker.*,
       WebCore/workers/GenericWorkerTask.h,
       WebCore/workers/WorkerContextProxy.h,
       WebCore/workers/WorkerObjectProxy.h,
       WebCore/workers/WorkerRunLoop.cpp,
       WebCore/workers/WorkerRunLoop.h
Copyright: © 2005, 2006, 2007, 2008, 2009 Google Inc.
           © 2009 Joseph Pecoraro
License: BSD-3
 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 Google Inc. 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: JavaScriptCore/icu/*,
       WebCore/icu/*,
Copyright: © 1995-2006 International Business Machines Corporation and others
License: other
 Permission is hereby granted, free of charge, to any person obtaining a copy of this
 software and associated documentation files (the "Software"), to deal in the Software
 without restriction, including without limitation the rights to use, copy, modify,
 merge, publish, distribute, and/or sell copies of the Software, and to permit persons
 to whom the Software is furnished to do so, provided that the above copyright notice(s)
 and this permission notice appear in all copies of the Software and that both the above
 copyright notice(s) and this permission notice appear in supporting documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER
 OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
 CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall not be used in
 advertising or otherwise to promote the sale, use or other dealings in this Software
 without prior written authorization of the copyright holder.

Files: WebCore/platform/image-decoders/zlib/*
Copyright: © 1995-2005 Mark Adler
           © 1995-2005 Jean-loup Gailly
License: other
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files: acinclude.m4
Copyright: © 2007, 2008 Josh Triplett <josh@freedesktop.org>
License: other
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.

Files: WebCore/xml/XSLTExtensions.cpp
Copyright: © 2001-2002 Thomas Broyer
           © 2001-2002 Charlie Bozeman
           © 2001-2002 Daniel Veillard
           © 2007 Alexey Proskuryakov <ap@webkit.org>
License: other
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is fur-
 nished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the authors shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from him.

Files: WebCore/bindings/js/JSEventSourceConstructor.*,
       WebCore/bindings/js/JSEventSourceCustom.*,
       WebCore/page/EventSource.*
Copyright: © 2009 Ericsson AB
License: BSD-3
 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.
 3. Neither the name of Ericsson 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.