This file is indexed.

/usr/share/doc/xrdp/copyright is in xrdp 0.9.5-2.

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
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xrdp
Upstream-Contact: Jay Sorg <jay.sorg@gmail.com>
Source: https://github.com/neutrinolabs/xrdp

Files: COPYING
 Makefile.am
 astyle_config.as
 bootstrap
 coding_style.md
 common/Makefile.am
 common/arch.h
 common/defines.h
 common/file.c
 common/file.h
 common/list.c
 common/list.h
 common/list16.c
 common/list16.h
 common/log.c
 common/log.h
 common/os_calls.c
 common/os_calls.h
 common/parse.h
 common/rail.h
 common/pixman-region.h
 common/thread_calls.c
 common/thread_calls.h
 common/trans.c
 common/trans.h
 common/xrdp_client_info.h
 common/xrdp_rail.h
 common/xrdp_sockets.h
 configure.ac
 description-pak
 design.txt
 docs/Makefile.am
 docs/man/Makefile.am
 docs/man/sesman.ini.5.in
 docs/man/xrdp-chansrv.8.in
 docs/man/xrdp-dis.1.in
 docs/man/xrdp-sesadmin.8.in
 docs/man/xrdp-sesrun.8.in
 docs/man/xrdp.ini.5.in
 faq-compile.txt
 faq-general.txt
 file-loc.txt
 fontdump/Makefile
 fontdump/fontdump.c
 genkeymap/Makefile.am
 genkeymap/dump-keymaps.sh
 genkeymap/readme.txt
 install.txt
 instfiles/Makefile.am
 instfiles/default/Makefile.am
 instfiles/default/xrdp
 instfiles/init.d/Makefile.am
 instfiles/init.d/xrdp
 instfiles/pam.d/Makefile.am
 instfiles/pam.d/mkpamrules
 instfiles/pam.d/xrdp-sesman.debian
 instfiles/pam.d/xrdp-sesman.freebsd
 instfiles/pam.d/xrdp-sesman.redhat
 instfiles/pam.d/xrdp-sesman.suse
 instfiles/pam.d/xrdp-sesman.unix
 instfiles/pulse/Makefile.am
 instfiles/pulse/default.pa
 instfiles/rc.d/Makefile.am
 instfiles/xrdp-sesman.service.in
 instfiles/xrdp.service.in
 keygen/Makefile.am
 keygen/keygen.c
 librfxcodec/Makefile.am
 librfxcodec/bootstrap
 librfxcodec/configure.ac
 librfxcodec/include/Makefile.am
 librfxcodec/include/rfxcodec_common.h
 librfxcodec/include/rfxcodec_decode.h
 librfxcodec/include/rfxcodec_encode.h
 librfxcodec/m4/nasm.m4
 librfxcodec/readme.txt
 librfxcodec/src/Makefile.am
 librfxcodec/src/amd64/Makefile.am
 librfxcodec/src/amd64/cpuid_amd64.asm
 librfxcodec/src/nasm_lt.sh
 librfxcodec/src/rfxcommon.h
 librfxcodec/src/rfxencode.c
 librfxcodec/src/rfxencode.h
 librfxcodec/src/rfxencode_alpha.c
 librfxcodec/src/rfxencode_alpha.h
 librfxcodec/src/rfxencode_dwt.h
 librfxcodec/src/x86/Makefile.am
 librfxcodec/src/x86/cpuid_x86.asm
 librfxcodec/tests/Makefile.am
 librfxcodec/tests/readme.txt
 librfxcodec/tests/rfxcodectest.c
 librfxcodec/tests/rfxencode.c
 libpainter/Makefile.am
 libpainter/bootstrap
 libpainter/configure.ac
 libpainter/include/Makefile.am
 libpainter/include/painter.h
 libpainter/pkgconfig/Makefile.am
 libpainter/README
 libpainter/AUTHORS
 libpainter/ChangeLog
 libpainter/NEWS
 libpainter/src/Makefile.am
 libpainter/src/painter.c
 libpainter/src/painter_utils.c
 libpainter/src/painter_utils.h
 libpainter/tests/Makefile.am
 libpainter/tests/paintertest.c
 libxrdp/Makefile.am
 libxrdp/libxrdp.c
 libxrdp/libxrdp.h
 libxrdp/libxrdpinc.h
 libxrdp/xrdp_bitmap32_compress.c
 libxrdp/xrdp_bitmap_compress.c
 libxrdp/xrdp_channel.c
 libxrdp/xrdp_jpeg_compress.c
 libxrdp/xrdp_mcs.c
 libxrdp/xrdp_orders.c
 libxrdp/xrdp_orders_rail.c
 libxrdp/xrdp_orders_rail.h
 libxrdp/xrdp_rdp.c
 libxrdp/xrdp_sec.c
 mc/Makefile.am
 mc/mc.c
 mc/mc.h
 neutrinordp/Makefile.am
 neutrinordp/xrdp-color.c
 neutrinordp/xrdp-color.h
 neutrinordp/xrdp-neutrinordp.c
 neutrinordp/xrdp-neutrinordp.h
 pkgconfig/Makefile.am
 postinstall-pak
 sesman/Doxyfile
 sesman/Makefile.am
 sesman/access.c
 sesman/access.h
 sesman/auth.h
 sesman/chansrv/Makefile.am
 sesman/chansrv/clipboard-notes.txt
 sesman/chansrv/clipboard_common.h
 sesman/chansrv/clipboard_file.c
 sesman/chansrv/clipboard_file.h
 sesman/chansrv/pcsc/Makefile
 sesman/chansrv/pcsc/wrapper/Makefile
 sesman/chansrv/pcsc/wrapper/winscard-func-names.txt
 sesman/chansrv/pcsc/wrapper/winscard-funcs.h
 sesman/chansrv/pcsc/wrapper/winscard.c
 sesman/chansrv/pcsc/wrapper/winscard.def
 sesman/chansrv/pcsc/xrdp_pcsc.c
 sesman/chansrv/pulse/Makefile
 sesman/chansrv/pulse/README.md
 sesman/chansrv/pulse/README.md~
 sesman/chansrv/pulse/module-xrdp-sink-symdef.h
 sesman/chansrv/pulse/module-xrdp-sink.c
 sesman/chansrv/pulse/module-xrdp-source-symdef.h
 sesman/chansrv/rail.c
 sesman/chansrv/rail.h
 sesman/chansrv/smartcard_pcsc.c
 sesman/chansrv/smartcard_pcsc.h
 sesman/chansrv/sound.c
 sesman/chansrv/sound.h
 sesman/chansrv/wave-format-server.txt
 sesman/chansrv/xcommon.c
 sesman/chansrv/xcommon.h
 sesman/config.c
 sesman/config.h
 sesman/env.c
 sesman/env.h
 sesman/libscp/Makefile.am
 sesman/libscp/libscp.h
 sesman/libscp/libscp_commands.h
 sesman/libscp/libscp_commands_mng.h
 sesman/libscp/libscp_connection.c
 sesman/libscp/libscp_connection.h
 sesman/libscp/libscp_init.c
 sesman/libscp/libscp_init.h
 sesman/libscp/libscp_lock.c
 sesman/libscp/libscp_lock.h
 sesman/libscp/libscp_session.c
 sesman/libscp/libscp_session.h
 sesman/libscp/libscp_tcp.c
 sesman/libscp/libscp_tcp.h
 sesman/libscp/libscp_types.h
 sesman/libscp/libscp_types_mng.h
 sesman/libscp/libscp_v0.c
 sesman/libscp/libscp_v0.h
 sesman/libscp/libscp_v1c.c
 sesman/libscp/libscp_v1c.h
 sesman/libscp/libscp_v1c_mng.c
 sesman/libscp/libscp_v1c_mng.h
 sesman/libscp/libscp_v1s.c
 sesman/libscp/libscp_v1s.h
 sesman/libscp/libscp_v1s_mng.c
 sesman/libscp/libscp_v1s_mng.h
 sesman/libscp/libscp_vX.c
 sesman/libscp/libscp_vX.h
 sesman/scp.c
 sesman/scp.h
 sesman/scp_v0.c
 sesman/scp_v0.h
 sesman/scp_v1.c
 sesman/scp_v1.h
 sesman/scp_v1_mng.c
 sesman/scp_v1_mng.h
 sesman/sesman.c
 sesman/sesman.h
 sesman/sesman.ini
 sesman/session.h
 sesman/sig.c
 sesman/sig.h
 sesman/reconnectwm.sh
 sesman/startwm.sh
 sesman/tools/Makefile.am
 sesman/tools/config.c
 sesman/tools/dis.c
 sesman/tools/sesrun.c
 sesman/tools/tcp.c
 sesman/tools/tcp.h
 sesman/tools/xcon.c
 sesman/verify_user.c
 sesman/verify_user_bsd.c
 sesman/verify_user_kerberos.c
 sesman/verify_user_pam.c
 sesman/verify_user_pam_userpass.c
 tcutils/README.txt
 tcutils/main.cpp
 tcutils/mainwindow.cpp
 tcutils/mainwindow.h
 tcutils/mainwindow.ui
 tcutils/resources.qrc
 tcutils/resources/images/tools.gif
 tcutils/tcutils.pro.user
 tcutils/utils.cpp
 tcutils/utils.h
 tests/gtcp_proxy/Makefile
 tests/gtcp_proxy/README.txt
 tests/gtcp_proxy/gtcp.c
 tests/gtcp_proxy/gtcp.h
 tests/memtest/Makefile
 tests/memtest/libmem.c
 tests/memtest/libmem.h
 tests/memtest/memtest.c
 tests/readme.txt
 tests/tcp_proxy/Makefile
 tests/tcp_proxy/main.c
 vnc/Makefile.am
 vnc/vnc.c
 vnc/vnc.h
 vrplayer/README.txt
 vrplayer/decoder.cpp
 vrplayer/decoder.h
 vrplayer/decoderthread.cpp
 vrplayer/decoderthread.h
 vrplayer/demuxmedia.cpp
 vrplayer/demuxmedia.h
 vrplayer/dlgabout.cpp
 vrplayer/dlgabout.h
 vrplayer/dlgabout.ui
 vrplayer/main.cpp
 vrplayer/mainwindow.cpp
 vrplayer/mainwindow.h
 vrplayer/mainwindow.ui
 vrplayer/mediapacket.cpp
 vrplayer/mediapacket.h
 vrplayer/ourinterface.cpp
 vrplayer/ourinterface.h
 vrplayer/playaudio.cpp
 vrplayer/playaudio.h
 vrplayer/playvideo.cpp
 vrplayer/playvideo.h
 vrplayer/vrplayer.pro
 xorg/X11R7.6/cleanx.sh
 xorg/X11R7.6/libXext-1.2.0.patch
 xorg/X11R7.6/Mesa-7.10.3.patch
 xorg/X11R7.6/libpciaccess-0.12.0.patch
 xorg/X11R7.6/pixman-0.30.0.patch
 xorg/X11R7.6/xorg-server-1.9.3.patch
 xorg/X11R7.6/rdp/Makefile
 xorg/X11R7.6/x11_file_list.txt
 xorg/debuild/debX11rdp.sh
 xorg/debuild/x11rdp-files/DEBIAN/control
 xorg/debuild/x11rdp-files/DEBIAN/postinst
 xorg/readme.txt
 xorg/tests/nx/client.sh
 xorg/tests/nx/server.sh
 xorg/tests/randr/Makefile
 xorg/tests/randr/trandr.c
 xorg/tests/xdemo/Makefile
 xorg/tests/xdemo/README.txt
 xorgxrdp/tests/Makefile.am
 xorgxrdp/tests/xorg-test-run.sh
 xrdp/Makefile.am
 xrdp/ad24b.bmp
 xrdp/ad256.bmp
 xrdp/cursor0.cur
 xrdp/cursor1.cur
 xrdp/czech.txt
 xrdp/funcs.c
 xrdp/lang.c
 xrdp/rdp-scan-codes.txt
 xrdp/xrdp.c
 xrdp/xrdp.h
 xrdp/xrdp.ini
 xrdp/xrdp24b.bmp
 xrdp/xrdp256.bmp
 xrdp/xrdp_bitmap.c
 xrdp/xrdp_cache.c
 xrdp/xrdp_encoder.h
 xrdp/xrdp_font.c
 xrdp/xrdp_keyboard.ini
 xrdp/xrdp_listen.c
 xrdp/xrdp_login_wnd.c
 xrdp/xrdp_logo.bmp
 xrdp/xrdp_mm.c
 xrdp/xrdp_painter.c
 xrdp/xrdp_process.c
 xrdp/xrdp_region.c
 xrdp/xrdp_types.h
 xrdp/xrdp_wm.c
 xrdp/xrdpwin.c
 xrdpapi/Makefile.am
 xrdpapi/vrplayer.mk
 xrdpvr/Makefile.am
 xup/Makefile.am
 xup/xup.c
 xup/xup.h
