This file is indexed.

/usr/share/doc/fp-units-rtl-3.0.0/copyright is in fp-units-rtl-3.0.0 3.0.0+dfsg-11+deb9u1.

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
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lazarus
Source:
 http://freepascal.org/
 .
 The upstream source has been repacked to remove a non-distributable file:
 fpcsrc/rtl/netwlibc/pre/libcpre.gcc.o . Because repacking needed to be done
 anyways, also other precompiled files and generated Makefiles were removed,
 in order to save considerable amounts of disk space. The Makefiles can be
 recreated by running the make-files target in debian/rules, i.e.:
 $ debian/rules make-files
Comment:
 The original description of upstream's view on the licenses can be found in
 install/doc/readme.txt in the section called license. The text from there is
 given below. Mind that some items that are discussed are stripped from
 the Debian source tar ball.
 .
 .
 The compiler and most utilities and executables distributed in this package
 fall under the GPL, for more information read the file COPYING.v2.
 .
 Some specific utilities and programs come under the license described in
 COPYING.v3, COPYING.DJ, COPYING.EMX, COPYING.RSX and licensez.ip.
 .
 FPC for JVM comes with some third party tools which are convered by
 the following licenses:
   - jasmin.jar comes under the license described in jasminli.txt
   - bcel-6.0-SNAPSHOT.jar comes under the Apache 2.0 license, described by
     apache2.txt
 .
 Some of the licenses of the third party tools require to make the source
 available. If you cannot find the sources or information where to find
 them for a certain tool under such a license included into the FPC
 distribution, please contact us through the contact details given
 at http://www.freepascal.org/moreinfo.var and we will provide you
 the sources or information where to find them.
 .
 The documentation, unless otherwise noted, is distributed as free
 text, and is distributed under the GNU Library General Public
 License as found in file COPYING.
 .
 The runtime library, package libraries, free component library, and
 other libraries which are used to create executables by the compiler
 come under a modified GNU Library General Public license. Additional
 information about the library license is found in COPYING.FPC.
 .
 License conditions for DPMI provider for GO32v2 version (CWSDPMI.EXE)
 can be found in cwsdpmi.txt, sources and/or binary updates may be
 downloaded from http://clio.rice.edu/cwsdpmi/.
 .
 The DOS version (go32v2) contains some binaries of DJGPP. You can obtain
 the full DJGPP package at: http://www.delorie.com/djgpp/
 .
 NOTE: OS/2 version of the installer uses the library UNZIP32.DLL from
       Info-ZIP. Info-ZIP's software (Zip, UnZip and related utilities)
       is free and can be obtained as source code or executables from
       Internet/WWW sites, including http://www.info-zip.org.
 
Files: *
Copyright:
 1990-2000 Albert Graef <ag@muwiinfa.geschichte.uni-mainz.de>
 1993-1998 Stefan Zeiger
 1996 Berend de Boer <berend@pobox.com>
 1996 Mark Wooding
 1996 Simon Tatham
 1998-2002 Berczi Gabor
 1998-2002 Daniel Mantione
 1998-2002 Eberhard Mattes
 1998-2002 Michael van Canneyt
 1998-2002 Pavel
 1998-2007 Pierre Muller
 1998-2008 Carl Eric Codere
 1998-2014 Mazen NEIFER
 1998-2012 David Zhang
 1998-2012 Peter Vreman
 1998-2012 the Free Pascal team
 1998-2014 Florian Klaempfl
 1998-2014 Jonas Maebe
 1998-2014 the Free Pascal development team
 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
 1999-2002 Thomas Schatzl
 2000 International Business Machines Corp.
 2000-2002 Marco van de Voort
 2000-2002 Michel Lespinasse <walken@zoy.org>
 2000-2003 Underbit Technologies, Inc
 2001-2002 Pavel
 2002-2003 CodeFactory AB
 2002-2006 Red Hat Inc
 2002-2007 Daniel Mantione
 2003 Wiktor Sywula
 2003 Yuri Prokushev
 2004 Gildas Bazin <gbazin@videolan.org>
 2005-2012 Jeppe Johansen
 2006 Graeme Geldenhuys <graemeg@gmail.com>
 2006 Ivo Steinmann
 2007 contributors of the Free Pascal Compiler
 2008 Giulio Bernardi
 2008 the Free Pascal Compiler team
 2008-2008 Olivier Coursière
 2009 Sven Barth
 2009-2010 Dmitry Boyarintsev
 2011 Armin Diehl
 2011 Francesco Lombardi
 2011 Mattias Gaertner <mattias@freepascal.org>
 2012 Sergei Gorelkin
 2013 Yury Sidorov
 2014 Nikolay Nikolov
License: GPL-2+

