File: copyright

package info (click to toggle)
xrdp 0.10.5-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 15,104 kB
  • sloc: ansic: 107,426; sh: 5,852; asm: 4,742; cpp: 2,555; makefile: 1,474
file content (878 lines) | stat: -rw-r--r-- 29,229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
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
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: Makefile.am
 astyle_config.as
 bootstrap
 coding_style.md
 common/*
 configure.ac
 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
 fontutils/*
 fontutils/windows/fontdump*
 genkeymap/Makefile.am
 genkeymap/dump-keymaps.sh
 genkeymap/readme.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.arch
 instfiles/pam.d/xrdp-sesman.debian
 instfiles/pam.d/xrdp-sesman.freebsd
 instfiles/pam.d/xrdp-sesman.macos
 instfiles/pam.d/xrdp-sesman.redhat
 instfiles/pam.d/xrdp-sesman.suse
 instfiles/pam.d/xrdp-sesman.system
 instfiles/pam.d/xrdp-sesman.unix
 instfiles/pulse/Makefile.am
 instfiles/pulse/default.pa
 instfiles/rc.d/Makefile.am
 instfiles/rc.d/xrdp-sesman
 instfiles/xrdp-sesman.service.in
 instfiles/xrdp.service.in
 keygen/Makefile.am
 keygen/keygen.c
 libpainter/Makefile.am
 libpainter/bootstrap
 libpainter/configure.ac
 libpainter/include/Makefile.am
 libpainter/include/painter.h
 libpainter/pkgconfig/Makefile.am
 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
 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
 librfxcodec/src/rfxencode_*
 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_channel.h
 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
 sesman/Doxyfile
 sesman/Makefile.am
 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/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/reconnectwm.sh
 sesman/sesman.c
 sesman/sesman.h
 sesman/sesman.ini
 sesman/sig.c
 sesman/sig.h
 sesman/startwm.sh
 sesman/tools/*
 sesman/libsesman/*
 sesman/chansrv/pcsc/.gitignore
 sesman/eicp_process.c
 sesman/eicp_process.h
 sesman/ercp_process.c
 sesman/ercp_process.h
 sesman/lock_uds.c
 sesman/lock_uds.h
 sesman/pre_session_list.c
 sesman/pre_session_list.h
 sesman/scp_process.c
 sesman/scp_process.h
 sesman/sesexec_control.c
 sesman/sesexec_control.h
 sesman/session_list.c
 sesman/session_list.h
 tests/*
 tools/Makefile.am
 tools/Makefile.in
 tools/devel/Makefile.am
 tools/devel/Makefile.in
 tools/devel/gtcp_proxy/Makefile
 tools/devel/gtcp_proxy/README.txt
 tools/devel/gtcp_proxy/gtcp-proxy.c
 tools/devel/gtcp_proxy/gtcp.c
 tools/devel/gtcp_proxy/gtcp.h
 tools/devel/gtcp_proxy/hexdump.c
 tools/devel/tcp_proxy/Makefile.am
 tools/devel/tcp_proxy/Makefile.in
 tools/devel/tcp_proxy/main.c
 vnc/Makefile.am
 vnc/rfb.c
 vnc/rfb.h
 vnc/vnc.c
 vnc/vnc.h
 vnc/vnc_clip.c
 vnc/vnc_clip.h
 vrplayer/README.txt
 vrplayer/decoder.cpp
 vrplayer/decoder.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
 waitforx/*
 xrdp/README.logo
 xrdp/sans-18.fv1
 xrdp/xrdp_egfx.c
 xrdp/xrdp_egfx.h
 xrdp/xrdp_logo.png
 xrdp/xrdp_main_utils.c
 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_bitmap_common.c
 xrdp/xrdp_bitmap_load.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/*
 libipm/*
Copyright:
 2004-2026 Jay Sorg <jay.sorg@gmail.com>
 2022 Matt Burt, all xrdp contributors
 2016 Emmanuel Blindauer
License: Apache-2.0

Files: sesman/chansrv/audin.c
 sesman/chansrv/audin.h
Copyright: 2019, Jay Sorg <jay.sorg@gmail.com>
License: Apache-2.0

Files: common/ms-erref.h
 common/ms-fscc.h
 common/ms-rdpbcgr.h
 common/ms-rdpeclip.h
 common/ms-rdpedisp.h
 common/ms-rdpefs.h
 common/ms-rdpegdi.h
 common/ms-rdpele.h
 common/ms-rdperp.h
 common/ms-smb2.h
 common/string_calls.c
 common/string_calls.h
 sesman/chansrv/chansrv_config.c
 sesman/chansrv/chansrv_config.h
Copyright: 2020-2021, Jay Sorg <jay.sorg@gmail.com>
License: Apache-2.0

Files: common/guid.c
 common/guid.h
 common/parse.c
Copyright: 2020-2021, Matt Burt
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/irp.c
 sesman/chansrv/irp.h
 sesman/chansrv/smartcard.h
 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/chansrv/chansrv_xfs.c
 sesman/chansrv/chansrv_xfs.h
Copyright: 2019, matt335672 <30179339+matt335672@users.noreply.github.com>
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
 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
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
 docs/man/xrdp-dumpfv1.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
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
 librfxcodec/tests/test_dwt_rem.c
 README.md
 NEWS.md
Copyright: 2011-2016, Jay Sorg
License: Expat

Files: librfxcodec/src/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/sesexec/*
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: 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
 m4/.gitignore
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
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
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
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
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
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
 tap-driver.sh
 test-driver
 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
Copyright: 1996-2020 Free Software Foundation, Inc.
License: GPL-3+~autoconf

Files: configure
 librfxcodec/configure
 libpainter/configure
 m4/libtool.m4
 m4/ltoptions.m4
 m4/ltsugar.m4
 m4/ltversion.m4
 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
Copyright: 1994 X Consortium
License: Expat

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

Files: ulalaca/*
Copyright: 2022 cheesekun
 2022 Gyuhwan Park
License: Apache-2.0

Files: debian/*
Copyright: Dominik George <nik@naturalnet.de>
 Thorsten Glaser <tg@mirbsd.org>
 2024-2026 Alex Myczko <tar@debian.org>
License: MirOS

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

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
 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
 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/tools/Makefile.in
 vnc/Makefile.in
 xrdp/Makefile.in
 xrdpapi/Makefile.in
 xrdpvr/Makefile.in
 xup/Makefile.in
 libpainter/config_ac-h.in
 librfxcodec/config_ac-h.in
 librfxcodec/include/Makefile.in
 librfxcodec/src/amd64/Makefile.in
 librfxcodec/src/x86/Makefile.in
Copyright: None
License: None
 Not copyrightable or generated.

Files: third_party/*
Copyright: CK Tan
License: Expat

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