Copyright: 2004-2017, Jay Sorg <jay.sorg@gmail.com>
License: Apache-2.0

Files: instfiles/xrdp.sh
Copyright: 2013 Mark Balliet <posicat@pobox.com>
License: Apache-2.0

Files: common/fifo.c
 common/fifo.h
 sesman/chansrv/chansrv_common.c
 sesman/chansrv/chansrv_common.h
 sesman/chansrv/chansrv_fuse.c
 sesman/chansrv/chansrv_fuse.h
 sesman/chansrv/devredir.c
 sesman/chansrv/devredir.h
 sesman/chansrv/drdynvc.c
 sesman/chansrv/drdynvc.h
 sesman/chansrv/fifo.c
 sesman/chansrv/fifo.h
 sesman/chansrv/irp.c
 sesman/chansrv/irp.h
 sesman/chansrv/mlog.h
 sesman/chansrv/smartcard.h
 tests/gtcp_proxy/gtcp-proxy.c
 tests/gtcp_proxy/hexdump.c
 xorg/tests/xdemo/bmp_parser.c
 xorg/tests/xdemo/common.h
 xorg/tests/xdemo/xdemo.c
 xrdp/xrdp_encoder.c
 xrdpapi/vrplayer.c
 xrdpvr/xrdpvr_internal.h