Files: debian/*
Copyright:
 1999-2006 Peter Vreman <peter@freepascal.org>
 1999 Mika Fischer <mf@debian.org>
 2000-2001 Ulf Jaenicke-Roessler <ujr@debian.org>
 2001-2007 Carlos Laviola <claviola@debian.org>
 2003 Amaya Rodrigo Sastre <amaya@debian.org>
 2003-2004 Roland Stigge <stigge@antcom.de>
 2006-2014 Abou Al Montacir <abou.almonacir@sfr.rf>
 2007 Varun Hiremath <varunhiremath@gmail.com>
 2007-2008 Torsten Werner <twerner@debian.org>
 2009-2015 Paul Gevers <elbrus@debian.org>
 2012-2013 Peter Michael Green <plugwash@debian.org>
License: GPL-2+

Files:
 demo/freebsd/demo_kqueue.pas
 demo/freebsd/demo_sendfile.pas
 demo/freebsd/sysmousetest.pas
 demo/graph/fpctris.pp
 demo/graph/gameunit.pp
 demo/graph/mandel.pp
 demo/graph/samegame.pp
 demo/lister/flist.pas
 demo/lister/flist.pas
 demo/lister/lister.pas
 demo/lister/lister.pas
 demo/modex/voxel.pp
 demo/morphos/ahitest.pas
 demo/morphos/asltest.pas
 demo/morphos/getvolumes.pas
 demo/morphos/muidemo.pas
 demo/morphos/muidemo2.pas
 demo/morphos/openlib.pas
 demo/morphos/process.pas
 demo/morphos/window.pas
 demo/netware/check.pp
 demo/os2/basicpm.pas
 demo/os2/getctry.pas
 demo/text/blackbox.pp
 demo/text/eratos.pp
 demo/text/hello.pp
 demo/text/lines.pp
 demo/text/magic.pp
 demo/text/qsort.pp
 demo/unix/cgibmp.pp
 demo/unix/cgibmp.pp
 demo/wince/testemu/w32rapi.pp
 demo/wince/testemu/wcetemu.pp
 demo/wince/testemu/wcetrun.pp
 fpcdocs/Makefile.fpc
 fpcdocs/htmwrite8859.pp
 fpcdocs/makehtm.pp
 fpcsrc/compiler/aarch64/cpuinfo.pas
 fpcsrc/compiler/alpha/cpuinfo.pas
 fpcsrc/compiler/arm/cpuinfo.pas
 fpcsrc/compiler/avr/cpuinfo.pas
 fpcsrc/compiler/ccharset.pas
 fpcsrc/compiler/compinnr.inc
 fpcsrc/compiler/generic/cpuinfo.pas
 fpcsrc/compiler/jvm/cpuinfo.pas
 fpcsrc/compiler/m68k/cpuinfo.pas
 fpcsrc/compiler/mips/cpuinfo.pas
 fpcsrc/compiler/powerpc/cpuinfo.pas
 fpcsrc/compiler/powerpc64/cpuinfo.pas
 fpcsrc/compiler/utils/dummyas.pp
 fpcsrc/compiler/utils/fixlog.pp
 fpcsrc/compiler/utils/fixnasm.pp
 fpcsrc/compiler/utils/mk68kreg.pp
 fpcsrc/compiler/utils/mka64ins.pp
 fpcsrc/compiler/utils/mka64reg.pp
 fpcsrc/compiler/utils/mkarmins.pp
 fpcsrc/compiler/utils/mkarmreg.pp
 fpcsrc/compiler/utils/mkavrreg.pp
 fpcsrc/compiler/utils/mkia64reg.pp
 fpcsrc/compiler/utils/mkjvmreg.pp
 fpcsrc/compiler/utils/mkmpsreg.pp
 fpcsrc/compiler/utils/mkppcreg.pp
 fpcsrc/compiler/utils/mkspreg.pp
 fpcsrc/compiler/utils/mkx86ins.pp
 fpcsrc/compiler/utils/mkx86reg.pp
 fpcsrc/compiler/utils/msg2inc.pp
 fpcsrc/compiler/utils/msgdif.pp
 fpcsrc/compiler/vis/cpuinfo.pas
 fpcsrc/ide/fp.pas
 fpcsrc/ide/fpcalc.pas
 fpcsrc/ide/fpcatch.pas
 fpcsrc/ide/fpcodcmp.pas
 fpcsrc/ide/fpcodtmp.pas
 fpcsrc/ide/fpcompil.pas
 fpcsrc/ide/fpconst.pas
 fpcsrc/ide/fpdebug.pas
 fpcsrc/ide/fpdesk.pas
 fpcsrc/ide/fpdpansi.pas
 fpcsrc/ide/fpevalw.pas
 fpcsrc/ide/fphelp.pas
 fpcsrc/ide/fpide.pas
 fpcsrc/ide/fpini.pas
 fpcsrc/ide/fpintf.pas
 fpcsrc/ide/fpkeys.pas
 fpcsrc/ide/fpmansi.inc
 fpcsrc/ide/fpmcomp.inc
 fpcsrc/ide/fpmdebug.inc
 fpcsrc/ide/fpmedit.inc
 fpcsrc/ide/fpmfile.inc
 fpcsrc/ide/fpmhelp.inc
 fpcsrc/ide/fpmingw.pas
 fpcsrc/ide/fpmopts.inc
 fpcsrc/ide/fpmrun.inc
 fpcsrc/ide/fpmsrch.inc
 fpcsrc/ide/fpmtools.inc
 fpcsrc/ide/fpmwnd.inc
 fpcsrc/ide/fpredir.pas
 fpcsrc/ide/fpregs.pas
 fpcsrc/ide/fpswitch.pas
 fpcsrc/ide/fpsymbol.pas
 fpcsrc/ide/fptemplt.pas
 fpcsrc/ide/fptools.pas
 fpcsrc/ide/fpusrscr.pas
 fpcsrc/ide/fputils.pas
 fpcsrc/ide/fpvars.pas
 fpcsrc/ide/fpviews.pas
 fpcsrc/ide/gplprog.pt
 fpcsrc/ide/gplunit.pt
 fpcsrc/ide/wansi.pas
 fpcsrc/ide/wcedit.pas
 fpcsrc/ide/wchmhwrap.pas
 fpcsrc/ide/wconsole.pas
 fpcsrc/ide/weditor.pas
 fpcsrc/ide/whelp.pas
 fpcsrc/ide/whlpview.pas
 fpcsrc/ide/whtml.pas
 fpcsrc/ide/whtmlhlp.pas
 fpcsrc/ide/whtmlscn.pas
 fpcsrc/ide/winclip.pas
 fpcsrc/ide/windebug.pas
 fpcsrc/ide/wini.pas
 fpcsrc/ide/wnghelp.pas
 fpcsrc/ide/woahelp.pas
 fpcsrc/ide/wos2help.pas
 fpcsrc/ide/wresourc.pas
 fpcsrc/ide/wtphwrit.pas
 fpcsrc/ide/wutils.pas
 fpcsrc/ide/wviews.pas
 fpcsrc/ide/wvphelp.pas
 fpcsrc/ide/wwinhelp.pas
 fpcsrc/installer/install.pas
 fpcsrc/installer/insthelp.pas
 fpcsrc/installer/scroll.pas
 fpcsrc/installer/writeidx.pas
 fpcsrc/packages/*
 fpcsrc/rtl/*
 fpcsrc/tests/test/packages/bzip2/tbzip2streamtest.pp
 fpcsrc/tests/test/packages/hash/tmdtest.pp
 fpcsrc/tests/test/units/dos/tfexpand.pp
 fpcsrc/tests/test/units/dos/tfsearch.pp
 fpcsrc/tests/test/units/sysutils/tfexpand2.pp
 fpcsrc/tests/tstunits/popuperr.pp
 fpcsrc/tests/tstunits/win32err.pp
 fpcsrc/tests/utils/bench.pp
 fpcsrc/tests/utils/dbconfig.pp
 fpcsrc/tests/utils/dbdigest.pp
 fpcsrc/tests/utils/digest.pp
 fpcsrc/tests/utils/dotest.pp
 fpcsrc/tests/utils/fpts2junit.pp
 fpcsrc/tests/utils/libtar.pas
 fpcsrc/tests/utils/prepup.pp
 fpcsrc/tests/utils/redir.pp
 fpcsrc/tests/utils/testfail.pp
 fpcsrc/tests/utils/teststr.pp
 fpcsrc/tests/utils/tresults.pp
 fpcsrc/tests/webtbs/tw19610.pp
 fpcsrc/utils/bin2obj.pp
 fpcsrc/utils/creumap.pp
 fpcsrc/utils/data2inc.pp
 fpcsrc/utils/debugsvr/console/debugserver.pp
 fpcsrc/utils/debugsvr/dbugintf.pp
 fpcsrc/utils/debugsvr/debugserverintf.pp
 fpcsrc/utils/debugsvr/gtk/bitmapdata.pp
 fpcsrc/utils/debugsvr/gtk/debugserver.pp
 fpcsrc/utils/debugsvr/gtk/frmabout.pp
 fpcsrc/utils/debugsvr/gtk/frmmain.pp
 fpcsrc/utils/debugsvr/msgintf.pp
 fpcsrc/utils/debugsvr/speeddebug.pp
 fpcsrc/utils/debugsvr/testdebug.pp
 fpcsrc/utils/fpcm/fpcmake.pp
 fpcsrc/utils/fpcm/fpcmdic.pp
 fpcsrc/utils/fpcm/fpcmmain.pp
 fpcsrc/utils/fpcm/fpcmpkg.pp
 fpcsrc/utils/fpcm/fpcmwr.pp
 fpcsrc/utils/fpcmkcfg/fpcmkcfg.pp
 fpcsrc/utils/fpdoc/sh_pas.pp
 fpcsrc/utils/fpmc/fpmc.pp
 fpcsrc/utils/fpmc/frmabout.pp
 fpcsrc/utils/fpmc/msgcomp.pp
 fpcsrc/utils/fpmc/readmsg.pp
 fpcsrc/utils/fppkg/examples/rep2xml.lpr
 fpcsrc/utils/fppkg/examples/testrep.pp
 fpcsrc/utils/grab_vcsa.pp
 fpcsrc/utils/mkinsadd.pp
 fpcsrc/utils/pas2js/pas2js.pp
 fpcsrc/utils/pas2ut/pas2ut.pp
 fpcsrc/utils/ppdep.pp
 fpcsrc/utils/ptop.pp
 fpcsrc/utils/ptopu.pp
 fpcsrc/utils/rstconv.pp
 fpcsrc/utils/usubst.pp
 install/cross/aswrapper.pas
Copyright:
 1986-1987 William S. Hawes
 1987 Digital Equipment Corporation, Maynard, Massachusetts
 1987-1998 The Open Group
 1988 Jef Poskanzer
 1989-1991 Free Software Foundation, Inc
 1990 Regents of the University of Michigan
 1991 J. John Sprenger
 1991-1989 Carnegie Mellon University
 1991-1998 Thomas G. Lane
 1991-2000 Silicon Graphics, Inc
 1991-2005 Oracle Corporation
 1992 Andreas Neumann (NEUDELSoft)
 1992 Borland International
 1992 T.Schmid
 1992-1993 NeXT Computer, Inc
 1993-1997 Stefan Stuntz
 1993-2007 Free Pascal team
 1993-2014 Florian Klaempfl
 1994 BetaSoft
 1994-1997 Martin Blom
 1994-2005 Symbian Software Ltd
 1995 Andreas Tetzl
 1995 Jon Tombs
 1995 XFree86 Inc
 1995-1998 3Com Corporation or its subsidiaries ("3Com")
 1995-1998 Jean-loup Gailly
 1995-1998 Mark Adler
 1996-1998 Alexander Kneer
 1996-1998 Jacques Nomssi Nzali
 1996-1998 Tobias Abt
 1996-1998 phase5 digital products
 1996-2000 Berczi Gabor
 1996-2000 Leon de Boer
 1996-2000 Richard Koerber
 1996-2005 Peter Vreman
 1996-2009 Marco van de Voort <marco@freepascal.org>
 1996-2014 Michael Van Canneyt
 1997 Balazs Scheidler
 1997-1998 Gertjan Schouten
 1997-2000 Daniel Mantione
 1997-2000 TEK neoscientists
 1997-2000 University of Cambridge
 1997-2008 the Daniel Mantione
 1997-2014 the Free Pascal development team
 1998 Gilles Vollant <info@winimage.com>
 1998 Jacques Nomssi Nzali
 1998-2002 Dirk Stöcker
 1998-2003 Nils Sjöholm <nils.sjoholm@mailbox.swipnet.se>
 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
 1998-2009 Pierre Muller <muller@ics.u-strasbg.fr>
 1999 Sebastian Guenther <sguenther@gmx.de>
 1999-2000 Daniel Mantione
 1999-2000 Eberhard Mattes
 1999-2000 Karoly Balogh (aka Charlie/INQ)
 1999-2000 Pavel Ozerski
 1999-2000 Ramon Bosque
 1999-2000 Thomas Schatzl
 1999-2000 Tomas Hajny
 1999-2002 Carl-Eric Codere
 1999-2004 Andrey V. Sorokin, St.Petersburg, Russia
 1999-2007 Several contributors
 1999-2008 Pavel Ozerski
 1999-2009 David Zhang
 1999-2009 ImageMagick Studio LLC, a non-profit organization
 1999-2012 Jonas Maebe
 1999-2014 Joost van der Sluis
 1999-2014 Maciej Izak
 2000 Casey Duncan <casey.duncan@state.co.us>
 2000 Compaq Computer Corporation
 2000 Jacques Nomssi Nzali
 2000 Satanic Dreams Software
 2000-2001 madded2 <madded@vao.udmnet.ru>
 2000-2004 Free Pascal core team
 2000-2006 Stefan Heymann
 2001 Keith Packard
 2001 Tramontana Co
 2001-2006 Stefan Heymann
 2001-2011 Armin Diehl
 2002 Daniel Mantione
 2002 Grzegorz Kraszewski
 2002 Hewlett Packard, Inc
 2002-2003 The MorphOS Development Team
 2002-2004 Yuri Prokushev <prokushev@freemail.ru>
 2002-2012 Sergei Gorelkin <sergei_gorelkin@mail.ru>
 2002-2015 Tomas Hajny
 2003-2004 Olle Raab
 2004 Jazarsoft
 2004-2005 Karoly Balogh for Genesi S.a.r.l. <www.genesi.lu>
 2004-2015 Karoly Balogh
 2005 Daniel Mantione
 2005 Soren Ager
 2005-2006 Ales Katona
 2005-2006 Thomas Schatzl
 2005-2007 Hexis BV
 2005-2008 NVIDIA Corporation
 2005-2010 Giulio Bernardi
 2006-2011 Francesco Lombardi
 2006-2011 Ivo Steinmann
 2007 contributors of the Free Pascal Compiler
 2008 Andreas Jakobsche
 2009 Jan Mercl
 2009-2010 Dmitry Boyarintsev
 2009-2012 Paul Ishenin
 2009-2012 Sven Barth
 2010 Graeme Geldenhuys <graemeg@gmail.com>
 2010 Jasper Lievisse Adriaanse <jasper@openbsd.org>
 2010 Olivier Coursière
 2011 Marcus Sackrow
 2012 Reinier Olislagers
 2012-2013 Inoussa OUEDRAOGO
License: LGPL-2.1+ with staticLink exception

Files:
 fpcsrc/packages/httpd13/src/*
 fpcsrc/packages/httpd20/src/*
 fpcsrc/packages/httpd22/src/*
 fpcsrc/packages/httpd24/src/*
 fpcsrc/packages/zorba/src/*
Copyright:
 Apache Software Foundation (ASF)
 2006-2008 The FLWOR Foundation
 2009 Ivo Steinmann
License: Apache-2

Files:
 fpcsrc/packages/openssl/src/openssl.pas
 fpcsrc/tests/test/cg/obj/stdint.h
Copyright:
 1999-2005 Lukas Gebauer
 2005 Paul Hsieh
License: BSD-3-clause

Files: fpcsrc/rtl/solaris/x86_64/start.inc
Copyright:
 2007 Sun Microsystems, Inc
 2009 Pierre Muller
License: CDDL-1 and LGPL-2.1+ with staticLink exception

Files:
 fpcsrc/packages/libndsfpc/src/dswifi/inc/dswifi7.inc
 fpcsrc/packages/libndsfpc/src/dswifi/inc/dswifi9.inc
 fpcsrc/packages/libndsfpc/src/dswifi/inc/netdb.inc
 fpcsrc/packages/libndsfpc/src/dswifi/inc/netinet/in.inc
 fpcsrc/packages/libndsfpc/src/dswifi/inc/sgIP_errno.inc
 fpcsrc/packages/libndsfpc/src/dswifi/inc/sys/socket.inc
 fpcsrc/packages/ncurses/src/eti.inc
 fpcsrc/packages/proj4/src/proj.pas
 fpcsrc/packages/xforms/src/cursorfont.inc
Copyright:
 1987 X Consortium
 1998 Free Software Foundation, Inc.
 2001-2008 Frank Warmerdam <warmerdam@pobox.com>
 2005-2006 Stephen Stair <sgstair@akkit.org>
 2006 Francesco Lombardi
 2009 Ivo Steinmann
License: expat

Files:
 fpcsrc/packages/opengles/src/gles20.pas
Copyright:
 2007-2009 The Khronos Group Inc.
License: expat and expat-like
 
Files:
 fpcsrc/rtl/go32v2/emu387.pp
 fpcsrc/rtl/go32v2/exit16.asm
 fpcsrc/rtl/go32v2/fpu.as
 fpcsrc/rtl/go32v2/sbrk16.asm
 fpcsrc/rtl/go32v2/v2prt0.as
 fpcsrc/utils/dxegen/coff.pp
 fpcsrc/utils/dxegen/dxegen.pp
Copyright:
 1994-1995 DJ Delorie
 1995 Charles Sandmann <sandmann@clio.rice.edu>
 2001 Marco van de Voort
License: GPL-djd

Files: fpcsrc/utils/mksymbian/*.pas
Copyright: 2006-2007 Felipe Monteiro de Carvalho
License: GPL-2-fmc

Files:
 fpcsrc/utils/javapp/src/fpc/tools/javapp/AttrData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/ClassData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/Constants.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/CPX2.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/CPX.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/FieldData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/InnerClassData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/JavapEnvironment.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/JavapPrinter.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/LineNumData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/LocVarData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/Main.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/MethodData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/RuntimeConstants.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/StackMapData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/StackMapTableData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/Tables.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/TrapData.java
 fpcsrc/utils/javapp/src/fpc/tools/javapp/TypeSignature.java
Copyright:
 2002-2006 Oracle and/or its affiliates
 2011 Jonas Maebe
License: GPL-2-oracle

Files:
 fpcsrc/packages/libgbafpc/src/maxmod/inc/maxmod.inc
 fpcsrc/packages/libgbafpc/src/maxmod/inc/mm_types.inc
 fpcsrc/packages/libndsfpc/src/maxmod/inc/mm_mas.inc
 fpcsrc/packages/libndsfpc/src/maxmod/inc/maxmod.inc
 fpcsrc/packages/libndsfpc/src/maxmod/inc/mm_types.inc
 fpcsrc/packages/libndsfpc/src/maxmod/inc/mm_msl.inc
 fpcsrc/packages/libndsfpc/src/maxmod/inc/maxmod9.inc
 fpcsrc/packages/libndsfpc/src/maxmod/inc/maxmod7.inc
Copyright: 2008 Mukunda Johnson <mukunda@maxmod.org>
License: ISC

Files:
 fpcdocs/fcl.tex
 fpcdocs/fpc-hevea.tex
 fpcdocs/fpc-html.tex
 fpcdocs/fpdoc.tex
 fpcdocs/ide.tex
 fpcdocs/internal.tex
 fpcdocs/msmouse.tex
 fpcdocs/onechap.tex
 fpcdocs/prog.tex
 fpcdocs/ref.tex
 fpcdocs/rtl.tex
 fpcdocs/units.tex
 fpcdocs/user.tex
 fpcsrc/packages/chm/src/*
 fpcsrc/packages/fcl-db/src/sqldb/sqlite/sqlite3backup.pas
 fpcsrc/packages/fcl-db/src/sqlite/customsqliteds.pas
 fpcsrc/packages/fcl-db/src/sqlite/sqlite3ds.pas
 fpcsrc/packages/fcl-db/src/sqlite/sqliteds.pas
 fpcsrc/packages/fcl-fpcunit/src/consoletestrunner.pas
 fpcsrc/packages/fcl-image/src/fpreadjpeg.pas
 fpcsrc/packages/fcl-image/src/fpreadpcx.pas
 fpcsrc/packages/fcl-image/src/fpwritejpeg.pas
 fpcsrc/packages/fcl-image/src/fpwritepcx.pas
 fpcsrc/packages/fuse/src/fuse.pas
 fpcsrc/packages/graph/src/inc/graph.tex
 fpcsrc/packages/gtk2/src/atk/atk.inc
 fpcsrc/packages/gtk2/src/atk/atk.pas
 fpcsrc/packages/gtk2/src/glib/glib2.pas
 fpcsrc/packages/gtk2/src/glib/gparamspecs.inc
 fpcsrc/packages/gtk2/src/glib/gtypemodule.inc
 fpcsrc/packages/gtk2/src/gtkext/gtkstatusiconh.inc
 fpcsrc/packages/gtk2/src/gtk+/gdk/gdk2.pas
 fpcsrc/packages/gtk2/src/gtk+/gdk/gdki18n.inc
 fpcsrc/packages/gtk2/src/gtk+/gdk/gdkprivate.inc
 fpcsrc/packages/gtk2/src/gtk+/gdk-pixbuf/gdk2pixbuf.pas
 fpcsrc/packages/gtk2/src/gtk+/gtk/gtk2.pas
 fpcsrc/packages/gtk2/src/gtk+/gtk/gtkhsv.inc
 fpcsrc/packages/gtk2/src/gtk+/gtk/gtkimmodule.inc
 fpcsrc/packages/gtk2/src/gtk+/gtk/gtkkeyhash.inc
 fpcsrc/packages/gtk2/src/gtk+/gtk/gtktextdisplay.inc
 fpcsrc/packages/gtk2/src/gtk+/gtk/gtktextutil.inc
 fpcsrc/packages/gtk2/src/gtk+/gtk/gtkthemes.inc
 fpcsrc/packages/gtk2/src/gtk+/gtk/gtktreedatalist.inc
 fpcsrc/packages/gtk2/src/gtk+/gtk/gtkwindow-decorate.inc
 fpcsrc/packages/gtk2/src/gtkhtml/gtkhtml.pas
 fpcsrc/packages/gtk2/src/libglade/libglade2.pas
 fpcsrc/packages/gtk2/src/pangocairo/pangocairo.pas
 fpcsrc/packages/gtk2/src/pango/pango.pas
 fpcsrc/packages/gtk2/src/pango/pangoutils.pas
 fpcsrc/packages/libgbafpc/src/gba/fade.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_affine.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_base.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_compression.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_console.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_dma.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_input.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_interrupt.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_multiboot.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_sio.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_sound.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_sprites.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_systemcalls.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_timers.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_types.inc
 fpcsrc/packages/libgbafpc/src/gba/gba_video.inc
 fpcsrc/packages/libgbafpc/src/gba/mappy.inc
 fpcsrc/packages/libgbafpc/src/gba/mbv2.inc
 fpcsrc/packages/libgbafpc/src/gba/pcx.inc
 fpcsrc/packages/librsvg/src/rsvg.pas
 fpcsrc/packages/openal/src/alh.inc
 fpcsrc/packages/os2units/src/clkdll.pas
 fpcsrc/packages/os2units/src/ftpapi.pas
 fpcsrc/packages/os2units/src/hwvideo.pas
 fpcsrc/packages/os2units/src/mciapi.pas
 fpcsrc/packages/os2units/src/mcidrv.pas
 fpcsrc/packages/os2units/src/mci.pas
 fpcsrc/packages/os2units/src/mmbase.pas
 fpcsrc/packages/os2units/src/mmio.pas
 fpcsrc/packages/os2units/src/som.pas
 fpcsrc/packages/os2units/src/sw.pas
 fpcsrc/packages/winunits-base/src/typelib.pas
 fpcsrc/rtl/inc/flt_conv.inc
 fpcsrc/rtl/inc/flt_core.inc
 fpcsrc/rtl/sparc/setjumph.inc
 fpcsrc/rtl/wince/wininc/base.inc
 fpcsrc/rtl/wince/wininc/defines.inc
 fpcsrc/rtl/wince/wininc/errors.inc
 fpcsrc/rtl/wince/wininc/messages.inc
 fpcsrc/rtl/wince/wininc/struct.inc
 fpcsrc/rtl/win/wininc/ascdef.inc
 fpcsrc/rtl/win/wininc/ascfun.inc
 fpcsrc/rtl/win/wininc/base.inc
 fpcsrc/rtl/win/wininc/defines.inc
 fpcsrc/rtl/win/wininc/errors.inc
 fpcsrc/rtl/win/wininc/func.inc
 fpcsrc/rtl/win/wininc/messages.inc
 fpcsrc/rtl/win/wininc/struct.inc
 fpcsrc/rtl/win/wininc/unidef.inc
 fpcsrc/rtl/win/wininc/unifun.inc
 install/binw32/windres.h
Copyright:
 1990-1996 International Business Machines Corporation
 1991-1999 Free Software Foundation, Inc
 1992-1994 The Regents of the University of California
 1994-2001 Sun Microsystems, Inc
 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
 1997 Antony T Curtis
 1997 Michael Van Canneyt
 1997-2002 the Free Pascal development team
 1997-2001 Tim Janik
 1997-2004 Red Hat, Inc
 1998-2002 James Henstridge <james@daa.com.au>
 1998-2014 Florian Klaempfl
 1999 Red Hat Software
 1999-2000 authors
 2000 Anders Carlsson <andersca@codefactory.se>
 2000 CodeFactory AB
 2000 Eazel, Inc
 2000 Jonas Borgström <jonas@codefactory.se>
 2000 Jonathan Blandford <jrb@redhat.com>
 2000-2002 Jonas Maebe
 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
 2002 Andry Svirgunov <cool2@ngs.ru>
 2002 Matthew T. Russotto
 2002 Mark Eckstein
 2002 Valery Gaynullin
 2002 Red Hat Inc
 2002-2005 Yuri Prokushev <prokushev@freemail.ru>
 2003-2005 Mattias Gaertner
 2003 Sun Microsystems, Inc
 2003-2006 Dave Murphy
 2004-2007 Luiz Américo Pereira Câmara <pascalive@bol.com.br>
 2005 Olaf Leidinger
 2005-2010 Andrew Haines
 2006 Francesco Lombardi
 2006 Vincent Snijders
 2007 Laurent Jacques
 2008 Danny Milosavljevic <danny_milo@yahoo.com>
 2009 Ivo Steinmann
 2009 Michael A. Green <mgreen@emixode.com>
 2012 Ludo Brands
 2013 Max Nazhalov
License: LGPL-2+

Files: fpcsrc/packages/chm/src/paslzxcomp.pas
Copyright:
 2002 Matthew T. Russotto
 2005 Andrew Haines
License: LGPL-2.1

Files:
 fpcsrc/packages/gtk2/src/gtkglext/g*kglext.pas
 fpcsrc/packages/libgbafpc/src/gba/gba_helper.inc
 fpcsrc/packages/libgbafpc/src/gba/helper.inc
 fpcsrc/packages/matroska/src/matroska.pas
Copyright:
 1998 Glenn Fielder (gaffer@gaffer.org)
 1998 Intel Corporation
 1999 Jonathan Matthew (jmatthew@uq.net.au)
 2002-2003 Steve Lhomme <robux4@users.sf.net>
 2002-2004 Naofumi Yasufuku
 2005 Michalis Kamburelis
 2006 Francesco Lombardi
 2006 Ivo Steinmann
License: LGPL-2.1+

Files:
 fpcsrc/packages/hermes/src/*
 fpcsrc/packages/ptc/src/*
Copyright:
 1998 Christian Nentwich (c.nentwich@cs.ucl.ac.uk)
 2001-2013 Nikolay Nikolov (nickysn@users.sourceforge.net)
License: LGPL-2.1+ with staticLink exception

Files:
 fpcsrc/packages/sdl/src/jedi-sdl.inc
 fpcsrc/packages/sdl/src/logger.pas
 fpcsrc/packages/sdl/src/sdl.pas
 fpcsrc/packages/sdl/src/sdl_image.pas
 fpcsrc/packages/sdl/src/sdl_mixer.pas
 fpcsrc/packages/sdl/src/sdl_net.pas
 fpcsrc/packages/sdl/src/sdl_ttf.pas
 fpcsrc/packages/sdl/src/sdlutils.pas
 fpcsrc/packages/sdl/src/smpeg.pas
Copyright:
 1997-2004 Sam Lantinga <slouken@devolution.com>
 2000-2004 Dominqiue Louis <Dominique@SavageSoftware.com.au>
 2000-2007 Prof. Abimbola Olowofoyeku
 2000-2001 Tom Jones <tigertomjones@gmx.de>
License: MPL-1.1

Files: fpcsrc/packages/winunits-jedi/src/*
Copyright:
 1983-2003 Microsoft Corporation
 1998 Luk Vermeulen
 1999-2005 Marcel van Brakel <brakelm@chello.nl>
 1995-1999 Citrix Systems Inc.
 1996 the University of Southern California
 2000 Rudy Velthuis
 2001-2005 Oliver Schneider (assarbad)
 1999-2001 Wayne Sherman
 2004-2005 Robert Marquardt <robert_marquardt@gmx.de>
Comment: The files don't mention which version of the LGPL they mean. Most
 files and copyright statements are from a time before LGPL-3 was written. The
 text mentions "Lesser General Public License" and link to the lesser license
 on the GNU website, which is now (2015.09.07) LGPL-3. Therefore I conclude it
 is LGPL-2.1+.
License: MPL-1.1 or LGPL-2.1+

Files: fpcsrc/packages/winunits-jedi/src/jwalpmapi.pas
Copyright:
 1995-2001 Microsoft Corporation
 1999-2001 Marcel van Brakel
License: MPL-1.1 or LGPL-2.1+, and SC

Files:
 fpcsrc/packages/libgbafpc/src/gba/boyscout.inc
 fpcsrc/packages/libndsfpc/src/fat/fat.inc
 fpcsrc/packages/libndsfpc/src/fat/gbfs.inc
 fpcsrc/packages/libndsfpc/src/nds/arm9/keyboard.inc
 fpcsrc/packages/libndsfpc/src/nds/ipc.inc
 fpcsrc/packages/libndsfpc/src/nds/nds.inc
 fpcsrc/packages/openal/examples/wavopenal.pas
 fpcsrc/packages/paszlib/src/zbase.pas
 fpcsrc/rtl/i386/fastmove.inc
Copyright:
 1995-1998 Jean-loup Gailly <jloup@gzip.org>
 1995-1998 Mark Adler <madler@alumni.caltech.edu>
 1998 Jacques Nomssi Nzali
 2001 Willem Kokke
 2002-2004 Damian Yerrick
 2004 John O'Harrow <john@almcrest.demon.co.uk>
 2005 Christer Andersson
 2005 Dave Murphy (WinterMute)
 2005 Jason Rogers (dovoto)
 2006 Francesco Lombardi
 2010 Dmitry Boyarintsev
License: Zlib

Files:
 fpcsrc/rtl/i386/math.inc
 fpcsrc/rtl/x86_64/math.inc
Copyright:
 1999-2005 the Free Pascal development team
 2009-2013 Wolfgang Ehrhardt
License: Zlib and LGPL-2.1+ with staticLink exception

Files: fpcsrc/rtl/inc/genmath.inc
Copyright:
 Copyright Abandoned, 1987, Fred Fish
 1992 Odent Jean Philippe
 1997 Carl Eric Codere
 1993 Sun Microsystems, Inc.
 2013 Wolfgang Ehrhardt
 1999-2007 Several contributors
License: Zlib and LGPL-2.1+ with staticLink exception and abandoned and mention and sun

Files:
 fpcsrc/compiler/macho.pas
 fpcsrc/packages/httpd20/src/apriconv/apr_iconv.inc
 fpcsrc/packages/httpd22/src/apriconv/apr_iconv.inc
 fpcsrc/packages/pthreads/src/pthrhaiku.inc
 fpcsrc/packages/pthreads/src/pthrbsd.inc
 fpcsrc/packages/pthreads/src/pthrbeos.inc
 fpcsrc/packages/univint/src/*
 fpcsrc/rtl/darwin/errno.inc
 fpcsrc/rtl/darwin/ppcgen/sig_ppc.inc
 fpcsrc/rtl/darwin/signal.inc
 fpcsrc/rtl/darwin/sysctlh.inc
 fpcsrc/rtl/darwin/termios.inc
 fpcsrc/rtl/darwin/x86/sig_x86.inc
 fpcsrc/rtl/openbsd/sysctlh.inc
Copyright: Not applicable
License: public-domain
 The header of these files suggests that they are under a non-DFSG license,
 i.e. the Apple APSL V1.1 or V2 license or the BSD with advertizing
 clause. However, the Debian Pascal team claims that these files are merely
 interface files, only defining data types. There is no instruction code. It is
 exactly equivalent to a C header file for any library that does not include
 any function definition.
 .
 It is our understanding that this kind of interfacing file is not covered by
 intellectual property as long as the interface itself is publicly available.

Files: fpcsrc/packages/gtk2/examples/gtkglext/gears.pas
Copyright: Not applicable
License: public-domain-2
 This codepage information is based on what is documented at
  1. http://wiki.whatwg.org/wiki/Web_Encodings
  2. http://msdn.microsoft.com/en-us/library/windows/desktop/dd317756(v=vs.85).aspx
 .
 This file only uses bare facts and API information from the above pages
 rather than descriptions or code, neither of which are copyrightable.

License: abandoned
 This previously copyrighted work has been placed into the
 public domain by the author (Fred Fish) and may be freely used
 for any purpose, private or commercial.  I would appreciate
 it, as a courtesy, if this notice is left in all copies and
 derivative works.  Thank you, and enjoy...
 .
 The author makes no warranty of any kind with respect to this
 product and explicitly disclaims any implied warranties of
 merchantability or fitness for any particular purpose.
 
License: Apache-2
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
 this work for additional information regarding copyright ownership.
 The ASF licenses this file to You under the Apache License, Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License,
 Version 2.0 can be found in '/usr/share/common-licenses/Apache-2.0'.

License: BSD-3-clause
 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 not misrepresent the orignal
     source in the documentation and/or other materials provided
     with the distribution.
 .
     The names of the authors not 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.

License: CDDL-1
 The contents of this file are subject to the terms of the
 Common Development and Distribution License (the "License").
 You may not use this file except in compliance with the License.
 .
 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 or http://www.opensolaris.org/os/licensing.
 See the License for the specific language governing permissions
 and limitations under the License.
 .
 .
 The content of the CDDL license:
 .
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
 Version 1.0
 .
 1. Definitions.
 .
 1.1. “Contributor” means each individual or entity that creates or contributes
 to the creation of Modifications.
 .
 1.2. “Contributor Version” means the combination of the Original Software,
 prior Modifications used by a Contributor (if any), and the Modifications made
 by that particular Contributor.
 .
 1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
 or (c) the combination of files containing Original Software with files
 containing Modifications, in each case including portions thereof.
 .
 1.4. “Executable” means the Covered Software in any form other than Source
 Code.
 .
 1.5. “Initial Developer” means the individual or entity that first makes
 Original Software available under this License.
 .
 1.6. “Larger Work” means a work which combines Covered Software or portions
 thereof with code not governed by the terms of this License.
 .
 1.7. “License” means this document.
 .
 1.8. “Licensable” means having the right to grant, to the maximum extent
 possible, whether at the time of the initial grant or subsequently acquired,
 any and all of the rights conveyed herein.
 .
 1.9. “Modifications” means the Source Code and Executable form of any of the
 following:
 .
 A. Any file that results from an addition to, deletion from or modification of
 the contents of a file containing Original Software or previous Modifications;
 .
 B. Any new file that contains any part of the Original Software or previous
 Modification; or
 .
 C. Any new file that is contributed or otherwise made available under the
 terms of this License.
 .
 1.10. “Original Software” means the Source Code and Executable form of
 computer software code that is originally released under this License.
 .
 1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
 acquired, including without limitation, method, process, and apparatus claims,
 in any patent Licensable by grantor.
 .
 1.12. “Source Code” means (a) the common form of computer software code in
 which modifications are made and (b) associated documentation included in or
 with such code.
 .
 1.13. “You” (or “Your”) means an individual or a legal entity exercising
 rights under, and complying with all of the terms of, this License. For legal
 entities, “You” includes any entity which controls, is controlled by, or is
 under common control with You. For purposes of this definition, “control”
 means (a) the power, direct or indirect, to cause the direction or management
 of such entity, whether by contract or otherwise, or (b) ownership of more
 than fifty percent (50%) of the outstanding shares or beneficial ownership of
 such entity.
 .
 2. License Grants.
 .
 2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
 Section 3.1 below and subject to third party intellectual property claims, the
 Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
 license:
 .
 (a) under intellectual property rights (other than patent or trademark)
 Licensable by Initial Developer, to use, reproduce, modify, display, perform,
 sublicense and distribute the Original Software (or portions thereof), with or
 without Modifications, and/or as part of a Larger Work; and
 .
 (b) under Patent Claims infringed by the making, using or selling of Original
 Software, to make, have made, use, practice, sell, and offer for sale, and/or
 otherwise dispose of the Original Software (or portions thereof).
 .
 (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
 Initial Developer first distributes or otherwise makes the Original Software
 available to a third party under the terms of this License.
 .
 (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1)
 for code that You delete from the Original Software, or (2) for infringements
 caused by: (i) the modification of the Original Software, or (ii) the
 combination of the Original Software with other software or devices.
 .
 2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
 below and subject to third party intellectual property claims, each
 Contributor hereby grants You a world-wide, royalty-free, non-exclusive
 license:
 .
 (a) under intellectual property rights (other than patent or trademark)
 Licensable by Contributor to use, reproduce, modify, display, perform,
 sublicense and distribute the Modifications created by such Contributor (or
 portions thereof), either on an unmodified basis, with other Modifications, as
 Covered Software and/or as part of a Larger Work; and
 .
 (b) under Patent Claims infringed by the making, using, or selling of
 Modifications made by that Contributor either alone and/or in combination with
 its Contributor Version (or portions of such combination), to make, use, sell,
 offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
 by that Contributor (or portions thereof); and (2) the combination of
 Modifications made by that Contributor with its Contributor Version (or
 portions of such combination).
 .
 (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
 date Contributor first distributes or otherwise makes the Modifications
 available to a third party.
 .
 (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1)
 for any code that Contributor has deleted from the Contributor Version; (2)
 for infringements caused by: (i) third party modifications of Contributor
 Version, or (ii) the combination of Modifications made by that Contributor
 with other software (except as part of the Contributor Version) or other
 devices; or (3) under Patent Claims infringed by Covered Software in the
 absence of Modifications made by that Contributor.
 .
 3. Distribution Obligations.
 .
 3.1. Availability of Source Code.  Any Covered Software that You distribute or
 otherwise make available in Executable form must also be made available in
 Source Code form and that Source Code form must be distributed only under the
 terms of this License. You must include a copy of this License with every copy
 of the Source Code form of the Covered Software You distribute or otherwise
 make available. You must inform recipients of any such Covered Software in
 Executable form as to how they can obtain such Covered Software in Source Code
 form in a reasonable manner on or through a medium customarily used for
 software exchange.
 .
 3.2. Modifications.  The Modifications that You create or to which You
 contribute are governed by the terms of this License. You represent that You
 believe Your Modifications are Your original creation(s) and/or You have
 sufficient rights to grant the rights conveyed by this License.
 .
 3.3. Required Notices.  You must include a notice in each of Your
 Modifications that identifies You as the Contributor of the Modification. You
 may not remove or alter any copyright, patent or trademark notices contained
 within the Covered Software, or any notices of licensing or any descriptive
 text giving attribution to any Contributor or the Initial Developer.
 .
 3.4. Application of Additional Terms.  You may not offer or impose any terms
 on any Covered Software in Source Code form that alters or restricts the
 applicable version of this License or the recipients’ rights hereunder. You
 may choose to offer, and to charge a fee for, warranty, support, indemnity or
 liability obligations to one or more recipients of Covered Software. However,
 you may do so only on Your own behalf, and not on behalf of the Initial
 Developer or any Contributor. You must make it absolutely clear that any such
 warranty, support, indemnity or liability obligation is offered by You alone,
 and You hereby agree to indemnify the Initial Developer and every Contributor
 for any liability incurred by the Initial Developer or such Contributor as a
 result of warranty, support, indemnity or liability terms You offer.
 .
 3.5. Distribution of Executable Versions.  You may distribute the Executable
 form of the Covered Software under the terms of this License or under the
 terms of a license of Your choice, which may contain terms different from this
 License, provided that You are in compliance with the terms of this License
 and that the license for the Executable form does not attempt to limit or
 alter the recipient’s rights in the Source Code form from the rights set forth
 in this License. If You distribute the Covered Software in Executable form
 under a different license, You must make it absolutely clear that any terms
 which differ from this License are offered by You alone, not by the Initial
 Developer or Contributor. You hereby agree to indemnify the Initial Developer
 and every Contributor for any liability incurred by the Initial Developer or
 such Contributor as a result of any such terms You offer.
 .
 3.6. Larger Works.  You may create a Larger Work by combining Covered Software
 with other code not governed by the terms of this License and distribute the
 Larger Work as a single product. In such a case, You must make sure the
 requirements of this License are fulfilled for the Covered Software.
 .
 4. Versions of the License.
 .
 4.1. New Versions.  Sun Microsystems, Inc. is the initial license steward and
 may publish revised and/or new versions of this License from time to
 time. Each version will be given a distinguishing version number. Except as
 provided in Section 4.3, no one other than the license steward has the right
 to modify this License.
 .
 4.2. Effect of New Versions.  You may always continue to use, distribute or
 otherwise make the Covered Software available under the terms of the version
 of the License under which You originally received the Covered Software. If
 the Initial Developer includes a notice in the Original Software prohibiting
 it from being distributed or otherwise made available under any subsequent
 version of the License, You must distribute and make the Covered Software
 available under the terms of the version of the License under which You
 originally received the Covered Software. Otherwise, You may also choose to
 use, distribute or otherwise make the Covered Software available under the
 terms of any subsequent version of the License published by the license
 steward.
 .
 4.3. Modified Versions.  When You are an Initial Developer and You want to
 create a new license for Your Original Software, You may create and use a
 modified version of this License if You: (a) rename the license and remove any
 references to the name of the license steward (except to note that the license
 differs from this License); and (b) otherwise make it clear that the license
 contains terms which differ from this License.
 .
 5. DISCLAIMER OF WARRANTY.
 .
 COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN “AS IS” BASIS, WITHOUT
 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
 LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS,
 MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK
 AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD
 ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL
 DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
 SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
 ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
 HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
 .
 6. TERMINATION.
 .
 6.1. This License and the rights granted hereunder will terminate
 automatically if You fail to comply with terms herein and fail to cure such
 breach within 30 days of becoming aware of the breach. Provisions which, by
 their nature, must remain in effect beyond the termination of this License
 shall survive.
 .
 6.2. If You assert a patent infringement claim (excluding declaratory judgment
 actions) against Initial Developer or a Contributor (the Initial Developer or
 Contributor against whom You assert such claim is referred to as
 “Participant”) alleging that the Participant Software (meaning the Contributor
 Version where the Participant is a Contributor or the Original Software where
 the Participant is the Initial Developer) directly or indirectly infringes any
 patent, then any and all rights granted directly or indirectly to You by such
 Participant, the Initial Developer (if the Initial Developer is not the
 Participant) and all Contributors under Sections 2.1 and/or 2.2 of this
 License shall, upon 60 days notice from Participant terminate prospectively
 and automatically at the expiration of such 60 day notice period, unless if
 within such 60 day period You withdraw Your claim with respect to the
 Participant Software against such Participant either unilaterally or pursuant
 to a written agreement with Participant.
 .
 6.3. In the event of termination under Sections 6.1 or 6.2 above, all end user
 licenses that have been validly granted by You or any distributor hereunder
 prior to termination (excluding licenses granted to You by any distributor)
 shall survive termination.
 .
 7. LIMITATION OF LIABILITY.
 .
 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
 NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
 OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
 ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
 INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
 LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE,
 COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
 LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
 DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH
 OR PERSONAL INJURY RESULTING FROM SUCH PARTY’S NEGLIGENCE TO THE EXTENT
 APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
 EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
 .
 8. U.S. GOVERNMENT END USERS.
 .
 The Covered Software is a “commercial item,” as that term is defined in 48
 C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as
 that term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial
 computer software documentation” as such terms are used in 48 C.F.R. 12.212
 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered
 Software with only those rights set forth herein. This U.S. Government Rights
 clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or
 provision that addresses Government rights in computer software under this
 License.
 .
 9. MISCELLANEOUS.
 .
 This License represents the complete agreement concerning subject matter
 hereof. If any provision of this License is held to be unenforceable, such
 provision shall be reformed only to the extent necessary to make it
 enforceable. This License shall be governed by the law of the jurisdiction
 specified in a notice contained within the Original Software (except to the
 extent applicable law, if any, provides otherwise), excluding such
 jurisdiction’s conflict-of-law provisions. Any litigation relating to this
 License shall be subject to the jurisdiction of the courts located in the
 jurisdiction and venue specified in a notice contained within the Original
 Software, with the losing party responsible for costs, including, without
 limitation, court costs and reasonable attorneys’ fees and expenses. The
 application of the United Nations Convention on Contracts for the
 International Sale of Goods is expressly excluded. Any law or regulation which
 provides that the language of a contract shall be construed against the
 drafter shall not apply to this License. You agree that You alone are
 responsible for compliance with the United States export administration
 regulations (and the export control laws and regulation of any other
 countries) when You use, distribute or otherwise make available any Covered
 Software.
 .
 10. RESPONSIBILITY FOR CLAIMS.
 .
 As between Initial Developer and the Contributors, each party is responsible
 for claims and damages arising, directly or indirectly, out of its utilization
 of rights under this License and You agree to work with Initial Developer and
 Contributors to distribute such responsibility on an equitable basis. Nothing
 herein is intended or shall be deemed to constitute any admission of liability.
 
License: expat
 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 furnished 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, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.

License: expat-like
 GLESv2 part:
 .
 This document is licensed under the SGI Free Software B License Version
 2.0. For details, see http://oss.sgi.com/projects/FreeB/ 
 .
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights
 Reserved.
 .
 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
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and either
 this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
 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, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc. shall
 not be used in advertising or otherwise to promote the sale, use or other
 dealings in this Software without prior written authorization from Silicon
 Graphics, Inc

License: GPL-djd
 This document is Copyright (C) DJ Delorie and may be distributed
 verbatim, but changing it is not allowed.
 .
 Source code copyright DJ Delorie is distributed under the terms of the
 GNU General Public Licence, with the following exceptions:
 .
 * Any existing copyright or authorship information in any given source
 file must remain intact.  If you modify a source file, a notice to that
 effect must be added to the authorship information in the source file.
 .
 * binaries provided in djgpp may be distributed without sources ONLY if
 the recipient is given sufficient information to obtain a copy of djgpp
 themselves.  This primarily applies to go32.exe, emu387, stub.exe, and
 the graphics drivers.
 .
 * modified versions of the binaries provided in djgpp must be
 distributed under the terms of the GPL.
 .
 * objects and libraries linked into an application may be distributed
 without sources.

License: GPL-2-fmc
 This file is part of MkSymbian build tool.
 .
 MkSymbian is free software; you can redistribute it and/or modify it under the
 terms of the GNU General Public License version 2 as published by the Free
 Software Foundation.
 .
 MkSymbian 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 General Public License for more details.
 .
 Please note that the General Public License version 2 does not permit
 incorporating MkSymbian into proprietary programs.
 .
 On Debian systems, the complete text of version 2 of the GNU General
 Public License can be found in '/usr/share/common-licenses/GPL-2'.

License: GPL-2-oracle
 This code is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License version 2 only, as
 published by the Free Software Foundation.  Oracle designates this
 particular file as subject to the "Classpath" exception as provided
 by Oracle in the LICENSE file that accompanied this code.
 .
 This code 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 General Public License
 version 2 for more details (a copy is included in the LICENSE file that
 accompanied this code).
 .
 You should have received a copy of the GNU General Public License version
 2 along with this work; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 or visit www.oracle.com if you need additional information or have any
 questions.
 .
 On Debian systems, the complete text of version 2 of the GNU General
 Public License can be found in '/usr/share/common-licenses/GPL-2'.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
 .
 This program 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 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; 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 version 2 of the GNU General
 Public License can be found in '/usr/share/common-licenses/GPL-2'.
 
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, 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.

License: LGPL-2+
 .
 On Debian systems, the complete text of version 2 of the GNU Lesser
 General Public License can be found in '/usr/share/common-licenses/LGPL-2'.

License: LGPL-2.1
 This program 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; version 2.1 only
 .
 This program 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 program; 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 version 2.1 of the GNU Lesser
 General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.

License: LGPL-2.1+
 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.1 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 version 2.1 of the GNU Lesser
 General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.

License: LGPL-2.1+ with staticLink exception
 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.1 of the License, or (at your option) any later version
 with the following modification:
 .
 As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent modules,and
 to copy and distribute the resulting executable under terms of your choice,
 provided that you also meet, for each linked independent module, the terms
 and conditions of the license of that module. An independent module is a
 module which is not derived from or based on this library. If you modify
 this library, you may extend this exception to your version of the library,
 but you are not obligated to do so. If you do not wish to do so, delete this
 exception statement from your 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 version 2.1 of the GNU Lesser
 General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.

License: mention
 The source can be modified as long as my name appears and some
 notes explaining the modifications done are included in the file.

License: MPL-1.1
 The contents of this file are subject to the Mozilla Public License Version
 1.1 (the "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
 .
 Software distributed under the License is distributed on an "AS IS" basis,
 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
 the specific language governing rights and limitations under the License.
 .
 MOZILLA PUBLIC LICENSE
 Version 1.1
 .
 ---------------
 .
 1. Definitions.
 .
     1.0.1. "Commercial Use" means distribution or otherwise making the
     Covered Code available to a third party.
 .
     1.1. "Contributor" means each entity that creates or contributes to
     the creation of Modifications.
 .
     1.2. "Contributor Version" means the combination of the Original
     Code, prior Modifications used by a Contributor, and the Modifications
     made by that particular Contributor.
 .
     1.3. "Covered Code" means the Original Code or Modifications or the
     combination of the Original Code and Modifications, in each case
     including portions thereof.
 .
     1.4. "Electronic Distribution Mechanism" means a mechanism generally
     accepted in the software development community for the electronic
     transfer of data.
 .
     1.5. "Executable" means Covered Code in any form other than Source
     Code.
 .
     1.6. "Initial Developer" means the individual or entity identified
     as the Initial Developer in the Source Code notice required by Exhibit
     A.
 .
     1.7. "Larger Work" means a work which combines Covered Code or
     portions thereof with code not governed by the terms of this License.
 .
     1.8. "License" means this document.
 .
     1.8.1. "Licensable" means having the right to grant, to the maximum
     extent possible, whether at the time of the initial grant or
     subsequently acquired, any and all of the rights conveyed herein.
 .
     1.9. "Modifications" means any addition to or deletion from the
     substance or structure of either the Original Code or any previous
     Modifications. When Covered Code is released as a series of files, a
     Modification is:
          A. Any addition to or deletion from the contents of a file
          containing Original Code or previous Modifications.
 .
          B. Any new file that contains any part of the Original Code or
          previous Modifications.
 .
     1.10. "Original Code" means Source Code of computer software code
     which is described in the Source Code notice required by Exhibit A as
     Original Code, and which, at the time of its release under this
     License is not already Covered Code governed by this License.
 .
     1.10.1. "Patent Claims" means any patent claim(s), now owned or
     hereafter acquired, including without limitation,  method, process,
     and apparatus claims, in any patent Licensable by grantor.
 .
     1.11. "Source Code" means the preferred form of the Covered Code for
     making modifications to it, including all modules it contains, plus
     any associated interface definition files, scripts used to control
     compilation and installation of an Executable, or source code
     differential comparisons against either the Original Code or another
     well known, available Covered Code of the Contributor's choice. The
     Source Code can be in a compressed or archival form, provided the
     appropriate decompression or de-archiving software is widely available
     for no charge.
 .
     1.12. "You" (or "Your")  means an individual or a legal entity
     exercising rights under, and complying with all of the terms of, this
     License or a future version of this License issued under Section 6.1.
     For legal entities, "You" includes any entity which controls, is
     controlled by, or is under common control with You. For purposes of
     this definition, "control" means (a) the power, direct or indirect,
     to cause the direction or management of such entity, whether by
     contract or otherwise, or (b) ownership of more than fifty percent
     (50%) of the outstanding shares or beneficial ownership of such
     entity.
 .
 2. Source Code License.
 .
     2.1. The Initial Developer Grant.
     The Initial Developer hereby grants You a world-wide, royalty-free,
     non-exclusive license, subject to third party intellectual property
     claims:
          (a)  under intellectual property rights (other than patent or
          trademark) Licensable by Initial Developer to use, reproduce,
          modify, display, perform, sublicense and distribute the Original
          Code (or portions thereof) with or without Modifications, and/or
          as part of a Larger Work; and
 .
          (b) under Patents Claims infringed by the making, using or
          selling of Original Code, to make, have made, use, practice,
          sell, and offer for sale, and/or otherwise dispose of the
          Original Code (or portions thereof).
 .
          (c) the licenses granted in this Section 2.1(a) and (b) are
          effective on the date Initial Developer first distributes
          Original Code under the terms of this License.
 .
          (d) Notwithstanding Section 2.1(b) above, no patent license is
          granted: 1) for code that You delete from the Original Code; 2)
          separate from the Original Code;  or 3) for infringements caused
          by: i) the modification of the Original Code or ii) the
          combination of the Original Code with other software or devices.
 .
     2.2. Contributor Grant.
     Subject to third party intellectual property claims, each Contributor
     hereby grants You a world-wide, royalty-free, non-exclusive license
 .
          (a)  under intellectual property rights (other than patent or
          trademark) Licensable by Contributor, to use, reproduce, modify,
          display, perform, sublicense and distribute the Modifications
          created by such Contributor (or portions thereof) either on an
          unmodified basis, with other Modifications, as Covered Code
          and/or as part of a Larger Work; and
 .
          (b) under Patent Claims infringed by the making, using, or
          selling of  Modifications made by that Contributor either alone
          and/or in combination with its Contributor Version (or portions
          of such combination), to make, use, sell, offer for sale, have
          made, and/or otherwise dispose of: 1) Modifications made by that
          Contributor (or portions thereof); and 2) the combination of
          Modifications made by that Contributor with its Contributor
          Version (or portions of such combination).
 .
          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
          effective on the date Contributor first makes Commercial Use of
          the Covered Code.
 .
          (d)    Notwithstanding Section 2.2(b) above, no patent license is
          granted: 1) for any code that Contributor has deleted from the
          Contributor Version; 2)  separate from the Contributor Version;
          3)  for infringements caused by: i) third party modifications of
          Contributor Version or ii)  the combination of Modifications made
          by that Contributor with other software  (except as part of the
          Contributor Version) or other devices; or 4) under Patent Claims
          infringed by Covered Code in the absence of Modifications made by
          that Contributor.
 .
 3. Distribution Obligations.
 .
     3.1. Application of License.
     The Modifications which You create or to which You contribute are
     governed by the terms of this License, including without limitation
     Section 2.2. The Source Code version of Covered Code may be
     distributed only under the terms of this License or a future version
     of this License released under Section 6.1, and You must include a
     copy of this License with every copy of the Source Code You
     distribute. You may not offer or impose any terms on any Source Code
     version that alters or restricts the applicable version of this
     License or the recipients' rights hereunder. However, You may include
     an additional document offering the additional rights described in
     Section 3.5.
 .
     3.2. Availability of Source Code.
     Any Modification which You create or to which You contribute must be
     made available in Source Code form under the terms of this License
     either on the same media as an Executable version or via an accepted
     Electronic Distribution Mechanism to anyone to whom you made an
     Executable version available; and if made available via Electronic
     Distribution Mechanism, must remain available for at least twelve (12)
     months after the date it initially became available, or at least six
     (6) months after a subsequent version of that particular Modification
     has been made available to such recipients. You are responsible for
     ensuring that the Source Code version remains available even if the
     Electronic Distribution Mechanism is maintained by a third party.
 .
     3.3. Description of Modifications.
     You must cause all Covered Code to which You contribute to contain a
     file documenting the changes You made to create that Covered Code and
     the date of any change. You must include a prominent statement that
     the Modification is derived, directly or indirectly, from Original
     Code provided by the Initial Developer and including the name of the
     Initial Developer in (a) the Source Code, and (b) in any notice in an
     Executable version or related documentation in which You describe the
     origin or ownership of the Covered Code.
 .
     3.4. Intellectual Property Matters
          (a) Third Party Claims.
          If Contributor has knowledge that a license under a third party's
          intellectual property rights is required to exercise the rights
          granted by such Contributor under Sections 2.1 or 2.2,
          Contributor must include a text file with the Source Code
          distribution titled "LEGAL" which describes the claim and the
          party making the claim in sufficient detail that a recipient will
          know whom to contact. If Contributor obtains such knowledge after
          the Modification is made available as described in Section 3.2,
          Contributor shall promptly modify the LEGAL file in all copies
          Contributor makes available thereafter and shall take other steps
          (such as notifying appropriate mailing lists or newsgroups)
          reasonably calculated to inform those who received the Covered
          Code that new knowledge has been obtained.
 .
          (b) Contributor APIs.
          If Contributor's Modifications include an application programming
          interface and Contributor has knowledge of patent licenses which
          are reasonably necessary to implement that API, Contributor must
          also include this information in the LEGAL file.
 .
               (c)    Representations.
          Contributor represents that, except as disclosed pursuant to
          Section 3.4(a) above, Contributor believes that Contributor's
          Modifications are Contributor's original creation(s) and/or
          Contributor has sufficient rights to grant the rights conveyed by
          this License.
 .
     3.5. Required Notices.
     You must duplicate the notice in Exhibit A in each file of the Source
     Code.  If it is not possible to put such notice in a particular Source
     Code file due to its structure, then You must include such notice in a
     location (such as a relevant directory) where a user would be likely
     to look for such a notice.  If You created one or more Modification(s)
     You may add your name as a Contributor to the notice described in
     Exhibit A.  You must also duplicate this License in any documentation
     for the Source Code where You describe recipients' rights or ownership
     rights relating to Covered Code.  You may choose to offer, and to
     charge a fee for, warranty, support, indemnity or liability
     obligations to one or more recipients of Covered Code. However, You
     may do so only on Your own behalf, and not on behalf of the Initial
     Developer or any Contributor. You must make it absolutely clear than
     any such warranty, support, indemnity or liability obligation is
     offered by You alone, and You hereby agree to indemnify the Initial
     Developer and every Contributor for any liability incurred by the
     Initial Developer or such Contributor as a result of warranty,
     support, indemnity or liability terms You offer.
 .
     3.6. Distribution of Executable Versions.
     You may distribute Covered Code in Executable form only if the
     requirements of Section 3.1-3.5 have been met for that Covered Code,
     and if You include a notice stating that the Source Code version of
     the Covered Code is available under the terms of this License,
     including a description of how and where You have fulfilled the
     obligations of Section 3.2. The notice must be conspicuously included
     in any notice in an Executable version, related documentation or
     collateral in which You describe recipients' rights relating to the
     Covered Code. You may distribute the Executable version of Covered
     Code or ownership rights under a license of Your choice, which may
     contain terms different from this License, provided that You are in
     compliance with the terms of this License and that the license for the
     Executable version does not attempt to limit or alter the recipient's
     rights in the Source Code version from the rights set forth in this
     License. If You distribute the Executable version under a different
     license You must make it absolutely clear that any terms which differ
     from this License are offered by You alone, not by the Initial
     Developer or any Contributor. You hereby agree to indemnify the
     Initial Developer and every Contributor for any liability incurred by
     the Initial Developer or such Contributor as a result of any such
     terms You offer.
 .
     3.7. Larger Works.
     You may create a Larger Work by combining Covered Code with other code
     not governed by the terms of this License and distribute the Larger
     Work as a single product. In such a case, You must make sure the
     requirements of this License are fulfilled for the Covered Code.
 .
 4. Inability to Comply Due to Statute or Regulation.
 .
     If it is impossible for You to comply with any of the terms of this
     License with respect to some or all of the Covered Code due to
     statute, judicial order, or regulation then You must: (a) comply with
     the terms of this License to the maximum extent possible; and (b)
     describe the limitations and the code they affect. Such description
     must be included in the LEGAL file described in Section 3.4 and must
     be included with all distributions of the Source Code. Except to the
     extent prohibited by statute or regulation, such description must be
     sufficiently detailed for a recipient of ordinary skill to be able to
     understand it.
 .
 5. Application of this License.
 .
     This License applies to code to which the Initial Developer has
     attached the notice in Exhibit A and to related Covered Code.
 .
 6. Versions of the License.
 .
     6.1. New Versions.
     Netscape Communications Corporation ("Netscape") may publish revised
     and/or new versions of the License from time to time. Each version
     will be given a distinguishing version number.
 .
     6.2. Effect of New Versions.
     Once Covered Code has been published under a particular version of the
     License, You may always continue to use it under the terms of that
     version. You may also choose to use such Covered Code under the terms
     of any subsequent version of the License published by Netscape. No one
     other than Netscape has the right to modify the terms applicable to
     Covered Code created under this License.
 .
     6.3. Derivative Works.
     If You create or use a modified version of this License (which you may
     only do in order to apply it to code which is not already Covered Code
     governed by this License), You must (a) rename Your license so that
     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
     "MPL", "NPL" or any confusingly similar phrase do not appear in your
     license (except to note that your license differs from this License)
     and (b) otherwise make it clear that Your version of the license
     contains terms which differ from the Mozilla Public License and
     Netscape Public License. (Filling in the name of the Initial
     Developer, Original Code or Contributor in the notice described in
     Exhibit A shall not of themselves be deemed to be modifications of
     this License.)
 .
 7. DISCLAIMER OF WARRANTY.
 .
     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
 .
 8. TERMINATION.
 .
     8.1.  This License and the rights granted hereunder will terminate
     automatically if You fail to comply with terms herein and fail to cure
     such breach within 30 days of becoming aware of the breach. All
     sublicenses to the Covered Code which are properly granted shall
     survive any termination of this License. Provisions which, by their
     nature, must remain in effect beyond the termination of this License
     shall survive.
 .
     8.2.  If You initiate litigation by asserting a patent infringement
     claim (excluding declatory judgment actions) against Initial Developer
     or a Contributor (the Initial Developer or Contributor against whom
     You file such action is referred to as "Participant")  alleging that:
 .
     (a)  such Participant's Contributor Version directly or indirectly
     infringes any patent, then any and all rights granted by such
     Participant to You under Sections 2.1 and/or 2.2 of this License
     shall, upon 60 days notice from Participant terminate prospectively,
     unless if within 60 days after receipt of notice You either: (i)
     agree in writing to pay Participant a mutually agreeable reasonable
     royalty for Your past and future use of Modifications made by such
     Participant, or (ii) withdraw Your litigation claim with respect to
     the Contributor Version against such Participant.  If within 60 days
     of notice, a reasonable royalty and payment arrangement are not
     mutually agreed upon in writing by the parties or the litigation claim
     is not withdrawn, the rights granted by Participant to You under
     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
     the 60 day notice period specified above.
 .
     (b)  any software, hardware, or device, other than such Participant's
     Contributor Version, directly or indirectly infringes any patent, then
     any rights granted to You by such Participant under Sections 2.1(b)
     and 2.2(b) are revoked effective as of the date You first made, used,
     sold, distributed, or had made, Modifications made by that
     Participant.
 .
     8.3.  If You assert a patent infringement claim against Participant
     alleging that such Participant's Contributor Version directly or
     indirectly infringes any patent where such claim is resolved (such as
     by license or settlement) prior to the initiation of patent
     infringement litigation, then the reasonable value of the licenses
     granted by such Participant under Sections 2.1 or 2.2 shall be taken
     into account in determining the amount or value of any payment or
     license.
 .
     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
     all end user license agreements (excluding distributors and resellers)
     which have been validly granted by You or any distributor hereunder
     prior to termination shall survive termination.
 .
 9. LIMITATION OF LIABILITY.
 .
     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
 .
 10. U.S. GOVERNMENT END USERS.
 .
     The Covered Code is a "commercial item," as that term is defined in
     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
     software" and "commercial computer software documentation," as such
     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
     all U.S. Government End Users acquire Covered Code with only those
     rights set forth herein.
 .
 11. MISCELLANEOUS.
 .
     This License represents the complete agreement concerning subject
     matter hereof. If any provision of this License is held to be
     unenforceable, such provision shall be reformed only to the extent
     necessary to make it enforceable. This License shall be governed by
     California law provisions (except to the extent applicable law, if
     any, provides otherwise), excluding its conflict-of-law provisions.
     With respect to disputes in which at least one party is a citizen of,
     or an entity chartered or registered to do business in the United
     States of America, any litigation relating to this License shall be
     subject to the jurisdiction of the Federal Courts of the Northern
     District of California, with venue lying in Santa Clara County,
     California, with the losing party responsible for costs, including
     without limitation, court costs and reasonable attorneys' fees and
     expenses. The application of the United Nations Convention on
     Contracts for the International Sale of Goods is expressly excluded.
     Any law or regulation which provides that the language of a contract
     shall be construed against the drafter shall not apply to this
     License.
 .
 12. RESPONSIBILITY FOR CLAIMS.
 .
     As between Initial Developer and the Contributors, each party is
     responsible for claims and damages arising, directly or indirectly,
     out of its utilization of rights under this License and You agree to
     work with Initial Developer and Contributors to distribute such
     responsibility on an equitable basis. Nothing herein is intended or
     shall be deemed to constitute any admission of liability.
 .
 13. MULTIPLE-LICENSED CODE.
 .
     Initial Developer may designate portions of the Covered Code as
     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
     Developer permits you to utilize portions of the Covered Code under
     Your choice of the MPL or the alternative licenses, if any, specified
     by the Initial Developer in the file described in Exhibit A.
 .
 EXHIBIT A -Mozilla Public License.
 .
     ``The contents of this file are subject to the Mozilla Public License
     Version 1.1 (the "License"); you may not use this file except in
     compliance with the License. You may obtain a copy of the License at
     http://www.mozilla.org/MPL/
 .
     Software distributed under the License is distributed on an "AS IS"
     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
     License for the specific language governing rights and limitations
     under the License.
 .
     The Original Code is ______________________________________.
 .
     The Initial Developer of the Original Code is ________________________.
     Portions created by ______________________ are Copyright (C) ______
     _______________________. All Rights Reserved.
 .
     Contributor(s): ______________________________________.
 .
     Alternatively, the contents of this file may be used under the terms
     of the _____ license (the  "[___] License"), in which case the
     provisions of [______] License are applicable instead of those
     above.  If you wish to allow use of your version of this file only
     under the terms of the [____] License and not to allow others to use
     your version of this file under the MPL, indicate your decision by
     deleting  the provisions above and replace  them with the notice and
     other provisions required by the [___] License.  If you do not delete
     the provisions above, a recipient may use your version of this file
     under either the MPL or the [___] License."
 .
     [NOTE: The text of this Exhibit A may differ slightly from the text of
     the notices in the Source Code files of the Original Code. You should
     use the text of this Exhibit A rather than the text found in the
     Original Code Source Code for Your Modifications.]

License: SC
 Permission to use, copy, modify, and distribute this software and its
 documentation in source and binary forms for any purpose and without
 fee is hereby granted, provided that both the above copyright notice
 and this permission notice appear in all copies, and that any
 documentation, advertising materials, and other materials related to
 such distribution and use acknowledge that the software was developed
 in part by the University of Southern California, Information
 Sciences Institute.  The name of the University may not be used to
 endorse or promote products derived from this software without
 specific prior written permission.
 .
 THE UNIVERSITY OF SOUTHERN CALIFORNIA makes no representations about
 the suitability of this software for any purpose.  THIS SOFTWARE IS
 PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
 INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .
 Other copyrights might apply to parts of this software and are so
 noted when applicable.

License: sun
 Developed at SunPro, a Sun Microsystems, Inc. business.
 Permission to use, copy, modify, and distribute this
 software is freely granted, provided that this notice
 is preserved.

License: Zlib
 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.