This file is indexed.

/usr/share/doc/lazarus-ide/copyright is in lazarus-ide 1.6+dfsg-1.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 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
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lazarus
Source:
 The Debian sources were repacked from orginial upstream sources in
 order to remove non-DFSG compliant code using the
 debian/orig-tar.sh script.

Files: *
Copyright:
 1993-2014 Florian Klaempfl and others
 1995-1996 AO ROSNO
 1997-1998 Master-Bank
 1998-2000 Shkolnik Mike
 2000-2009 Carlo Kok <ck@carlo-kok.com>
 2004-2014 Mattias Gaertner <mattias@freepascal.org>
 2004-2015 Lazarus team
 2005-2014 Andrew Haines
 2005-2014 Lazarus contributors
 2006-2007 Graeme Geldenhuys <graemeg@gmail.com>
 2006-2007 Vincent Snijders
 2006-2008 Darius Blaszijk
 2006-2014 Martin Friebe
 2006-2015 Marc Weustink <marc@dommelstein.net>
 2007-2008 Henry Vermaak <henry.vermaak@gmail.com>
 2007-2010 Michael Van Canneyt <michael@freepascal.org>
 2008 Tom Gregorovic
 2012 <felipemonteiro.carvalho@gmail.com>
 2013-2015 Joost van der Sluis <joost@cnoc.nl>
 2014 Jurassic Pork
 2014 Lagunov A.A
 Andrew Haines
 Balázs Székely
 Juha Manninen
 Ondrej Pokorny
License: GPL-2+