Copyright: 2013, Laxmikant Rashinkar <LK.Rashinkar@gmail.com>
License: Apache-2.0

Files: sesman/xauth.h
 sesman/xauth.c
Copyright: 2016 Emmanuel Blindauer
License: Apache-2.0

Files: librfxcodec/src/rfx_bitstream.h
 librfxcodec/src/rfxconstants.h
 librfxcodec/src/rfxencode_differential.c
 librfxcodec/src/rfxencode_differential.h
 librfxcodec/src/rfxencode_quantization.h
 librfxcodec/src/rfxencode_rlgr1.c
 librfxcodec/src/rfxencode_rlgr1.h
 librfxcodec/src/rfxencode_rlgr3.c
 librfxcodec/src/rfxencode_rlgr3.h
Copyright: 2011, Vic Lee
License: Apache-2.0

Files: librfxcodec/src/rfxencode_compose.c
 librfxcodec/src/rfxencode_compose.h
 librfxcodec/src/rfxencode_dwt.c
 librfxcodec/src/rfxencode_quantization.c
 librfxcodec/src/rfxencode_diff_rlgr1.c
 librfxcodec/src/rfxencode_diff_rlgr1.h
 librfxcodec/src/rfxencode_diff_rlgr3.c
 librfxcodec/src/rfxencode_diff_rlgr3.h
 librfxcodec/src/rfxencode_rgb_to_yuv.c
 librfxcodec/src/rfxencode_rgb_to_yuv.h
 librfxcodec/src/rfxencode_tile.c
 librfxcodec/src/rfxencode_tile.h
 librfxcodec/src/amd64/rfxencode_tile_amd64.c
 librfxcodec/src/x86/rfxencode_tile_x86.c
Copyright: 2011, Vic Lee
  2014-2017, Jay Sorg <jay.sorg@gmail.com>
License: Apache-2.0

Files: common/ssl_calls.c
 common/ssl_calls.h
 libxrdp/xrdp_caps.c
 libxrdp/xrdp_fastpath.c
 libxrdp/xrdp_iso.c
Copyright: 2013-2014, Idan Freiberg
  2004-2014, Jay Sorg
License: Apache-2.0

Files: libxrdp/xrdp_mppc_enc.c
 sesman/chansrv/smartcard.c
 xorg/X11R7.6/buildx.sh
 xrdpapi/simple.c
 xrdpapi/xrdpapi.c
 xrdpvr/xrdpvr.c
 xrdpvr/xrdpvr.h
Copyright: 2012-2013, Jay Sorg
  2012-2013, Laxmikant Rashinkar
License: Apache-2.0

Files: sesman/tools/sesadmin.c
 sesman/tools/sestest.c
Copyright: 2008, Simone Fedele
License: GPL-2+

Files: docs/man/xrdp.8.in
 docs/man/xrdp-genkeymap.8.in
 docs/man/xrdp-sesman.8.in
Copyright: Jay Sorg
 Simone Fedele
License: Apache-2.0

Files: sesman/chansrv/chansrv.c
 sesman/chansrv/chansrv.h
 sesman/chansrv/clipboard.c
 sesman/chansrv/clipboard.h
 xorgxrdp/module/rdpCapture.c
 xorgxrdp/module/rdpCapture.h
Copyright: 2014, Laxmikant Rashinkar
  2014-2016, Jay Sorg
License: Expat

Files: librfxcodec/src/amd64/funcs_amd64.h
 librfxcodec/src/amd64/rfxcodec_encode_dwt_shift_amd64_sse2.asm
 librfxcodec/src/amd64/rfxcodec_encode_dwt_shift_amd64_sse41.asm
 librfxcodec/src/x86/funcs_x86.h
 librfxcodec/src/x86/rfxcodec_encode_dwt_shift_x86_sse2.asm
 librfxcodec/src/x86/rfxcodec_encode_dwt_shift_x86_sse41.asm
 xorg/X11R7.6/rdp/gcops.h
 xorg/X11R7.6/rdp/rdp.h
 xorg/X11R7.6/rdp/rdp.h~
 xorg/X11R7.6/rdp/rdpComposite.c
 xorg/X11R7.6/rdp/rdpCopyArea.c
 xorg/X11R7.6/rdp/rdpCopyArea.h
 xorg/X11R7.6/rdp/rdpCopyPlane.c
 xorg/X11R7.6/rdp/rdpCopyPlane.h
 xorg/X11R7.6/rdp/rdpFillPolygon.c
 xorg/X11R7.6/rdp/rdpFillPolygon.h
 xorg/X11R7.6/rdp/rdpFillSpans.c
 xorg/X11R7.6/rdp/rdpFillSpans.h
 xorg/X11R7.6/rdp/rdpImageGlyphBlt.c
 xorg/X11R7.6/rdp/rdpImageGlyphBlt.h
 xorg/X11R7.6/rdp/rdpImageText16.c
 xorg/X11R7.6/rdp/rdpImageText16.h
 xorg/X11R7.6/rdp/rdpImageText8.c
 xorg/X11R7.6/rdp/rdpImageText8.h
 xorg/X11R7.6/rdp/rdpPolyArc.c
 xorg/X11R7.6/rdp/rdpPolyArc.h
 xorg/X11R7.6/rdp/rdpPolyFillArc.c
 xorg/X11R7.6/rdp/rdpPolyFillArc.h
 xorg/X11R7.6/rdp/rdpPolyFillRect.c
 xorg/X11R7.6/rdp/rdpPolyFillRect.h
 xorg/X11R7.6/rdp/rdpPolyGlyphBlt.c
 xorg/X11R7.6/rdp/rdpPolyGlyphBlt.h
 xorg/X11R7.6/rdp/rdpPolyPoint.c
 xorg/X11R7.6/rdp/rdpPolyPoint.h
 xorg/X11R7.6/rdp/rdpPolyRectangle.c
 xorg/X11R7.6/rdp/rdpPolyRectangle.h
 xorg/X11R7.6/rdp/rdpPolySegment.c
 xorg/X11R7.6/rdp/rdpPolySegment.h
 xorg/X11R7.6/rdp/rdpPolyText16.c
 xorg/X11R7.6/rdp/rdpPolyText16.h
 xorg/X11R7.6/rdp/rdpPolyText8.c
 xorg/X11R7.6/rdp/rdpPolyText8.h
 xorg/X11R7.6/rdp/rdpPolylines.c
 xorg/X11R7.6/rdp/rdpPolylines.h
 xorg/X11R7.6/rdp/rdpPushPixels.c
 xorg/X11R7.6/rdp/rdpPushPixels.h
 xorg/X11R7.6/rdp/rdpPutImage.c
 xorg/X11R7.6/rdp/rdpPutImage.h
 xorg/X11R7.6/rdp/rdpSetSpans.c
 xorg/X11R7.6/rdp/rdpSetSpans.h
 xorg/X11R7.6/rdp/rdpdraw.c
 xorg/X11R7.6/rdp/rdpdraw.h
 xorg/X11R7.6/rdp/rdpglyph.c
 xorg/X11R7.6/rdp/rdpglyph.h
 xorg/X11R7.6/rdp/rdpinput.c
 xorg/X11R7.6/rdp/rdpkeyboard.c
 xorg/X11R7.6/rdp/rdpkeyboard.h
 xorg/X11R7.6/rdp/rdpkeyboardbase.c
 xorg/X11R7.6/rdp/rdpkeyboardbase.h
 xorg/X11R7.6/rdp/rdpkeyboardevdev.c
 xorg/X11R7.6/rdp/rdpkeyboardevdev.h
 xorg/X11R7.6/rdp/rdpmain.c
 xorg/X11R7.6/rdp/rdpmisc.c
 xorg/X11R7.6/rdp/rdprandr.c
 xorg/X11R7.6/rdp/rdprandr.h
 xorg/X11R7.6/rdp/rdpup.c
 xorg/X11R7.6/rdp/rdpxv.c
 xorgxrdp/COPYING
 xorgxrdp/Makefile.am
 xorgxrdp/bootstrap
 xorgxrdp/configure.ac
 xorgxrdp/m4/nasm.m4
 xorgxrdp/module/Makefile.am
 xorgxrdp/module/amd64/Makefile.am
 xorgxrdp/module/amd64/a8r8g8b8_to_a8b8g8r8_box_amd64_sse2.asm
 xorgxrdp/module/amd64/a8r8g8b8_to_nv12_box_amd64_sse2.asm
 xorgxrdp/module/amd64/cpuid_amd64.asm
 xorgxrdp/module/amd64/funcs_amd64.h
 xorgxrdp/module/amd64/i420_to_rgb32_amd64_sse2.asm
 xorgxrdp/module/amd64/uyvy_to_rgb32_amd64_sse2.asm
 xorgxrdp/module/amd64/yuy2_to_rgb32_amd64_sse2.asm
 xorgxrdp/module/amd64/yv12_to_rgb32_amd64_sse2.asm
 xorgxrdp/module/nasm_lt.sh
 xorgxrdp/module/rdp.h
 xorgxrdp/module/rdpClientCon.c
 xorgxrdp/module/rdpClientCon.h
 xorgxrdp/module/rdpComposite.c
 xorgxrdp/module/rdpComposite.h
 xorgxrdp/module/rdpCopyArea.c
 xorgxrdp/module/rdpCopyArea.h
 xorgxrdp/module/rdpCopyPlane.c
 xorgxrdp/module/rdpCopyPlane.h
 xorgxrdp/module/rdpCursor.c
 xorgxrdp/module/rdpCursor.h
 xorgxrdp/module/rdpDraw.c
 xorgxrdp/module/rdpDraw.h
 xorgxrdp/module/rdpFillPolygon.c
 xorgxrdp/module/rdpFillPolygon.h
 xorgxrdp/module/rdpFillSpans.c
 xorgxrdp/module/rdpFillSpans.h
 xorgxrdp/module/rdpGC.c
 xorgxrdp/module/rdpGC.h
 xorgxrdp/module/rdpGlyphs.c
 xorgxrdp/module/rdpGlyphs.h
 xorgxrdp/module/rdpImageGlyphBlt.c
 xorgxrdp/module/rdpImageGlyphBlt.h
 xorgxrdp/module/rdpImageText16.c
 xorgxrdp/module/rdpImageText16.h
 xorgxrdp/module/rdpImageText8.c
 xorgxrdp/module/rdpImageText8.h
 xorgxrdp/module/rdpInput.c
 xorgxrdp/module/rdpInput.h
 xorgxrdp/module/rdpMain.c
 xorgxrdp/module/rdpMain.h
 xorgxrdp/module/rdpMisc.c
 xorgxrdp/module/rdpMisc.h
 xorgxrdp/module/rdpPixmap.c
 xorgxrdp/module/rdpPixmap.h
 xorgxrdp/module/rdpPolyArc.c
 xorgxrdp/module/rdpPolyArc.h
 xorgxrdp/module/rdpPolyFillArc.c
 xorgxrdp/module/rdpPolyFillArc.h
 xorgxrdp/module/rdpPolyFillRect.c
 xorgxrdp/module/rdpPolyFillRect.h
 xorgxrdp/module/rdpPolyGlyphBlt.c
 xorgxrdp/module/rdpPolyGlyphBlt.h
 xorgxrdp/module/rdpPolyPoint.c
 xorgxrdp/module/rdpPolyPoint.h
 xorgxrdp/module/rdpPolyRectangle.c
 xorgxrdp/module/rdpPolyRectangle.h
 xorgxrdp/module/rdpPolySegment.c
 xorgxrdp/module/rdpPolySegment.h
 xorgxrdp/module/rdpPolyText16.c
 xorgxrdp/module/rdpPolyText16.h
 xorgxrdp/module/rdpPolyText8.c
 xorgxrdp/module/rdpPolyText8.h
 xorgxrdp/module/rdpPolylines.c
 xorgxrdp/module/rdpPolylines.h
 xorgxrdp/module/rdpPri.c
 xorgxrdp/module/rdpPri.h
 xorgxrdp/module/rdpPushPixels.c
 xorgxrdp/module/rdpPushPixels.h
 xorgxrdp/module/rdpPutImage.c
 xorgxrdp/module/rdpPutImage.h
 xorgxrdp/module/rdpRandR.c
 xorgxrdp/module/rdpRandR.h
 xorgxrdp/module/rdpReg.c
 xorgxrdp/module/rdpReg.h
 xorgxrdp/module/rdpSetSpans.c
 xorgxrdp/module/rdpSetSpans.h
 xorgxrdp/module/rdpSimd.c
 xorgxrdp/module/rdpSimd.h
 xorgxrdp/module/rdpTrapezoids.c
 xorgxrdp/module/rdpTrapezoids.h
 xorgxrdp/module/rdpXv.c
 xorgxrdp/module/rdpXv.h
 xorgxrdp/module/x86/Makefile.am
 xorgxrdp/module/x86/a8r8g8b8_to_a8b8g8r8_box_x86_sse2.asm
 xorgxrdp/module/x86/a8r8g8b8_to_nv12_box_x86_sse2.asm
 xorgxrdp/module/x86/cpuid_x86.asm
 xorgxrdp/module/x86/funcs_x86.h
 xorgxrdp/module/x86/i420_to_rgb32_x86_sse2.asm
 xorgxrdp/module/x86/uyvy_to_rgb32_x86_sse2.asm
 xorgxrdp/module/x86/yuy2_to_rgb32_x86_sse2.asm
 xorgxrdp/module/x86/yv12_to_rgb32_x86_sse2.asm
 xorgxrdp/README.md
 xorgxrdp/tests/yuv2rgb/Makefile.am
 xorgxrdp/tests/yuv2rgb/yuv2rgb_speed.c
 xorgxrdp/tests/yuv2rgb/yuv2rgb_speed.sh
 xorgxrdp/xrdpdev/Makefile.am
 xorgxrdp/xrdpdev/xorg.conf
 xorgxrdp/xrdpdev/xrdpdev.c
 xorgxrdp/xrdpkeyb/Makefile.am
 xorgxrdp/xrdpkeyb/rdpKeyboard.c
 xorgxrdp/xrdpmouse/Makefile.am
 xorgxrdp/xrdpmouse/rdpMouse.c
 README.md
 NEWS.md