Files: debian/*
Copyright:
 2004 Carlos Laviola <claviola@debian.org>
 2004 Pierre Gillmann <pierre@kiste-pierre.invalid>
 2006 Micha Nelissen <micha@neli.hopto.org>
 2007 Varun Hiremath <varunhiremath@gmail.com>
 2007-2008 Torsten Werner <twerner@debian.org>
 2007-2015 Abou Al Montacir <abou.almontacir@sfr.fr>
 2012 Peter Michael Green <plugwash@p10link.net>
 2013-2015 Paul Gevers <elbrus@debian.org>
License: GPL-2+

Files: debian/po/*
Copyright:
 2012 Beatrice Torracca <beatricet@libero.it>
 2012 Debian French l10n team <debian-l10n-french@lists.debian.org>
 2012 Holger Wansing <linux@wansing-online.de>
 2012 Martin Bagge <brother@bsnet.se>
 2012 Michal Simunek <michal.simunek@gmail.com>
 2012 Michał Kułach <michal.kulach@gmail.com>
 2012 Rui Branco <ruipb@debianpt.org>
 2012 Software in the Public Interest, SPI Inc
 2012 THE PACKAGE'S COPYRIGHT HOLDER
 2012 THE lazarus'S COPYRIGHT HOLDER
 2012 fglrx-driver & nedenstående oversættere
 2014 the Debian Pascal team
License: GPL-2+

Files: components/fpdebug/macho.pas
Copyright: Not applicable
License: public-domain
 The header of the file suggests that this file is under a non-DFSG license,
 i.e. the Apple APSL V2 license. However, the Debian Pascal team claims that
 this file is merely an interface file, only defining data types and the MACOS
 file format. There is absolutely 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:
 components/chmhelp/lhelp/chmdataprovider.pas
 components/chmhelp/lhelp/chmspecialparser.pas
 components/customdrawn/customdrawnextras.pas
 components/customdrawn/customdrawnextras.pas
 components/datetimectrls/*
 components/dbexport/fpdataexporter.pp
 components/dbexport/fpdataexporter.pp
 components/dbexport/frmbaseconfigexport.pp
 components/dbexport/frmbaseconfigexport.pp
 components/dbexport/frmexportprogress.pp
 components/dbexport/frmexportprogress.pp
 components/dbexport/frmselectexportformat.pp
 components/dbexport/frmselectexportformat.pp
 components/dbexport/regdbexport.pp
 components/dbexport/regdbexport.pp
 components/fpdebug/fpimgreaderwinpetypes.pas
 components/fpvectorial/htmlvectorialreader.pas
 components/ideintf/actionseditor.pas
 components/ideintf/actionseditorstd.pas
 components/ideintf/baseideintf.pas
 components/ideintf/dbpropedits.pas
 components/ideintf/fieldseditor.pas
 components/ideintf/idedialogs.pas
 components/ideintf/ideexterntoolintf.pas
 components/ideintf/ideutils.pas
 components/ideintf/keyvalpropeditdlg.pas
 components/ideintf/macrodefintf.pas
 components/ideintf/macrointf.pas
 components/ideintf/maskpropedit.pas
 components/ideintf/newfield.pas
 components/ideintf/toolbarintf.pas
 components/ideintf/treeviewpropedit.pas
 components/lazcontrols/checkboxthemed.pas
 components/lazcontrols/dividerbevel.pas
 components/lazcontrols/extendednotebook.pas
 components/lazcontrols/listfilteredit.pas
 components/lazcontrols/listviewfilteredit.pas
 components/lazcontrols/lvlgraphctrl.pas
 components/lazcontrols/treefilteredit.pas
 components/lazreport/source/*
 components/lazutils/asiancodepagefunctions.inc
 components/lazutils/fpcadds.pas
 components/lazutils/laz2_dom.pas
 components/lazutils/laz2_xmlcfg.pas
 components/lazutils/laz2_xmlread.pas
 components/lazutils/laz2_xmlread.pas
 components/lazutils/laz2_xmlutils.pas
 components/lazutils/laz2_xmlutils.pas
 components/lazutils/laz2_xmlwrite.pas
 components/lazutils/laz2_xmlwrite.pas
 components/lazutils/laz2_xpath.pas
 components/lazutils/laz2_xpath.pas
 components/lazutils/laz_xmlcfg.pas
 components/lazutils/laz_xmlstreaming.pas
 components/lazutils/laz_xmlstreaming.pas
 components/lazutils/lookupstringlist.pas
 components/multithreadprocs/mtpcpu.pas
 components/multithreadprocs/mtpcpu.pas
 components/multithreadprocs/mtprocs.pas
 components/multithreadprocs/mtprocs.pas
 components/multithreadprocs/mtputils.pas
 components/multithreadprocs/mtputils.pas
 components/opengl/glcocoanscontext.pas
 components/paradox/regparadox.pp
 components/paradox/regparadox.pp
 components/printers/printer4lazstrconst.pas
 components/sparta/dockedformeditor/source/*
 components/tachart/numlib_fix/ipf.pas
 components/tachart/numlib_fix/ipf.pas
 components/tachart/numlib_fix/mdt.pas
 components/tachart/numlib_fix/mdt.pas
 components/tachart/numlib_fix/sle.pas
 components/tachart/numlib_fix/sle.pas
 components/tachart/numlib_fix/spe.pas
 components/tachart/numlib_fix/spe.pas
 components/wiki/myfphttpclient.pp
 components/wiki/myfphttpclient.pp
 examples/fpdocmanager/umakeskel.pas
 examples/fpdocmanager/umakeskel.pas
 examples/lpicustomdata/lpicustomdata.lpr
 ide/findinfilesdlg.pas
 ide/findreplacedialog.pp
 ide/inputfiledialog.pas
 ide/lazadvancedipc.pp
 ide/patheditordlg.pas
 ide/transfermacros.pp
 ide/wordcompletion.pp
 lcl/colorbox.pas
 lcl/customdrawncontrols.pas
 lcl/customdrawncontrols.pas
 lcl/dbextctrls.pp
 lcl/dbgrids.pas
 lcl/forms/calcform.pas
 lcl/forms/timepopup.pas
 lcl/grids.pas
 lcl/include/comboex.inc
 lcl/include/controlconsts.inc
 lcl/include/customflowpanel.inc
 lcl/include/dbdateedit.inc
 lcl/include/tiffimage.inc
 lcl/interfacebase.pp
 lcl/interfaces/cocoa/cocoacaret.pas
 lcl/interfaces/cocoa/cocoawschecklst.pas
 lcl/interfaces/cocoa/cocoawsdialogs.pp
 lcl/interfaces/cocoa/cocoawsspin.pas
 lcl/interfaces/cocoa/cocoa_extra.pas
 lcl/interfaces/customdrawn/customdrawn_winextra.pas
 lcl/interfaces/gtk3/gtk3wsextdlgs.pp
 lcl/interfaces/qt/qt45.pas
 lcl/interfaces/qt/qt45.pas
 lcl/interfaces/qt/qtcaret.pas
 lcl/interfaces/win32/win32extra.pas
 lcl/interfaces/wince/winext.pas
 lcl/interfaces/wince/winext.pas
 lcl/lclunicodedata.pas
 test/testresult-db/importtestresults.pp
 test/testresult-db/importtestresults.pp
 test/testresult-db/teststr.pp
 test/testresult-db/teststr.pp
 test/testresult-db/tresults.pp
 test/testresult-db/tresults.pp
 tools/lazdatadesktop/ddfiles.pp
Copyright:
 1986-2000 Kees van Ginneken
 1986-2000 Loek van Reij
 1986-2000 Marco van de Voort <marco@freepascal.org>
 1986-2000 Wil Kortsmi
 1991-2007 Unicode, Inc.
 1995-1996 AO ROSNO
 1997-1998 Master-Bank
 1998-1999 Andreas Schmidt and friends
 1998-2000 Tzyganenko A.
 1999-2003 Sebastian Guenther <sg@freepascal.org>
 2000-2003 Areca Systems GmbH
 2001 Stalker SoftWare
 2001-2002 Keith Bowes
 2002-2003 Jesus Reyes Aguilar
 2002-2013 the Free Pascal development team
 2004 Pawel Piwowar <alfapawel@tlen.pl>
 2004 Radek Cervinka <radek.cervinka@centrum.cz>
 2004-2012 Mattias Gaertner <mattias@freepascal.org>
 2004-2013 Lagunov Aleksey
 2004-2015 Maciej Izak DaThoX FreeSparta.com
 2005 Alexandru Alexandrov
 2005 Andrew Haines
 2005 Darius Blaszijk
 2005-2011 Jan Van hijfte
 2006 Sergei Gorelkin <sergei_gorelkin@mail.ru>
 2006-2009 Marc Weustink <marc@dommelstein.nl>
 2007-2008 Michael Van Canneyt <michael@freepascal.org>
 2010-2011 Felipe Monteiro de Carvalho
 2010-2013 Lazarus team
 2010-2014 Zoran Vučenović / Зоран Вученовић
 2012 Julio Jiménez Borreguero
 2012 Michał Gawrycki <michal.gawrycki@gmsystems.pl>
 2014 by Lagunov A.A.
 2014-2015 alexs <alexs75@yandex.ru>
 2015 Ondrej Pokorny
 Andreas Hausladen
 Antônio Galvão
 Felipe Monteiro de Carvalho
 Guilbaud Olivier for FR 2.3x
 Juha Manninen
 Michael Fuchs
License: LGPL-2+ with staticLink exception

Files: components/PascalScript/*
Copyright: 2000-2014 by Carlo Kok and RemObjects Software
License: pascalscript-zlib-like

Files: lcl/interfaces/customdrawn/android/*
Copyright: 2009-2010 The Android Open Source Project
License: Apache-2.0

Files:
 examples/database/sqldbtutorial3/dbconfig.pas
 examples/database/tsqlscript/dbconfig.pas
 lcl/interfaces/customdrawn/android/egl.pas
Copyright:
 2007-2009 The Khronos Group Inc
 2012 Reinier Olislagers
License: Expat

Files:
 lcl/interfaces/customdrawn/android/sockets_arpa_inet.inc
 lcl/interfaces/customdrawn/android/sockets_sys_socket.inc
 lcl/interfaces/customdrawn/android/sockets_netinet_in.inc
Copyright: 2008 The Android Open Source Project
License: BSD-2-clause

Files:
 components/IndustrialStuff/source/indcyBaseLed.pas
 components/IndustrialStuff/source/indcyClasses.pas
 components/IndustrialStuff/source/indcyGraphics.pas
 components/IndustrialStuff/source/indcyTypes.pas
 components/IndustrialStuff/source/indled.pas
 components/PascalScript/Samples/Debug/dlgConfirmReplace.pas
 components/PascalScript/Samples/Debug/dlgReplaceText.pas
 components/PascalScript/Samples/Debug/dlgSearchText.pas
 components/PascalScript/Samples/IDE/dlgConfirmReplace.pas
 components/PascalScript/Samples/IDE/dlgReplaceText.pas
 components/PascalScript/Samples/IDE/dlgSearchText.pas
 components/jcf2/CommandLine/CommandLineConstants.pas
 components/jcf2/CommandLine/CommandLineReturnCode.pas
 components/jcf2/CommandLine/Lazarus/JCF.lpr
 components/jcf2/CommandLine/StatusMessageReceiver.pas
 components/jcf2/IdePlugin/JcfIdeMain.pas
 components/jcf2/IdePlugin/JcfIdeRegister.pas
 components/jcf2/IdePlugin/lazarus/jcfidemain.pas
 components/jcf2/IdePlugin/lazarus/jcfideregister.pas
 components/jcf2/JcfGui/fMain.pas
 components/jcf2/JcfVersionConsts.pas
 components/jcf2/Notepad/frmJcfNotepad.pas
 components/jcf2/Parse/AsmKeywords.pas
 components/jcf2/Parse/BuildParseTree.pas
 components/jcf2/Parse/BuildTokenList.pas
 components/jcf2/Parse/ParseError.pas
 components/jcf2/Parse/ParseTreeNode.pas
 components/jcf2/Parse/ParseTreeNodeType.pas
 components/jcf2/Parse/PreProcessor/PreProcessorExpressionParser.pas
 components/jcf2/Parse/PreProcessor/PreProcessorExpressionTokenise.pas
 components/jcf2/Parse/PreProcessor/PreProcessorExpressionTokens.pas
 components/jcf2/Parse/PreProcessor/PreProcessorParseTree.pas
 components/jcf2/Parse/SourceToken.pas
 components/jcf2/Parse/SourceTokenList.pas
 components/jcf2/Parse/TokenUtils.pas
 components/jcf2/Parse/Tokens.pas
 components/jcf2/Parse/UI/fShowParseTree.pas
 components/jcf2/Process/Align/AlignAssign.pas
 components/jcf2/Process/Align/AlignBase.pas
 components/jcf2/Process/Align/AlignComment.pas
 components/jcf2/Process/Align/AlignConst.pas
 components/jcf2/Process/Align/AlignField.pas
 components/jcf2/Process/Align/AlignTypedef.pas
 components/jcf2/Process/Align/AlignVars.pas
 components/jcf2/Process/AllProcesses.pas
 components/jcf2/Process/BaseVisitor.pas
 components/jcf2/Process/Capitalisation/Capitalisation.pas
 components/jcf2/Process/Capitalisation/IdentifierCaps.pas
 components/jcf2/Process/Capitalisation/SpecificWordCaps.pas
 components/jcf2/Process/Capitalisation/UnitNameCaps.pas
 components/jcf2/Process/FormatFlags.pas
 components/jcf2/Process/Indent/IndentAsmParam.pas
 components/jcf2/Process/Indent/Indenter.pas
 components/jcf2/Process/Info/BasicStats.pas
 components/jcf2/Process/Nesting.pas
 components/jcf2/Process/Obfuscate/FixCase.pas
 components/jcf2/Process/Obfuscate/RebreakLines.pas
 components/jcf2/Process/Obfuscate/ReduceWhiteSpace.pas
 components/jcf2/Process/Obfuscate/RemoveBlankLine.pas
 components/jcf2/Process/Obfuscate/RemoveComment.pas
 components/jcf2/Process/Obfuscate/RemoveConsecutiveWhiteSpace.pas
 components/jcf2/Process/Obfuscate/RemoveReturn.pas
 components/jcf2/Process/Obfuscate/RemoveUnneededWhiteSpace.pas
 components/jcf2/Process/Onceoffs/GlobalInclude.pas
 components/jcf2/Process/Onceoffs/MozComment.pas
 components/jcf2/Process/RemoveEmptyComment.pas
 components/jcf2/Process/Returns/BlockStyles.pas
 components/jcf2/Process/Returns/LongLineBreaker.pas
 components/jcf2/Process/Returns/NoReturnAfter.pas
 components/jcf2/Process/Returns/NoReturnBefore.pas
 components/jcf2/Process/Returns/PropertyOnOneLine.pas
 components/jcf2/Process/Returns/RemoveBlankLinesAfterProcHeader.pas
 components/jcf2/Process/Returns/RemoveBlankLinesInVars.pas
 components/jcf2/Process/Returns/RemoveConsecutiveReturns.pas
 components/jcf2/Process/Returns/RemoveReturnsAfter.pas
 components/jcf2/Process/Returns/RemoveReturnsAfterBegin.pas
 components/jcf2/Process/Returns/RemoveReturnsBeforeEnd.pas
 components/jcf2/Process/Returns/ReturnAfter.pas
 components/jcf2/Process/Returns/ReturnBefore.pas
 components/jcf2/Process/Returns/ReturnChars.pas
 components/jcf2/Process/Returns/ReturnsAfterFinalEnd.pas
 components/jcf2/Process/Spacing/MaxSpaces.pas
 components/jcf2/Process/Spacing/MoveSpaceToBeforeColon.pas
 components/jcf2/Process/Spacing/NoSpaceAfter.pas
 components/jcf2/Process/Spacing/NoSpaceBefore.pas
 components/jcf2/Process/Spacing/RemoveSpaceAtLineEnd.pas
 components/jcf2/Process/Spacing/SingleSpaceAfter.pas
 components/jcf2/Process/Spacing/SingleSpaceBefore.pas
 components/jcf2/Process/Spacing/SpaceBeforeColon.pas
 components/jcf2/Process/Spacing/SpaceToTab.pas
 components/jcf2/Process/Spacing/TabToSpace.pas
 components/jcf2/Process/SwitchableVisitor.pas
 components/jcf2/Process/Transform/AddBeginEnd.pas
 components/jcf2/Process/Transform/AddBlockEndSemicolon.pas
 components/jcf2/Process/Transform/FindReplace.pas
 components/jcf2/Process/Transform/SortUses.pas
 components/jcf2/Process/Transform/SortUsesData.pas
 components/jcf2/Process/Transform/UsesClauseFindReplace.pas
 components/jcf2/Process/Transform/UsesClauseInsert.pas
 components/jcf2/Process/Transform/UsesClauseRemove.pas
 components/jcf2/Process/TreeWalker.pas
 components/jcf2/Process/VisitSetNesting.pas
 components/jcf2/Process/VisitSetXY.pas
 components/jcf2/Process/VisitStripEmptySpace.pas
 components/jcf2/Process/Warnings/WarnAssignToFunctionName.pas
 components/jcf2/Process/Warnings/WarnCaseNoElse.pas
 components/jcf2/Process/Warnings/WarnDestroy.pas
 components/jcf2/Process/Warnings/WarnEmptyBlock.pas
 components/jcf2/Process/Warnings/WarnRealType.pas
 components/jcf2/Process/Warnings/WarnUnusedParam.pas
 components/jcf2/Process/Warnings/Warning.pas
 components/jcf2/ReadWrite/CodeReader.pas
 components/jcf2/ReadWrite/CodeWriter.pas
 components/jcf2/ReadWrite/ConvertTypes.pas
 components/jcf2/ReadWrite/Converter.pas
 components/jcf2/ReadWrite/EditorConverter.pas
 components/jcf2/ReadWrite/EditorReader.pas
 components/jcf2/ReadWrite/EditorWriter.pas
 components/jcf2/ReadWrite/FileConverter.pas
 components/jcf2/ReadWrite/FileReader.pas
 components/jcf2/ReadWrite/FileWriter.pas
 components/jcf2/ReadWrite/StringsConverter.pas
 components/jcf2/ReadWrite/StringsReader.pas
 components/jcf2/ReadWrite/StringsWriter.pas
 components/jcf2/Settings/JcfRegistrySettings.pas
 components/jcf2/Settings/JcfSetBase.pas
 components/jcf2/Settings/JcfSettings.pas
 components/jcf2/Settings/SetAlign.pas
 components/jcf2/Settings/SetAnyWordCaps.pas
 components/jcf2/Settings/SetAsm.pas
 components/jcf2/Settings/SetCaps.pas
 components/jcf2/Settings/SetClarify.pas
 components/jcf2/Settings/SetComments.pas
 components/jcf2/Settings/SetFile.pas
 components/jcf2/Settings/SetIndent.pas
 components/jcf2/Settings/SetObfuscate.pas
 components/jcf2/Settings/SetPreProcessor.pas
 components/jcf2/Settings/SetReplace.pas
 components/jcf2/Settings/SetReturns.pas
 components/jcf2/Settings/SetSpaces.pas
 components/jcf2/Settings/SetTransform.pas
 components/jcf2/Settings/SetUses.pas
 components/jcf2/Settings/SetWordList.pas
 components/jcf2/Settings/SettingsTypes.pas
 components/jcf2/Settings/Streams/RegistrySettings.pas
 components/jcf2/Settings/Streams/SettingsStream.pas
 components/jcf2/Ui/Settings/frAnyCapsSettings.pas
 components/jcf2/Ui/Settings/frAsm.pas
 components/jcf2/Ui/Settings/frBlankLines.pas
 components/jcf2/Ui/Settings/frClarify.pas
 components/jcf2/Ui/Settings/frClarifyAlign.pas
 components/jcf2/Ui/Settings/frClarifyBlocks.pas
 components/jcf2/Ui/Settings/frClarifyCaseBlocks.pas
 components/jcf2/Ui/Settings/frClarifyIndent.pas
 components/jcf2/Ui/Settings/frClarifyLongLineBreaker.pas
 components/jcf2/Ui/Settings/frClarifyReturns.pas
 components/jcf2/Ui/Settings/frClarifySpaces.pas
 components/jcf2/Ui/Settings/frComments.pas
 components/jcf2/Ui/Settings/frCompilerDirectReturns.pas
 components/jcf2/Ui/Settings/frFiles.pas
 components/jcf2/Ui/Settings/frIdentifierCapsSettings.pas
 components/jcf2/Ui/Settings/frNotIdentifierCapsSettings.pas
 components/jcf2/Ui/Settings/frObfuscateSettings.pas
 components/jcf2/Ui/Settings/frPreProcessor.pas
 components/jcf2/Ui/Settings/frReplace.pas
 components/jcf2/Ui/Settings/frReservedCapsSettings.pas
 components/jcf2/Ui/Settings/frTransform.pas
 components/jcf2/Ui/Settings/frUnitCaps.pas
 components/jcf2/Ui/Settings/frUses.pas
 components/jcf2/Ui/Settings/frWarnings.pas
 components/jcf2/Ui/fAbout.pas
 components/jcf2/Ui/fJcfErrorDisplay.pas
 components/jcf2/Ui/fRegistrySettings.pas
 components/jcf2/Utils/Delay.pas
 components/jcf2/Utils/DragDrop/JCFDropTarget.pas
 components/jcf2/Utils/DragDrop/frDrop.pas
 components/jcf2/Utils/IntList.pas
 components/jcf2/Utils/JcfFileUtils.pas
 components/jcf2/Utils/JcfFontSetFunctions.pas
 components/jcf2/Utils/JcfHelp.pas
 components/jcf2/Utils/JcfLog.pas
 components/jcf2/Utils/JcfMiscFunctions.pas
 components/jcf2/Utils/JcfStringUtils.pas
 components/jcf2/Utils/JcfSystemUtils.pas
 components/jcf2/Utils/JcfUnicode.pas
 components/jcf2/Utils/JcfUnicodeFiles.pas
 components/synedit/design/syneditdsgn.lpk
 components/synedit/lazsynedittext.pas
 components/synedit/synbeautifier.pas
 components/synedit/syncompletion.pas
 components/synedit/synedit.lpk
 components/synedit/synedit.pp
 components/synedit/syneditautocomplete.pp
 components/synedit/syneditexport.pas
 components/synedit/syneditfoldedview.pp
 components/synedit/synedithighlighterxmlbase.pas
 components/synedit/syneditkeycmds.pp
 components/synedit/syneditlines.pas
 components/synedit/syneditmarkup.pp
 components/synedit/syneditmarkupbracket.pp
 components/synedit/syneditmarkupctrlmouselink.pp
 components/synedit/syneditmarkupguttermark.pp
 components/synedit/syneditmarkuphighall.pp
 components/synedit/syneditmarkupselection.pp
 components/synedit/syneditmarkupspecialchar.pp
 components/synedit/syneditmarkupspecialline.pp
 components/synedit/syneditmarkupwordgroup.pp
 components/synedit/syneditmiscclasses.pp
 components/synedit/syneditmiscprocs.pp
 components/synedit/syneditmousecmds.pp
 components/synedit/syneditplugins.pas
 components/synedit/syneditpointclasses.pas
 components/synedit/syneditregexsearch.pas
 components/synedit/syneditsearch.pp
 components/synedit/syneditstrconst.pp
 components/synedit/synedittextbase.pas
 components/synedit/synedittextbidichars.pas
 components/synedit/synedittextbuffer.pp
 components/synedit/synedittextsystemcharwidth.pas
 components/synedit/synedittexttabexpander.pas
 components/synedit/synedittexttrimmer.pas
 components/synedit/synedittypes.pp
 components/synedit/synexporthtml.pas
 components/synedit/synguttercodefolding.pp
 components/synedit/syngutterlineoverview.pp
 components/synedit/synhighlighterany.pas
 components/synedit/synhighlighterbat.pas
 components/synedit/synhighlightercpp.pp
 components/synedit/synhighlightercss.pas
 components/synedit/synhighlighterdiff.pas
 components/synedit/synhighlighterhashentries.pas
 components/synedit/synhighlighterhtml.pp
 components/synedit/synhighlighterini.pas
 components/synedit/synhighlighterjava.pas
 components/synedit/synhighlighterjscript.pas
 components/synedit/synhighlighterlfm.pas
 components/synedit/synhighlightermulti.pas
 components/synedit/synhighlighterpas.pp
 components/synedit/synhighlighterperl.pas
 components/synedit/synhighlighterpike.pas
 components/synedit/synhighlighterphp.pas
 components/synedit/synhighlighterpython.pas
 components/synedit/synhighlightersql.pas
 components/synedit/synhighlightertex.pas
 components/synedit/synhighlighterunixshellscript.pas
 components/synedit/synhighlightervb.pas
 components/synedit/synhighlighterxml.pas
 components/synedit/synmacrorecorder.pas
 components/synedit/synmemo.pas
 components/synedit/synpluginsyncroedit.pp
 components/synedit/synpluginsyncronizededitbase.pp
 components/synedit/synplugintemplateedit.pp
 components/synunihighlighter/synunidesigner.pas
 components/synunihighlighter/synunihighlighter.pas
Copyright:
 1998-1999 Martin Waldenburg
 1999 Cyrille de Brebisson
 1999 Willo van der Merwe
 1999-2008 Anthony Steele
 1999-2008 Jean-Fabien Connault
 1999-2008 Paul Ishenin
 2000 Michael Hieke
 2001 Flávio Etrusco
 2009 Martn Friebe
 Lazarus team
 Michael Trier
License: GPL-2+ or MPL-1.1

Files: examples/ReSizeImageDemo/unit1.pas
Copyright: 2015 Mike Sapsard
License: GPL-3
 On Debian systems, the complete text of version 3 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-3'.

Files: components/synedit/synedittextdoublewidthchars.pas
Copyright:
 Lazarus team
 synedit
 1991-2014 Unicode, Inc.
License: GPL-2+ or MPL-1.1, and unicode

Files:
 components/IndustrialStuff/source/lednumber.pas
 components/synedit/synedithighlighter.pp
 components/synedit/synedithighlighterfoldbase.pas
 components/synedit/synhighlighterposition.pas
 components/synunihighlighter/synuni.lpk
 components/turbopower_ipro/ipanim.pas
 components/turbopower_ipro/ipconst.pas
 components/turbopower_ipro/ipdefct.inc
 components/turbopower_ipro/ipdefine.inc
 components/turbopower_ipro/ipfilebroker.pas
 components/turbopower_ipro/iphtml.pas
 components/turbopower_ipro/iphtmlpv.pas
 components/turbopower_ipro/ipmsg.pas
 components/turbopower_ipro/ipstrms.pas
 components/turbopower_ipro/iputils.pas
 lcl/interfaces/gtk3/gtk3bindings/lazcairo1.pas
Copyright:
 1998 Martin Waldenburg
 2000-2002 TurboPower Software
 2002 University of Southern California
 2003 Jurassic Pork
 2005 Red Hat, Inc
 Lazarus team
License: MPL-1.1

Files:
 components/aarre/src/aarrepkglist.pas
 components/activex/activexcontainer.pas
 components/activex/lazactivexreg.pas
 components/anchordocking/anchordocking.pas
 components/anchordocking/anchordockoptionsdlg.pas
 components/anchordocking/anchordockstorage.pas
 components/anchordocking/anchordockstr.pas
 components/anchordocking/design/registeranchordocking.pas
 components/anchordocking/restoredebugger/mainunit.pas
 components/cairocanvas/cairoprinter.pas
 components/codetools/examples/sourcecloser.lpr
 components/compilers/c/lazcstrconsts.pas
 components/compilers/c/lazcutil.pas
 components/datadict/ldd_consts.pas
 components/dbexport/sdb_consts.pas
 components/externhelp/externhelpfrm.pas
 components/fpcunit/console/consoletestrunner.pas
 components/fpcunit/guitestrunner.pas
 components/fpcunit/ide/fpcunitlazideintf.pas
 components/fpcunit/ide/strtestcaseopts.pas
 components/fppkg/src/fppkg_const.pas
 components/fppkg/src/fppkg_details.pas
 components/fppkg/src/fppkg_mainfrm.pas
 components/fppkg/src/fppkg_optionsfrm.pas
 components/fppkg/src/lazpackagemanagerintf.pas
 components/fppkg/svn/svnclasses.pas
 components/fppkg/svn/svncommand.pas
 components/fpweb/fpideexteditorinsertfilenameunit.pas
 components/fpweb/fpwebfieldsettagunit.pas
 components/fpweb/fpwebhrefeditunit.pas
 components/fpweb/fpwebhtmltaglegendunit.pas
 components/fpweb/fpwebnewhtmlfileunit.pas
 components/fpweb/fpwebnewhtmlformunit.pas
 components/fpweb/fpwebnewhtmlimgunit.pas
 components/fpweb/fpwebnewhtmlinputunit.pas
 components/fpweb/fpwebnewhtmllistunit.pas
 components/fpweb/fpwebnewhtmltableunit.pas
 components/fpweb/fpwebnewhtmltagpreunit.pas
 components/fpweb/fpwebnewhtmltagtdunit.pas
 components/fpweb/fpwebnewhtmltagtrunit.pas
 components/fpweb/fpwebselectoptionsunit.pas
 components/fpweb/fpwebselecttagunit.pas
 components/fpweb/lazweb.pp
 components/fpweb/weblazideintf.pp
 components/images/lazbmp.pas
 components/images/lazjpg.pas
 components/images/lazpng.pas
 components/images/lazpnm.pas
 components/images/laztga.pas
 components/images/lazxpm.pas
 components/lazreport/samples/editor/maincalleditor.pas
 components/lazreport/source/addons/DialogControls/lrdbdialogcontrols.pas
 components/lazreport/source/addons/DialogControls/lrdialogcontrols.pas
 components/lazreport/source/addons/DialogControls/lrformstorage.pas
 components/lazreport/source/addons/DialogControls/lrformstorageeditor.pas
 components/lazreport/source/addons/lrOfficeImport/lrofficeimport.pas
 components/lazreport/source/addons/lrOfficeImport/lrspreadsheetimportunit.pas
 components/lazreport/source/fr3tolrf.pas
 components/lazreport/source/lr_crossarray.pas
 components/lazreport/source/lr_crosstab.pas
 components/lazreport/source/lr_crosstabeditor.pas
 components/lazreport/source/lr_fpc.pas
 components/lazreport/source/lr_hyphen.pas
 components/messagecomposer/messagecomposer.pas
 components/mrumenu/mrumanager.pp
 components/mrumenu/reglazmru.pp
 components/multithreadprocs/examples/parallelloop1.lpr
 components/plotfunction/exprplotpanel.pp
 components/plotfunction/plotpanel.pp
 components/synedit/design/synpropertyeditobjectlist.pas
 components/vlc/lclvlc.pp
 examples/androidlcl/sqlitejniandroid.pas
 examples/cleandir/dircleaner.pp
 examples/cleandir/frmlog.pp
 examples/cleandir/frmmain.pp
 examples/cleandir/svccleandirs.pp
 examples/cleandir/svcmap.pp
 examples/designnonlcl/mywidgetdesigner.pas
 examples/designnonlcl/mywidgetset.pas
 examples/dockmanager/design/registereasydockmgr.pas
 examples/exploremenu/frmexploremenu.pas
 examples/gridexamples/columneditors/main.pas
 examples/gridexamples/columneditors/stringgrideditor.lpr
 ide/editortoolbarstatic.pas
 ide/toolbarconfig.pas
 lcl/comboex.pas
 lcl/defaulttranslator.pas
 lcl/interfaces/gtk3/gtk3bindings/lazpangocairo1.pas
 lcl/lcltranslator.pas
 tools/iconvtable.pas
 tools/iconvtable_dbcs.pas
 tools/lazdatadesktop/lazdatadeskstr.pas
 tools/lplupdate.lpr
 tools/updatemakefiles.lpr
Copyright:
 1999, 2004 Red Hat, Inc
 2003-20012 Mattias Gaertner <mattias@freepascal.org>
 2004 Luiz Américo Pereira Câmara <pascalive@bol.com.br>
 2004 Olivier GUILBAUD
 2004-2007 Vincent Snijders <vincents@freepascal.org>
 2004-2015 Dean Zobec, contributors
 2004-2015 Lazarus Developers Team
 2004-2015 V.I.Volchenko
 2005-2013 Michael Van Canneyt <michael@freepascal.org>
 2007 Graeme Geldenhuys <graemeg@gmail.com>
 2007 Salvatore Coppola
 2009 Marcelo B Paula
 2010 Marcelo Borges de Paula
 2010-2013 Lagunov Aleksey <alexs75@hotbox.ru>
 2011 Darius Blaszyk
 2011 Ludo Brands
 2012-2015 alexs <alexs75@yandex.ru>
 2013 Jesús Reyes Aguilar <jesusrmx@yahoo.com.mx>
 2013 Theo
 2013 Windsurfer contact via fpc/Lazarus forum
 2014 Vojtěch Čihák <cihakvjtch@seznam.cz>
 Lazarus team
License: LGPL-2+

Files: examples/database/sqlite_encryption_pragma/unit1.pas
Copyright: unknown
License: unlicense
 This is free and unencumbered software released into the public domain.
 .
 Anyone is free to copy, modify, publish, use, compile, sell, or
 distribute this software, either in source code form or as a compiled
 binary, for any purpose, commercial or non-commercial, and by any
 means.
 .
 In jurisdictions that recognize copyright laws, the author or authors
 of this software dedicate any and all copyright interest in the
 software to the public domain. We make this dedication for the benefit
 of the public at large and to the detriment of our heirs and
 successors. We intend this dedication to be an overt act of
 relinquishment in perpetuity of all present and future rights to this
 software under copyright law.
 .
 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 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 .
 For more information, please refer to <http://unlicense.org/>

Files: components/opengl/example/uglyfont.pas
Copyright: Soji Yamakawa (CaptainYS) <PEB01130@nifty.com>
License: own_dwywwi_license
 I don't abandon the copyright, but you can use this code and the header
 (uglyfont.cpp and uglyfont.h) for your product regardless of the purpose,
 i.e., free or commercial, open source or proprietary.
 .
 However, I do not take any responsibility for the consequence of using
 this code and header.  Please use on your own risks.

Files: components/synedit/synregexpr.pas
Copyright: 1999-2004 Andrey V. Sorokin <anso@mail.ru>
Comment: This file has been dual-licensed upon request by e-mail, see
 http://lists.alioth.debian.org/pipermail/pkg-pascal-devel/Week-of-Mon-20150525/000509.html
License: zlib-like or LGPL-2+ with staticLink exception

License: zlib-like
 You may use this software in any kind of development,
 including comercial, redistribute, and modify it freely,
 under the following restrictions :
 1. This software is provided as it is, without any kind of
    warranty given. Use it at Your own risk.The author is not
    responsible for any consequences of use of this software.
 2. The origin of this software may not be mispresented, You
    must not claim that You wrote the original software. If
    You use this software in any kind of product, it would be
    appreciated that there in a information box, or in the
    documentation would be an acknowledgement like
 .
     Partial Copyright (c) 2004 Andrey V. Sorokin
                                http://RegExpStudio.com
                                mailto:anso@mail.ru
 .
 3. You may not have any income from distributing this source
    (or altered version of it) to other developers. When You
    use this product in a comercial package, the source may
    not be charged seperatly.
 4. Altered versions must be plainly marked as such, and must
    not be misrepresented as being the original software.
 5. RegExp Studio application and all the visual components as
    well as documentation is not part of the TRegExpr library
    and is not free for usage.

Files:
 components/lazutils/lazfreetype.pas
 components/lazutils/ttcache.pas
 components/lazutils/ttcalc.pas
 components/lazutils/ttcalc1.inc
 components/lazutils/ttcalc2.inc
 components/lazutils/ttcalc3.inc
 components/lazutils/ttcalc4.inc
 components/lazutils/ttcmap.pas
 components/lazutils/ttdebug.pas
 components/lazutils/tterror.pas
 components/lazutils/ttfile.pas
 components/lazutils/ttgload.pas
 components/lazutils/ttinterp.pas
 components/lazutils/ttload.pas
 components/lazutils/ttmemory.pas
 components/lazutils/ttobjs.pas
 components/lazutils/ttraster.pas
 components/lazutils/tttables.pas
 components/lazutils/tttypes.pas
Copyright:
 1996-1997 David Turner, Robert Wilhelm and Werner Lemberg
Comment: The whole FreeType project is now also licensed under GPL-2+.
License: FreeType
                     The FreeType Project LICENSE
                    ----------------------------
 .
                            2006-Jan-27
 .
                    Copyright 1996-2002, 2006 by
          David Turner, Robert Wilhelm, and Werner Lemberg
 .
 Introduction
 ============
 .
  The FreeType  Project is distributed in  several archive packages;
  some of them may contain, in addition to the FreeType font engine,
  various tools and  contributions which rely on, or  relate to, the
  FreeType Project.
 .
  This  license applies  to all  files found  in such  packages, and
  which do not  fall under their own explicit  license.  The license
  affects  thus  the  FreeType   font  engine,  the  test  programs,
  documentation and makefiles, at the very least.
 .
  This  license   was  inspired  by  the  BSD,   Artistic,  and  IJG
  (Independent JPEG  Group) licenses, which  all encourage inclusion
  and  use of  free  software in  commercial  and freeware  products
  alike.  As a consequence, its main points are that:
 .
    o We don't promise that this software works. However, we will be
      interested in any kind of bug reports. (`as is' distribution)
 .
    o You can  use this software for whatever you  want, in parts or
      full form, without having to pay us. (`royalty-free' usage)
 .
    o You may not pretend that  you wrote this software.  If you use
      it, or  only parts of it,  in a program,  you must acknowledge
      somewhere  in  your  documentation  that  you  have  used  the
      FreeType code. (`credits')
 .
  We  specifically  permit  and  encourage  the  inclusion  of  this
  software, with  or without modifications,  in commercial products.
  We  disclaim  all warranties  covering  The  FreeType Project  and
  assume no liability related to The FreeType Project.
 .
 .
  Finally,  many  people  asked  us  for  a  preferred  form  for  a
  credit/disclaimer to use in compliance with this license.  We thus
  encourage you to use the following text:
 .
   """
    Portions of this software are copyright © <year> The FreeType
    Project (www.freetype.org).  All rights reserved.
   """
 .
  Please replace <year> with the value from the FreeType version you
  actually use.
 .
 .
 Legal Terms
 ===========
 .
 0. Definitions
 --------------
 .
  Throughout this license,  the terms `package', `FreeType Project',
  and  `FreeType  archive' refer  to  the  set  of files  originally
  distributed  by the  authors  (David Turner,  Robert Wilhelm,  and
  Werner Lemberg) as the `FreeType Project', be they named as alpha,
  beta or final release.
 .
  `You' refers to  the licensee, or person using  the project, where
  `using' is a generic term including compiling the project's source
  code as  well as linking it  to form a  `program' or `executable'.
  This  program is  referred to  as  `a program  using the  FreeType
  engine'.
 .
  This  license applies  to all  files distributed  in  the original
  FreeType  Project,   including  all  source   code,  binaries  and
  documentation,  unless  otherwise  stated   in  the  file  in  its
  original, unmodified form as  distributed in the original archive.
  If you are  unsure whether or not a particular  file is covered by
  this license, you must contact us to verify this.
 .
  The FreeType  Project is copyright (C) 1996-2000  by David Turner,
  Robert Wilhelm, and Werner Lemberg.  All rights reserved except as
  specified below.
 .
 1. No Warranty
 --------------
 .
  THE FREETYPE PROJECT  IS PROVIDED `AS IS' WITHOUT  WARRANTY OF ANY
  KIND, EITHER  EXPRESS OR IMPLIED,  INCLUDING, BUT NOT  LIMITED TO,
  WARRANTIES  OF  MERCHANTABILITY   AND  FITNESS  FOR  A  PARTICULAR
  PURPOSE.  IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
  BE LIABLE  FOR ANY DAMAGES CAUSED  BY THE USE OR  THE INABILITY TO
  USE, OF THE FREETYPE PROJECT.
 .
 2. Redistribution
 -----------------
 .
  This  license  grants  a  worldwide, royalty-free,  perpetual  and
  irrevocable right  and license to use,  execute, perform, compile,
  display,  copy,   create  derivative  works   of,  distribute  and
  sublicense the  FreeType Project (in  both source and  object code
  forms)  and  derivative works  thereof  for  any  purpose; and  to
  authorize others  to exercise  some or all  of the  rights granted
  herein, subject to the following conditions:
 .
    o Redistribution of  source code  must retain this  license file
      (`FTL.TXT') unaltered; any  additions, deletions or changes to
      the original  files must be clearly  indicated in accompanying
      documentation.   The  copyright   notices  of  the  unaltered,
      original  files must  be  preserved in  all  copies of  source
      files.
 .
    o Redistribution in binary form must provide a  disclaimer  that
      states  that  the software is based in part of the work of the
      FreeType Team,  in  the  distribution  documentation.  We also
      encourage you to put an URL to the FreeType web page  in  your
      documentation, though this isn't mandatory.
 .
  These conditions  apply to any  software derived from or  based on
  the FreeType Project,  not just the unmodified files.   If you use
  our work, you  must acknowledge us.  However, no  fee need be paid
  to us.
 .
 3. Advertising
 --------------
 .
  Neither the  FreeType authors and  contributors nor you  shall use
  the name of the  other for commercial, advertising, or promotional
  purposes without specific prior written permission.
 .
  We suggest,  but do not require, that  you use one or  more of the
  following phrases to refer  to this software in your documentation
  or advertising  materials: `FreeType Project',  `FreeType Engine',
  `FreeType library', or `FreeType Distribution'.
 .
  As  you have  not signed  this license,  you are  not  required to
  accept  it.   However,  as  the FreeType  Project  is  copyrighted
  material, only  this license, or  another one contracted  with the
  authors, grants you  the right to use, distribute,  and modify it.
  Therefore,  by  using,  distributing,  or modifying  the  FreeType
  Project, you indicate that you understand and accept all the terms
  of this license.
 .
 4. Contacts
 -----------
 .
  There are two mailing lists related to FreeType:
 .
    o freetype@nongnu.org
 .
      Discusses general use and applications of FreeType, as well as
      future and  wanted additions to the  library and distribution.
      If  you are looking  for support,  start in  this list  if you
      haven't found anything to help you in the documentation.
 .
    o freetype-devel@nongnu.org
 .
      Discusses bugs,  as well  as engine internals,  design issues,
      specific licenses, porting, etc.
 .
  Our home page can be found at
 .
    http://www.freetype.org

Files: components/synedit/syntextdrawer.pp
Copyright: 1999 HANAI Tohru
License: MPL-1.0
 The contents of this file are subject to the Mozilla Public License Ver. 1.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.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.0
 .
 1. Definitions.
 .
    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.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.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 a list of 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'' 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 fifty
    percent (50%) or more 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) to use, reproduce, modify, display, perform, sublicense and
        distribute the Original Code (or portions thereof) with or without
        Modifications, or as part of a Larger Work; and
 .
        (b) under patents now or hereafter owned or controlled by Initial
        Developer, to make, have made, use and sell (``Utilize'') the Original
        Code (or portions thereof), but solely to the extent that any such
        patent is reasonably necessary to enable You to Utilize the Original
        Code (or portions thereof) and not to any greater extent that may be
        necessary to Utilize further Modifications or combinations.
 .
    2.2. Contributor Grant.  Each Contributor hereby grants You a world-wide,
    royalty-free, non-exclusive license, subject to third party intellectual
    property claims:
 .
        (a) 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 or as part of a Larger Work; and
 .
        (b) under patents now or hereafter owned or controlled by Contributor,
        to Utilize the Contributor Version (or portions thereof), but solely to
        the extent that any such patent is reasonably necessary to enable You
        to Utilize the Contributor Version (or portions thereof), and not to
        any greater extent that may be necessary to Utilize further
        Modifications or combinations.
 .
 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 You have knowledge that a party claims an
        intellectual property right in particular functionality or code (or its
        utilization under this License), you 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 you obtain such knowledge after You make Your
        Modification available as described in Section 3.2, You shall promptly
        modify the LEGAL file in all copies You make 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 Your Modification is an application
        programming interface and You own or control patents which are
        reasonably necessary to implement that API, you must also include this
        information in the LEGAL file.
 .
    3.5. Required Notices.  You must duplicate the notice in Exhibit A in each
    file of the Source Code, and this License in any documentation for the
    Source Code, where You describe recipients' rights relating to Covered
    Code. If You created one or more Modification(s), You may add your name as
    a Contributor to the notice described in Exhibit A. 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 file) where a user would be likely to look for such a notice. 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 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 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'', ``NPL'' or any confusingly similar phrase do not appear
    anywhere in your 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.
 .
    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.
 .
 9. LIMITATION OF LIABILITY.
 .
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
    NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER
    CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF
    SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER 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 THAT 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: (a) unless otherwise agreed
    in writing, all disputes relating to this License (excepting any dispute
    relating to intellectual property rights) shall be subject to final and
    binding arbitration, with the losing party paying all costs of arbitration;
    (b) any arbitration relating to this Agreement shall be held in Santa Clara
    County, California, under the auspices of JAMS/EndDispute; and (c) any
    litigation relating to this Agreement 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.
 .
    Except in cases where another Contributor has failed to comply with Section
    3.4, You are responsible for damages arising, directly or indirectly, out
    of Your utilization of rights under this License, based on the number of
    copies of Covered Code you made available, the revenues you received from
    utilizing such rights, and other relevant factors. You agree to work with
    affected parties to distribute responsibility on an equitable basis.
 .
 EXHIBIT A.
 .
    ``The contents of this file are subject to the Mozilla Public License
    Version 1.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.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): ______________________________________.''


Files: lcl/themes.pas
Copyright: 2001-2005 Mike Lischke <public@soft-gems.net>
Comment: The e-mail address of the author doesn't work anymore, he
 can be reached at <mike@lischke-online.de>.
 .
 Because the original license of this file was non-DFSG-free, the Debian
 Pascal team contacted the original author and asked for relicensing.
 Reluctantly he granted that. Althought the e-mail exchange was not on
 a publically archived list (albeit multiple requests) the current upstream
 website http://www.soft-gems.net/index.php/controls/windows-xp-theme-manager
 now (2015-06-28) notes explicitly:
 """
 Update June 2015: the Free Pascal project asked me for a license change to
 make the package compatible with their software. So I decided to switch to the
 MIT license (from a custom freeware license). However, since I can no longer
 create the TM setup it has been taken offline and from now on only the source
 code is available for download.
 """
 .
 The link for the license on the website links to the Expat license.
License: MikeLischeXpTheme or Expat

License: MikeLischeXpTheme
 Windows XP Theme Manager is freeware. You may freely use it in any software,
 including commercial software, provided you accept the following conditions:
 .
 1) The software may not be included into component collections and similar
    compilations which are sold. If you want to distribute this software for
    money then contact me first and ask for my permission.
 2) My copyright notices in the source code may not be removed or modified.
 3) If you modify and/or distribute the code to any third party then you must
    not veil the original author. It must always be clearly identifiable that
    I, Mike Lischke, am the original author.
 .
 Although it is not required it would be a nice move to recognize my work by
 adding a citation to the application's about box or a similar place.
 .
 The original code is ThemeSrv.pas, released 03. February 2002.
 .
 The initial developer of the original code is:
   Mike Lischke (public@soft-gems.net, www.soft-gems.net).
 .
 Portions created by Mike Lischke are
 (C) 2001-2005 Mike Lischke. All Rights Reserved.

License: Apache-2.0
 Licensed 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: Expat
 The MIT License
 .
 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
 AUTHORS OR COPYRIGHT HOLDERS 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: 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; version 2 dated June, 1991, or (at
 your option) any later version.
 .
 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: LGPL-2+
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU Library General Public License as published by the
 Free Software Foundation; version 2 of the License, or (at
 your option) any later version.
 .
 On Debian systems, the complete text of version 2 of the GNU Library
 Public License can be found in `/usr/share/common-licenses/LGPL-2'.

License: LGPL-2+ with staticLink exception
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU Library General Public License as published by the Free
 Software Foundation; version 2 of the License, or (at your option) any later
 version.
 .
 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.
 .
 On Debian systems, the complete text of version 2 of the GNU Library
 Public License can be found in `/usr/share/common-licenses/LGPL-2'.

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: pascalscript-zlib-like
 This software is provided 'as-is', without any expressed or implied
 warranty. In no event will the author be held liable for any damages arising
 from the use of this software.
 .
 Permission is granted to anyone to use this software for any kind of
 application, 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.
 .
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 .
 3. You must have a visible line in your programs aboutbox or documentation
    that it is made using RemObjects Pascal Script and where RemObjects Pascal
    Script can be found.
 .
 4. This notice may not be removed or altered from any source distribution.

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

Files: images/icons/lazarus.svg
Copyright: R. Eddy Martin
License: CC-BY-SA-4
 This artwork by R. Eddy Martin is licensed under a Creative Commons
 Attribution-ShareAlike 4.0 (CC BY-SA) International License.
 http://creativecommons.org/licenses/by-sa/4.0/
 Based on original pixel artwork by Laurent Jacques.
 (http://wiki.lazarus.freepascal.org/Wile64)
 Original license unknown, but assumedly covered
 under the same license as the Lazarus IDE.
 .
 .
 Creative Commons Attribution-ShareAlike 4.0 International Public License
 .
 By exercising the Licensed Rights (defined below), You accept and agree to be
 bound by the terms and conditions of this Creative Commons
 Attribution-ShareAlike 4.0 International Public License ("Public License"). To
 the extent this Public License may be interpreted as a contract, You are
 granted the Licensed Rights in consideration of Your acceptance of these terms
 and conditions, and the Licensor grants You such rights in consideration of
 benefits the Licensor receives from making the Licensed Material available
 under these terms and conditions.
 .
 Section 1 – Definitions.
 .
    Adapted Material means material subject to Copyright and Similar Rights
    that is derived from or based upon the Licensed Material and in which the
    Licensed Material is translated, altered, arranged, transformed, or
    otherwise modified in a manner requiring permission under the Copyright and
    Similar Rights held by the Licensor. For purposes of this Public License,
    where the Licensed Material is a musical work, performance, or sound
    recording, Adapted Material is always produced where the Licensed Material
    is synched in timed relation with a moving image.
 .
    Adapter's License means the license You apply to Your Copyright and Similar
    Rights in Your contributions to Adapted Material in accordance with the
    terms and conditions of this Public License.
 .
    BY-SA Compatible License means a license listed at
    creativecommons.org/compatiblelicenses, approved by Creative Commons as
    essentially the equivalent of this Public License.
 .
    Copyright and Similar Rights means copyright and/or similar rights closely
    related to copyright including, without limitation, performance, broadcast,
    sound recording, and Sui Generis Database Rights, without regard to how the
    rights are labeled or categorized. For purposes of this Public License, the
    rights specified in Section 2(b)(1)-(2) are not Copyright and Similar
    Rights.
 .
    Effective Technological Measures means those measures that, in the absence
    of proper authority, may not be circumvented under laws fulfilling
    obligations under Article 11 of the WIPO Copyright Treaty adopted on
    December 20, 1996, and/or similar international agreements.
 .
    Exceptions and Limitations means fair use, fair dealing, and/or any other
    exception or limitation to Copyright and Similar Rights that applies to
    Your use of the Licensed Material.
 .
    License Elements means the license attributes listed in the name of a
    Creative Commons Public License. The License Elements of this Public
    License are Attribution and ShareAlike.
 .
    Licensed Material means the artistic or literary work, database, or other
    material to which the Licensor applied this Public License.
 .
    Licensed Rights means the rights granted to You subject to the terms and
    conditions of this Public License, which are limited to all Copyright and
    Similar Rights that apply to Your use of the Licensed Material and that the
    Licensor has authority to license.
 .
    Licensor means the individual(s) or entity(ies) granting rights under this
    Public License.
 .
    Share means to provide material to the public by any means or process that
    requires permission under the Licensed Rights, such as reproduction, public
    display, public performance, distribution, dissemination, communication, or
    importation, and to make material available to the public including in ways
    that members of the public may access the material from a place and at a
    time individually chosen by them.
 .
    Sui Generis Database Rights means rights other than copyright resulting
    from Directive 96/9/EC of the European Parliament and of the Council of 11
    March 1996 on the legal protection of databases, as amended and/or
    succeeded, as well as other essentially equivalent rights anywhere in the
    world.
 .
    You means the individual or entity exercising the Licensed Rights under
    this Public License. Your has a corresponding meaning.
 .
 Section 2 – Scope.
 .
    License grant.
 .
        Subject to the terms and conditions of this Public License, the
        Licensor hereby grants You a worldwide, royalty-free,
        non-sublicensable, non-exclusive, irrevocable license to exercise the
        Licensed Rights in the Licensed Material to:
 .
            reproduce and Share the Licensed Material, in whole or in part; and
 .
            produce, reproduce, and Share Adapted Material.
 .
        Exceptions and Limitations. For the avoidance of doubt, where
        Exceptions and Limitations apply to Your use, this Public License does
        not apply, and You do not need to comply with its terms and conditions.
 .
        Term. The term of this Public License is specified in Section 6(a).
 .
        Media and formats; technical modifications allowed. The Licensor
        authorizes You to exercise the Licensed Rights in all media and formats
        whether now known or hereafter created, and to make technical
        modifications necessary to do so. The Licensor waives and/or agrees not
        to assert any right or authority to forbid You from making technical
        modifications necessary to exercise the Licensed Rights, including
        technical modifications necessary to circumvent Effective Technological
        Measures. For purposes of this Public License, simply making
        modifications authorized by this Section 2(a)(4) never produces Adapted
        Material.
 .
        Downstream recipients.
 .
            Offer from the Licensor – Licensed Material. Every recipient of the
            Licensed Material automatically receives an offer from the Licensor
            to exercise the Licensed Rights under the terms and conditions of
            this Public License.
 .
            Additional offer from the Licensor – Adapted Material. Every
            recipient of Adapted Material from You automatically receives an
            offer from the Licensor to exercise the Licensed Rights in the
            Adapted Material under the conditions of the Adapter’s License You
            apply.
 .
            No downstream restrictions. You may not offer or impose any
            additional or different terms or conditions on, or apply any
            Effective Technological Measures to, the Licensed Material if doing
            so restricts exercise of the Licensed Rights by any recipient of
            the Licensed Material.
 .
        No endorsement. Nothing in this Public License constitutes or may be
        construed as permission to assert or imply that You are, or that Your
        use of the Licensed Material is, connected with, or sponsored,
        endorsed, or granted official status by, the Licensor or others
        designated to receive attribution as provided in Section 3(a)(1)(A)(i).
 .
    Other rights.
 .
        Moral rights, such as the right of integrity, are not licensed under
        this Public License, nor are publicity, privacy, and/or other similar
        personality rights; however, to the extent possible, the Licensor
        waives and/or agrees not to assert any such rights held by the Licensor
        to the limited extent necessary to allow You to exercise the Licensed
        Rights, but not otherwise.
 .
        Patent and trademark rights are not licensed under this Public License.
 .
        To the extent possible, the Licensor waives any right to collect
        royalties from You for the exercise of the Licensed Rights, whether
        directly or through a collecting society under any voluntary or
        waivable statutory or compulsory licensing scheme. In all other cases
        the Licensor expressly reserves any right to collect such royalties.
 .
 Section 3 – License Conditions.
 .
 Your exercise of the Licensed Rights is expressly made subject to the following
 conditions.
 .
    Attribution.
 .
        If You Share the Licensed Material (including in modified form), You
        must:
 .
            retain the following if it is supplied by the Licensor with the
            Licensed Material:
 .
                identification of the creator(s) of the Licensed Material and
                any others designated to receive attribution, in any reasonable
                manner requested by the Licensor (including by pseudonym if
                designated);
 .
                a copyright notice;
 .
                a notice that refers to this Public License;
 .
                a notice that refers to the disclaimer of warranties;
 .
                a URI or hyperlink to the Licensed Material to the extent
                reasonably practicable;
 .
            indicate if You modified the Licensed Material and retain an
            indication of any previous modifications; and
 .
            indicate the Licensed Material is licensed under this Public
            License, and include the text of, or the URI or hyperlink to, this
            Public License.
 .
        You may satisfy the conditions in Section 3(a)(1) in any reasonable
        manner based on the medium, means, and context in which You Share the
        Licensed Material. For example, it may be reasonable to satisfy the
        conditions by providing a URI or hyperlink to a resource that includes
        the required information.
 .
        If requested by the Licensor, You must remove any of the information
        required by Section 3(a)(1)(A) to the extent reasonably practicable.
 .
    ShareAlike.
 .
    In addition to the conditions in Section 3(a), if You Share Adapted
    Material You produce, the following conditions also apply.
 .
        The Adapter’s License You apply must be a Creative Commons license with
        the same License Elements, this version or later, or a BY-SA Compatible
        License.
 .
        You must include the text of, or the URI or hyperlink to, the Adapter's
        License You apply. You may satisfy this condition in any reasonable
        manner based on the medium, means, and context in which You Share
        Adapted Material.
 .
        You may not offer or impose any additional or different terms or
        conditions on, or apply any Effective Technological Measures to,
        Adapted Material that restrict exercise of the rights granted under the
        Adapter's License You apply.
 .
 Section 4 – Sui Generis Database Rights.
 .
 Where the Licensed Rights include Sui Generis Database Rights that apply to
 Your use of the Licensed Material:
 .
    for the avoidance of doubt, Section 2(a)(1) grants You the right to
    extract, reuse, reproduce, and Share all or a substantial portion of the
    contents of the database;
 .
    if You include all or a substantial portion of the database contents in a
    database in which You have Sui Generis Database Rights, then the database
    in which You have Sui Generis Database Rights (but not its individual
    contents) is Adapted Material, including for purposes of Section 3(b); and
 .
    You must comply with the conditions in Section 3(a) if You Share all or a
    substantial portion of the contents of the database.
 .
 For the avoidance of doubt, this Section 4 supplements and does not replace
 Your obligations under this Public License where the Licensed Rights include
 other Copyright and Similar Rights.
 .
 Section 5 – Disclaimer of Warranties and Limitation of Liability.
 .
    Unless otherwise separately undertaken by the Licensor, to the extent
    possible, the Licensor offers the Licensed Material as-is and as-available,
    and makes no representations or warranties of any kind concerning the
    Licensed Material, whether express, implied, statutory, or other. This
    includes, without limitation, warranties of title, merchantability, fitness
    for a particular purpose, non-infringement, absence of latent or other
    defects, accuracy, or the presence or absence of errors, whether or not
    known or discoverable. Where disclaimers of warranties are not allowed in
    full or in part, this disclaimer may not apply to You.
 .
    To the extent possible, in no event will the Licensor be liable to You on
    any legal theory (including, without limitation, negligence) or otherwise
    for any direct, special, indirect, incidental, consequential, punitive,
    exemplary, or other losses, costs, expenses, or damages arising out of this
    Public License or use of the Licensed Material, even if the Licensor has
    been advised of the possibility of such losses, costs, expenses, or
    damages. Where a limitation of liability is not allowed in full or in part,
    this limitation may not apply to You.
 .
    The disclaimer of warranties and limitation of liability provided above
    shall be interpreted in a manner that, to the extent possible, most closely
    approximates an absolute disclaimer and waiver of all liability.
 .
 Section 6 – Term and Termination.
 .
    This Public License applies for the term of the Copyright and Similar
    Rights licensed here. However, if You fail to comply with this Public
    License, then Your rights under this Public License terminate
    automatically.
 .
    Where Your right to use the Licensed Material has terminated under Section
    6(a), it reinstates:
 .
        automatically as of the date the violation is cured, provided it is
        cured within 30 days of Your discovery of the violation; or
 .
        upon express reinstatement by the Licensor.
 .
    For the avoidance of doubt, this Section 6(b) does not affect any right the
    Licensor may have to seek remedies for Your violations of this Public
    License.
 .
    For the avoidance of doubt, the Licensor may also offer the Licensed
    Material under separate terms or conditions or stop distributing the
    Licensed Material at any time; however, doing so will not terminate this
    Public License.
 .
    Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
 .
 Section 7 – Other Terms and Conditions.
 .
    The Licensor shall not be bound by any additional or different terms or
    conditions communicated by You unless expressly agreed.
 .
    Any arrangements, understandings, or agreements regarding the Licensed
    Material not stated herein are separate from and independent of the terms
    and conditions of this Public License.
 .
 Section 8 – Interpretation.
 .
    For the avoidance of doubt, this Public License does not, and shall not be
    interpreted to, reduce, limit, restrict, or impose conditions on any use of
    the Licensed Material that could lawfully be made without permission under
    this Public License.
 .
    To the extent possible, if any provision of this Public License is deemed
    unenforceable, it shall be automatically reformed to the minimum extent
    necessary to make it enforceable. If the provision cannot be reformed, it
    shall be severed from this Public License without affecting the
    enforceability of the remaining terms and conditions.
 .
    No term or condition of this Public License will be waived and no failure
    to comply consented to unless expressly agreed to by the Licensor.
 .
    Nothing in this Public License constitutes or may be interpreted as a
    limitation upon, or waiver of, any privileges and immunities that apply to
    the Licensor or You, including from the legal processes of any jurisdiction
    or authority.

License: unicode
 COPYRIGHT AND PERMISSION NOTICE
 .
 Copyright © 1991-2015 Unicode, Inc. All rights reserved.
 Distributed under the Terms of Use in 
 http://www.unicode.org/copyright.html.
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of the Unicode data files and any associated documentation (the "Data Files")
 or Unicode software and any associated documentation (the "Software") to deal
 in the Data Files or Software without restriction, including without
 limitation the rights to use, copy, modify, merge, publish, distribute, and/or
 sell copies of the Data Files or Software, and to permit persons to whom the
 Data Files or Software are furnished to do so, provided that
 .
 (a) this copyright and permission notice appear with all copies of the Data
 Files or Software,
 (b) this copyright and permission notice appear in associated documentation,
 and
 (c) there is clear notice in each modified Data File or in the Software as
 well as in the documentation associated with the Data File(s) or Software that
 the data or software has been modified.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
 PARTY RIGHTS.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
 DATA FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall not
 be used in advertising or otherwise to promote the sale, use or other dealings
 in these Data Files or Software without prior written authorization of the
 copyright holder.