Copyright: 2011-2016, Jay Sorg
License: Expat

Files: librfxcodec/src/common.asm
 xorgxrdp/module/common.asm
Copyright: 2017 Pavel Roskin
 2017 mirabilos
License: Expat

Files: common/xrdp_constants.h
Copyright: 2004-2014, Jay Sorg
  2012, Kevin Zhou
  1999-2008, Matthew Chapman
License: Apache-2.0

Files: docs/man/xrdp-keygen.8.in
Copyright: 2007, 2008, Vincent Bernat <bernat@debian.org>
License: GPL-2+

Files: sesman/session.c
Copyright: 1995, Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  2000-2001, Markus Friedl
  2011-2015, Koichiro Iwao, Kyushu Institute of Technology
  2004-2015, Jay Sorg
License: Apache-2.0

Files: common/base64.h
 common/base64.c
Copyright: Koichiro Iwao 2017
License: Apache-2.0

Files: libxrdp/xrdp_surface.c
Copyright: Jay Sorg 2012-2013,
  2012, Kevin Zhou
License: Apache-2.0

Files: xrdpapi/xrdpapi.h
Copyright: 2012-2013,Jay Sorg
  2012-2013, Laxmikant Rashinkar
  2012-2013, Thomas Goddard
License: Apache-2.0

Files: genkeymap/evdev-map.c
Copyright: 2014, Michał Górny <mgorny@gentoo.org>
License: GPL-2+

Files: genkeymap/genkeymap.c
Copyright: 2008, Ádám Wallner <wallner@bitbaro.hu>
License: GPL-2+

Files: sesman/chansrv/pulse/module-xrdp-source.c
Copyright: 2004-2008, Lennart Poettering
  2008, Nokia Corporation and/or its subsidiary(-ies)
License: LGPL-2+

Files: xrdp/sans-10.fv1
Copyright: 2003, Bitstream, Inc.
License: Bitstream

Files: m4/ax_append_flag.m4
 libpainter/m4/ax_append_flag.m4
 librfxcodec/m4/ax_append_flag.m4
 xorgxrdp/m4/ax_append_flag.m4
Copyright: 2008, Guido U. Draheim <guidod@gmx.de>
 2011, Maarten Bosmans <mkbosmans@gmail.com>
License: GPL-3+~autoconf

Files: m4/ax_cflags_warn_all.m4
 libpainter/m4/ax_cflags_warn_all.m4
 librfxcodec/m4/ax_cflags_warn_all.m4
 xorgxrdp/m4/ax_cflags_warn_all.m4
Copyright: 2008, Guido U. Draheim <guidod@gmx.de>
 2010, Rhys Ulerich <rhys.ulerich@gmail.com>
License: GPL-3+~autoconf

Files: m4/ax_gcc_func_attribute.m4
 xorgxrdp/m4/ax_gcc_func_attribute.m4
Copyright: 2013, Gabriele Svelto <gabriele.svelto@gmail.com>
License: custom-historic

Files: m4/ax_require_defined.m4
 libpainter/m4/ax_require_defined.m4
 librfxcodec/m4/ax_require_defined.m4
 xorgxrdp/m4/ax_require_defined.m4
Copyright: 2014, Mike Frysinger <vapier@gentoo.org>
License: custom-historic

Files: m4/ax_append_compile_flags.m4
 libpainter/m4/ax_append_compile_flags.m4
 librfxcodec/m4/ax_append_compile_flags.m4
 xorgxrdp/m4/ax_append_compile_flags.m4
Copyright: 2011 Maarten Bosmans <mkbosmans@gmail.com>
License: GPL-3+~autoconf

Files: m4/ax_check_compile_flag.m4
 libpainter/m4/ax_check_compile_flag.m4
 librfxcodec/m4/ax_check_compile_flag.m4
 xorgxrdp/m4/ax_check_compile_flag.m4
Copyright: 2008 Guido U. Draheim <guidod@gmx.de>
 2011 Maarten Bosmans <mkbosmans@gmail.com>
License: GPL-3+~autoconf

Files: m4/ax_type_socklen_t.m4
Copyright: 2008 Lars Brinkhoff <lars@nocrew.org>
License: GPL-3+~autoconf

Files: m4/pkg.m4
 librfxcodec/m4/pkg.m4
 libpainter/m4/pkg.m4
Copyright: 2004 Scott James Remnant <scott@netsplit.com>
 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
License: GPL-3+~autoconf

Files: compile
 depcomp
 config.guess
 config.sub
 ltmain.sh
 missing
 librfxcodec/compile
 librfxcodec/depcomp
 librfxcodec/config.guess
 librfxcodec/config.sub
 librfxcodec/ltmain.sh
 librfxcodec/missing
 libpainter/compile
 libpainter/depcomp
 libpainter/config.guess
 libpainter/config.sub
 libpainter/ltmain.sh
 libpainter/missing
 xorgxrdp/compile
 xorgxrdp/depcomp
 xorgxrdp/config.guess
 xorgxrdp/config.sub
 xorgxrdp/ltmain.sh
 xorgxrdp/missing
 xorgxrdp/test-driver
Copyright: 1996-2013 Free Software Foundation, Inc.
License: GPL-3+~autoconf

Files: configure
 libpainter/configure
 librfxcodec/configure
 libpainter/configure
 xorgxrdp/configure
 m4/libtool.m4
 m4/ltoptions.m4
 m4/ltsugar.m4
 m4/ltversion.m4
 m4/lt~obsolete.m4
 xorgxrdp/m4/libtool.m4
 xorgxrdp/m4/ltoptions.m4
 xorgxrdp/m4/ltsugar.m4
 xorgxrdp/m4/ltversion.m4
 xorgxrdp/m4/lt~obsolete.m4
 librfxcodec/m4/libtool.m4
 librfxcodec/m4/ltoptions.m4
 librfxcodec/m4/ltsugar.m4
 librfxcodec/m4/ltversion.m4
 librfxcodec/m4/lt~obsolete.m4
 libpainter/m4/libtool.m4
 libpainter/m4/ltoptions.m4
 libpainter/m4/ltsugar.m4
 libpainter/m4/ltversion.m4
 libpainter/m4/lt~obsolete.m4
Copyright: 1996-2013 Free Software Foundation
License: autoreconf-free

Files: install-sh
 librfxcodec/install-sh
 libpainter/install-sh
 xorgxrdp/install-sh
Copyright: 1994 X Consortium
License: Expat

Files: instfiles/rc.d/xrdp
Copyright: metalefty
License: FreeBSD

Files: xorg/tests/xdemo/yosemite.bmp
Copyright: 2015 mirabilos <m@mirbsd.org>
License: MirOS

Files: debian/*
Copyright: Dominik George <nik@naturalnet.de>
 Thorsten Glaser <tg@mirbsd.org>
License: MirOS

Files: debian/generate-keymap-rm-conffile.sh
Copyright: Dominik George <nik@naturalnet.de>
License: Expat

Files: debian/xrdp-build-pulse-modules
Copyright: 2017 Wolfgang Schweer <wschweer@arcor.de>
 2017 Dominik George <nik@naturalnet.de>
 2017 mirabilos <thorsten.glaser@teckids.org>
License: GPL-2+

Files: sesman/chansrv/pcsc/dumps/*
 instfiles/keymap-names.txt
 instfiles/km-*.ini
 librfxcodec/rfxcodec.pc.in
 librfxcodec/rfxcodec-uninstalled.pc.in
 pkgconfig/xrdp.pc.in
 pkgconfig/xrdp-uninstalled.pc.in
 xorg/X11R7.6/xkeyboard-config-2.0.patch
 keygen/openssl.conf
 Makefile.in
 aclocal.m4
 common/Makefile.in
 config_ac-h.in
 docs/Makefile.in
 docs/man/Makefile.in
 genkeymap/Makefile.in
 instfiles/Makefile.in
 instfiles/default/Makefile.in
 instfiles/init.d/Makefile.in
 instfiles/pam.d/Makefile.in
 instfiles/pulse/Makefile.in
 instfiles/rc.d/Makefile.in
 keygen/Makefile.in
 librfxcodec/Makefile.in
 librfxcodec/aclocal.m4
 libpainter/Makefile.in
 libpainter/aclocal.m4
 xorgxrdp/Makefile.in
 xorgxrdp/aclocal.m4
 libpainter/include/Makefile.in
 libpainter/pkgconfig/Makefile.in
 libpainter/pkgconfig/libpainter-uninstalled.pc.in
 libpainter/pkgconfig/libpainter.pc.in
 libpainter/src/Makefile.in
 libpainter/tests/Makefile.in
 librfxcodec/src/Makefile.in
 librfxcodec/tests/Makefile.in
 libxrdp/Makefile.in
 mc/Makefile.in
 neutrinordp/Makefile.in
 pkgconfig/Makefile.in
 sesman/Makefile.in
 sesman/chansrv/Makefile.in
 sesman/libscp/Makefile.in
 sesman/tools/Makefile.in
 vnc/Makefile.in
 xorgxrdp/Makefile.in
 xorgxrdp/config_ac-h.in
 xorgxrdp/module/Makefile.in
 xorgxrdp/tests/Makefile.in
 xorgxrdp/xrdpdev/Makefile.in
 xorgxrdp/xrdpkeyb/Makefile.in
 xorgxrdp/xrdpmouse/Makefile.in
 xrdp/Makefile.in
 xrdpapi/Makefile.in
 xrdpvr/Makefile.in
 xup/Makefile.in
 libpainter/config_ac-h.in
 librfxcodec/config_ac-h.in
 fontdump/.gitignore
 m4/.gitignore
 sesman/chansrv/pcsc/.gitignore
 sesman/chansrv/pulse/.gitignore
 tests/.gitignore
 xorg/.gitignore
 xorg/X11R7.6/.gitignore
 xorg/X11R7.6/rdp/.gitignore
 xorgxrdp/m4/.gitignore
 xorgxrdp/module/amd64/Makefile.in
 librfxcodec/include/Makefile.in
 librfxcodec/src/amd64/Makefile.in
 librfxcodec/src/x86/Makefile.in
 xorgxrdp/module/x86/Makefile.in
 xorgxrdp/tests/yuv2rgb/Makefile.in
Copyright: None
License: None
 Not copyrightable or generated.

Files: common/pixman-region.c
Copyright: 1987, 1988, 1989, 1998  The Open Group
 1987, 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
 1998 Keith Packard
License: custom-old-MIT
 Copyright 1987, 1988, 1989, 1998  The Open Group
 .
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that
 the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation.
 .
 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
 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of The Open Group shall not be
 used in advertising or otherwise to promote the sale, use or other dealings
 in this Software without prior written authorization from The Open Group.
 .
 Copyright 1987, 1988, 1989 by
 Digital Equipment Corporation, Maynard, Massachusetts.
 .
                    All Rights Reserved
 .
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted,
 provided that the above copyright notice appear in all copies and that
 both that copyright notice and this permission notice appear in
 supporting documentation, and that the name of Digital not be
 used in advertising or publicity pertaining to distribution of the
 software without specific, written prior permission.
 .
 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.
 .
 Copyright © 1998 Keith Packard
 .
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that
 the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation, and that the name of Keith Packard not be used in
 advertising or publicity pertaining to distribution of the software without
 specific, written prior permission.  Keith Packard makes no
 representations about the suitability of this software for any purpose.  It
 is provided "as is" without express or implied warranty.
 .
 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.

Files: common/pixman-region16.c
Copyright: 2008 Author: Soren Sandmann <sandmann@redhat.com>
 RedHat Inc.
License: custom-old-MIT-2
 Permission to use, copy, modify, distribute, and sell this software
 and its documentation for any purpose is hereby granted without
 fee, provided that the above copyright notice appear in all copies
 and that both that copyright notice and this permission notice
 appear in supporting documentation, and that the name of
 Red Hat, Inc. not be used in advertising or publicity pertaining to
 distribution of the software without specific, written prior
 permission. Red Hat, Inc. makes no representations about the
 suitability of this software for any purpose.  It is provided "as
 is" without express or implied warranty.
 .
 RED HAT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL RED HAT, INC. BE LIABLE FOR ANY SPECIAL,
 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

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 licence can be found in
 `/usr/share/common-licenses/Apache-2.0`.

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

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE 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: LGPL-2+
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License as published
 by the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA.
 .
 On Debian systems, the complete text of the licence can be found in
 `/usr/share/common-licenses/LGPL-2`.

License: MirOS
 Provided that these terms and disclaimer and all copyright notices
 are retained or reproduced in an accompanying document, permission
 is granted to deal in this work without restriction, including un‐
 limited rights to use, publicly perform, distribute, sell, modify,
 merge, give away, or sublicence.
 .
 This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to
 the utmost extent permitted by applicable law, neither express nor
 implied; without malicious intent or gross negligence. In no event
 may a licensor, author or contributor be held liable for indirect,
 direct, other damage, loss, or other issues arising in any way out
 of dealing in the work, even if advised of the possibility of such
 damage or existence of a defect, except proven that it results out
 of said person's immediate fault when using the work as intended.

License: GPL-3+~autoconf
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation, either version 3 of the License, or (at your
 option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception, the respective Autoconf Macro's copyright owner
 gives unlimited permission to copy, distribute and modify the configure
 scripts that are the output of Autoconf when processing the Macro. You
 need not follow the terms of the GNU General Public License when using
 or distributing such scripts, even though portions of the text of the
 Macro appear in them. The GNU General Public License (GPL) does govern
 all other use of the material that constitutes the Autoconf Macro.
 .
 This special exception to the GPL applies to versions of the Autoconf
 Macro released by the Autoconf Archive. When you make and distribute a
 modified version of the Autoconf Macro, you may extend this special
 exception to the GPL to apply to your modified version as well.
 .
 On Debian systems, the complete text of the licence can be found in
 `/usr/share/common-licenses/GPL-3`.

License: Bitstream
 All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of the fonts accompanying this license ("Fonts") and associated
 documentation files (the "Font Software"), to reproduce and distribute the
 Font Software, including without limitation the rights to use, copy, merge,
 publish, distribute, and/or sell copies of the Font Software, and to permit
 persons to whom the Font Software is furnished to do so, subject to the
 following conditions:
 .
 The above copyright and trademark notices and this permission notice shall
 be included in all copies of one or more of the Font Software typefaces.
 .
 The Font Software may be modified, altered, or added to, and in particular
 the designs of glyphs or characters in the Fonts may be modified and
 additional glyphs or characters may be added to the Fonts, only if the fonts
 are renamed to names not containing either the words "Bitstream" or the word
 "Vera".
 .
 This License becomes null and void to the extent applicable to Fonts or Font
 Software that has been modified and is distributed under the "Bitstream
 Vera" names.
 .
 The Font Software may be sold as part of a larger software package but no
 copy of one or more of the Font Software typefaces may be sold by itself.
 .
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
 TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
 FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
 ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
 FONT SOFTWARE.
 .
 Except as contained in this notice, the names of Gnome, the Gnome
 Foundation, and Bitstream Inc., shall not be used in advertising or
 otherwise to promote the sale, use or other dealings in this Font Software
 without prior written authorization from the Gnome Foundation or Bitstream
 Inc., respectively. For further information, contact: fonts at gnome dot
 org.

License: custom-historic
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved. This file is offered as-is, without any
 warranty.

License: FreeBSD
 Copyright 1992-2015 The FreeBSD Project. All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    Redistributions of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.
 .
    Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
 .
 The views and conclusions contained in the software and documentation are
 those of the authors and should not be interpreted as representing official
 policies, either expressed or implied, of the FreeBSD Project.

License: autoreconf-free
 This file is free software; the Free Software Foundation gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.