aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libiconv/.yandex_meta/devtools.licenses.report
blob: 3c480b5638d12ab3ce1839da8c13f486ebf64907 (plain) (blame)
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
# File format ($ symbol means the beginning of a line):
#
# $ # this message
# $ # =======================
# $     # comments (all commentaries should starts with some number of spaces and # symbol)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
# ${all_file_action} filename
# $ # user commentaries (many lines)
# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/3/ya.make
# ${all_file_action} filename
# $    #    user commentaries
# $ generated description
# $ ...
#
# You can modify action, all_file_action and add commentaries
# Available actions:
# keep - keep license in contrib and use in credits
# skip - skip license
# remove - remove all files with this license
# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
#
# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
# We suppose that that files can contain some license info
# Available all file actions:
# FILE_IGNORE - ignore file (do nothing)
# FILE_INCLUDE - include all file data into licenses text file
# =======================

SKIP     LicenseRef-scancode-other-copyleft 0d77d02a17cff9dbc838b97c4f47cf31
BELONGS ya.make
    # GPL
    License text:
         * If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-other-copyleft
        Score           : 90.00
        Match type      : REFERENCE
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
    Files with this license:
        hz.h [17:17]

KEEP     LGPL-2.0-or-later    252277e82341968ad29569d94bcb87df
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        gentranslit.c [42:45]

KEEP     LGPL-2.0-or-later    3d8f516d639ae04ff39e90eb4c2bc9bc
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 61.42
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        gentranslit.c [45:54]

SKIP     LicenseRef-scancode-other-copyleft 423adb88313c09f51e5b54b235a73f5f
BELONGS ya.make
    # GPL
    License text:
         * If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
         * Fifth Floor, Boston, MA 02110-1301, USA.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-other-copyleft
        Score           : 90.00
        Match type      : REFERENCE
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
    Files with this license:
        aliases2.h [17:18]
        armscii_8.h [17:18]
        ascii.h [17:18]
        atarist.h [17:18]
        big5.h [17:18]
        big5_2003.h [17:18]
        big5hkscs1999.h [17:18]
        big5hkscs2001.h [17:18]
        big5hkscs2004.h [17:18]
        c99.h [17:18]
        ces_big5.h [17:18]
        ces_gbk.h [17:18]
        cjk_variants.h [17:18]
        cns11643.h [17:18]
        cns11643_1.h [17:18]
        cns11643_15.h [17:18]
        cns11643_2.h [17:18]
        cns11643_3.h [17:18]
        cns11643_4.h [17:18]
        cns11643_4a.h [17:18]
        cns11643_4b.h [17:18]
        cns11643_5.h [17:18]
        cns11643_6.h [17:18]
        cns11643_7.h [17:18]
        cns11643_inv.h [17:18]
        converters.h [17:18]
        cp1046.h [17:18]
        cp1124.h [17:18]
        cp1125.h [17:18]
        cp1129.h [17:18]
        cp1131.h [17:18]
        cp1133.h [17:18]
        cp1161.h [17:18]
        cp1162.h [17:18]
        cp1163.h [17:18]
        cp1250.h [17:18]
        cp1251.h [17:18]
        cp1252.h [17:18]
        cp1253.h [17:18]
        cp1254.h [17:18]
        cp1255.h [17:18]
        cp1256.h [17:18]
        cp1257.h [17:18]
        cp1258.h [17:18]
        cp437.h [17:18]
        cp737.h [17:18]
        cp775.h [17:18]
        cp850.h [17:18]
        cp852.h [17:18]
        cp853.h [17:18]
        cp855.h [17:18]
        cp856.h [17:18]
        cp857.h [17:18]
        cp858.h [17:18]
        cp860.h [17:18]
        cp861.h [17:18]
        cp862.h [17:18]
        cp863.h [17:18]
        cp864.h [17:18]
        cp865.h [17:18]
        cp866.h [17:18]
        cp869.h [17:18]
        cp874.h [17:18]
        cp922.h [17:18]
        cp932.h [17:18]
        cp932ext.h [17:18]
        cp936.h [17:18]
        cp936ext.h [17:18]
        cp943.h [17:18]
        cp949.h [17:18]
        cp950.h [17:18]
        cp950ext.h [17:18]
        dec_hanyu.h [17:18]
        dec_kanji.h [17:18]
        euc_cn.h [17:18]
        euc_jisx0213.h [17:18]
        euc_jp.h [17:18]
        euc_kr.h [17:18]
        euc_tw.h [17:18]
        flushwc.h [17:18]
        gb12345.h [17:18]
        gb12345ext.h [17:18]
        gb18030.h [17:18]
        gb18030ext.h [17:18]
        gb18030uni.h [17:18]
        gb2312.h [17:18]
        gbk.h [17:18]
        gbkext1.h [17:18]
        gbkext2.h [17:18]
        gbkext_inv.h [17:18]
        georgian_academy.h [17:18]
        georgian_ps.h [17:18]
        hkscs1999.h [17:18]
        hkscs2001.h [17:18]
        hkscs2004.h [17:18]
        hp_roman8.h [17:18]
        iconv.c [17:18]
        iconv_open1.h [17:18]
        iconv_open2.h [17:18]
        iso2022_cn.h [17:18]
        iso2022_cnext.h [17:18]
        iso2022_jp.h [17:18]
        iso2022_jp1.h [17:18]
        iso2022_jp2.h [17:18]
        iso2022_jp3.h [17:18]
        iso2022_kr.h [17:18]
        iso646_cn.h [17:18]
        iso646_jp.h [17:18]
        iso8859_1.h [17:18]
        iso8859_10.h [17:18]
        iso8859_11.h [17:18]
        iso8859_13.h [17:18]
        iso8859_14.h [17:18]
        iso8859_15.h [17:18]
        iso8859_16.h [17:18]
        iso8859_2.h [17:18]
        iso8859_3.h [17:18]
        iso8859_4.h [17:18]
        iso8859_5.h [17:18]
        iso8859_6.h [17:18]
        iso8859_7.h [17:18]
        iso8859_8.h [17:18]
        iso8859_9.h [17:18]
        isoir165.h [17:18]
        isoir165ext.h [17:18]
        java.h [17:18]
        jisx0201.h [17:18]
        jisx0208.h [17:18]
        jisx0212.h [17:18]
        jisx0213.h [17:18]
        johab.h [17:18]
        johab_hangul.h [17:18]
        koi8_r.h [17:18]
        koi8_ru.h [17:18]
        koi8_t.h [17:18]
        koi8_u.h [17:18]
        ksc5601.h [17:18]
        loop_unicode.h [17:18]
        loop_wchar.h [17:18]
        loops.h [17:18]
        mac_arabic.h [17:18]
        mac_centraleurope.h [17:18]
        mac_croatian.h [17:18]
        mac_cyrillic.h [17:18]
        mac_greek.h [17:18]
        mac_hebrew.h [17:18]
        mac_iceland.h [17:18]
        mac_roman.h [17:18]
        mac_romania.h [17:18]
        mac_thai.h [17:18]
        mac_turkish.h [17:18]
        mac_ukraine.h [17:18]
        mulelao.h [17:18]
        nextstep.h [17:18]
        pt154.h [17:18]
        riscos1.h [17:18]
        rk1048.h [17:18]
        shift_jisx0213.h [17:18]
        sjis.h [17:18]
        tcvn.h [17:18]
        tds565.h [17:18]
        tis620.h [17:18]
        translit.h [17:18]
        ucs2.h [17:18]
        ucs2be.h [17:18]
        ucs2internal.h [17:18]
        ucs2le.h [17:18]
        ucs2swapped.h [17:18]
        ucs4.h [17:18]
        ucs4be.h [17:18]
        ucs4internal.h [17:18]
        ucs4le.h [17:18]
        ucs4swapped.h [17:18]
        uhc_1.h [17:18]
        uhc_2.h [17:18]
        utf16.h [17:18]
        utf16be.h [17:18]
        utf16le.h [17:18]
        utf32.h [17:18]
        utf32be.h [17:18]
        utf32le.h [17:18]
        utf7.h [17:18]
        utf8.h [17:18]
        vietcomb.h [17:18]
        viscii.h [17:18]

KEEP     LGPL-2.0-or-later    45290496d6992e3119d48f7a24da94c6
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        aliases2.h [5:8]
        armscii_8.h [5:8]
        ascii.h [5:8]
        atarist.h [5:8]
        big5.h [5:8]
        big5_2003.h [5:8]
        big5hkscs1999.h [5:8]
        big5hkscs2001.h [5:8]
        big5hkscs2004.h [5:8]
        c99.h [5:8]
        ces_big5.h [5:8]
        ces_gbk.h [5:8]
        cjk_variants.h [5:8]
        cns11643.h [5:8]
        cns11643_1.h [5:8]
        cns11643_15.h [5:8]
        cns11643_2.h [5:8]
        cns11643_3.h [5:8]
        cns11643_4.h [5:8]
        cns11643_4a.h [5:8]
        cns11643_4b.h [5:8]
        cns11643_5.h [5:8]
        cns11643_6.h [5:8]
        cns11643_7.h [5:8]
        cns11643_inv.h [5:8]
        converters.h [5:8]
        cp1046.h [5:8]
        cp1124.h [5:8]
        cp1125.h [5:8]
        cp1129.h [5:8]
        cp1131.h [5:8]
        cp1133.h [5:8]
        cp1161.h [5:8]
        cp1162.h [5:8]
        cp1163.h [5:8]
        cp1250.h [5:8]
        cp1251.h [5:8]
        cp1252.h [5:8]
        cp1253.h [5:8]
        cp1254.h [5:8]
        cp1255.h [5:8]
        cp1256.h [5:8]
        cp1257.h [5:8]
        cp1258.h [5:8]
        cp437.h [5:8]
        cp737.h [5:8]
        cp775.h [5:8]
        cp850.h [5:8]
        cp852.h [5:8]
        cp853.h [5:8]
        cp855.h [5:8]
        cp856.h [5:8]
        cp857.h [5:8]
        cp858.h [5:8]
        cp860.h [5:8]
        cp861.h [5:8]
        cp862.h [5:8]
        cp863.h [5:8]
        cp864.h [5:8]
        cp865.h [5:8]
        cp866.h [5:8]
        cp869.h [5:8]
        cp874.h [5:8]
        cp922.h [5:8]
        cp932.h [5:8]
        cp932ext.h [5:8]
        cp936.h [5:8]
        cp936ext.h [5:8]
        cp943.h [5:8]
        cp949.h [5:8]
        cp950.h [5:8]
        cp950ext.h [5:8]
        dec_hanyu.h [5:8]
        dec_kanji.h [5:8]
        euc_cn.h [5:8]
        euc_jisx0213.h [5:8]
        euc_jp.h [5:8]
        euc_kr.h [5:8]
        euc_tw.h [5:8]
        flushwc.h [5:8]
        gb12345.h [5:8]
        gb12345ext.h [5:8]
        gb18030.h [5:8]
        gb18030ext.h [5:8]
        gb18030uni.h [5:8]
        gb2312.h [5:8]
        gbk.h [5:8]
        gbkext1.h [5:8]
        gbkext2.h [5:8]
        gbkext_inv.h [5:8]
        georgian_academy.h [5:8]
        georgian_ps.h [5:8]
        hkscs1999.h [5:8]
        hkscs2001.h [5:8]
        hkscs2004.h [5:8]
        hp_roman8.h [5:8]
        hz.h [5:8]
        iconv.c [5:8]
        iconv_open1.h [5:8]
        iconv_open2.h [5:8]
        iso2022_cn.h [5:8]
        iso2022_cnext.h [5:8]
        iso2022_jp.h [5:8]
        iso2022_jp1.h [5:8]
        iso2022_jp2.h [5:8]
        iso2022_jp3.h [5:8]
        iso2022_kr.h [5:8]
        iso646_cn.h [5:8]
        iso646_jp.h [5:8]
        iso8859_1.h [5:8]
        iso8859_10.h [5:8]
        iso8859_11.h [5:8]
        iso8859_13.h [5:8]
        iso8859_14.h [5:8]
        iso8859_15.h [5:8]
        iso8859_16.h [5:8]
        iso8859_2.h [5:8]
        iso8859_3.h [5:8]
        iso8859_4.h [5:8]
        iso8859_5.h [5:8]
        iso8859_6.h [5:8]
        iso8859_7.h [5:8]
        iso8859_8.h [5:8]
        iso8859_9.h [5:8]
        isoir165.h [5:8]
        isoir165ext.h [5:8]
        java.h [5:8]
        jisx0201.h [5:8]
        jisx0208.h [5:8]
        jisx0212.h [5:8]
        jisx0213.h [5:8]
        johab.h [5:8]
        johab_hangul.h [5:8]
        koi8_r.h [5:8]
        koi8_ru.h [5:8]
        koi8_t.h [5:8]
        koi8_u.h [5:8]
        ksc5601.h [5:8]
        loop_unicode.h [5:8]
        loop_wchar.h [5:8]
        loops.h [5:8]
        mac_arabic.h [5:8]
        mac_centraleurope.h [5:8]
        mac_croatian.h [5:8]
        mac_cyrillic.h [5:8]
        mac_greek.h [5:8]
        mac_hebrew.h [5:8]
        mac_iceland.h [5:8]
        mac_roman.h [5:8]
        mac_romania.h [5:8]
        mac_thai.h [5:8]
        mac_turkish.h [5:8]
        mac_ukraine.h [5:8]
        mulelao.h [5:8]
        nextstep.h [5:8]
        pt154.h [5:8]
        riscos1.h [5:8]
        rk1048.h [5:8]
        shift_jisx0213.h [5:8]
        sjis.h [5:8]
        tcvn.h [5:8]
        tds565.h [5:8]
        tis620.h [5:8]
        translit.h [5:8]
        ucs2.h [5:8]
        ucs2be.h [5:8]
        ucs2internal.h [5:8]
        ucs2le.h [5:8]
        ucs2swapped.h [5:8]
        ucs4.h [5:8]
        ucs4be.h [5:8]
        ucs4internal.h [5:8]
        ucs4le.h [5:8]
        ucs4swapped.h [5:8]
        uhc_1.h [5:8]
        uhc_2.h [5:8]
        utf16.h [5:8]
        utf16be.h [5:8]
        utf16le.h [5:8]
        utf32.h [5:8]
        utf32be.h [5:8]
        utf32le.h [5:8]
        utf7.h [5:8]
        utf8.h [5:8]
        vietcomb.h [5:8]
        viscii.h [5:8]

KEEP     LGPL-2.0-or-later    46295c1deeff52542eca2ef71d620273
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        libcharset.h [4:7]

SKIP     LicenseRef-scancode-other-copyleft 593735d3234a09e42e2341e4b2853dab
BELONGS ya.make
    # GPL
    License text:
           write to the Free Software Foundation, Inc., 51 Franklin Street,
           Fifth Floor, Boston, MA 02110-1301, USA.  */
    Scancode info:
        Original SPDX id: LicenseRef-scancode-other-copyleft
        Score           : 90.00
        Match type      : REFERENCE
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
    Files with this license:
        libcharset.h [16:17]

KEEP     LGPL-2.0-or-later    5d7cc05fc37b928faa274f015523eb21
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        translit.def [4:7]

KEEP     LGPL-2.0-or-later AND LGPL-2.0-or-later 6335240ce1fa19980d2f6b65a369cda5
BELONGS ya.make
FILE_INCLUDE COPYING.LIB found in files: cp1046.h at line 16, cp1124.h at line 16, cp1125.h at line 16, cp1129.h at line 16, cp1131.h at line 16, cp1161.h at line 16, cp1250.h at line 16, cp1251.h at line 16, cp1253.h at line 16, cp1256.h at line 16, cp1257.h at line 16, cp437.h at line 16, cp737.h at line 16, cp775.h at line 16, cp850.h at line 16, cp852.h at line 16, cp853.h at line 16, cp855.h at line 16, cp856.h at line 16, cp857.h at line 16, cp860.h at line 16, cp861.h at line 16, cp862.h at line 16, cp863.h at line 16, cp865.h at line 16, cp866.h at line 16, cp869.h at line 16, cp874.h at line 16, gbkext_inv.h at line 16, hkscs1999.h at line 16, iso8859_11.h at line 16, nextstep.h at line 16, rk1048.h at line 16
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 61.42
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        armscii_8.h [8:17]
        ascii.h [8:17]
        atarist.h [8:17]
        big5.h [8:17]
        c99.h [8:17]
        ces_big5.h [8:17]
        ces_gbk.h [8:17]
        cjk_variants.h [8:17]
        cns11643_1.h [8:17]
        cns11643_15.h [8:17]
        cns11643_2.h [8:17]
        cns11643_3.h [8:17]
        cns11643_4a.h [8:17]
        cns11643_4b.h [8:17]
        cns11643_5.h [8:17]
        cns11643_6.h [8:17]
        cns11643_7.h [8:17]
        cp1133.h [8:17]
        cp1162.h [8:17]
        cp1163.h [8:17]
        cp1252.h [8:17]
        cp1254.h [8:17]
        cp858.h [8:17]
        cp922.h [8:17]
        cp932ext.h [8:17]
        cp936.h [8:17]
        cp949.h [8:17]
        dec_hanyu.h [8:17]
        dec_kanji.h [8:17]
        euc_cn.h [8:17]
        euc_jisx0213.h [8:17]
        euc_jp.h [8:17]
        euc_kr.h [8:17]
        euc_tw.h [8:17]
        gb18030uni.h [8:17]
        gb2312.h [8:17]
        gbkext1.h [8:17]
        gbkext2.h [8:17]
        georgian_academy.h [8:17]
        georgian_ps.h [8:17]
        hkscs2001.h [8:17]
        hp_roman8.h [8:17]
        iconv_open1.h [8:17]
        iso646_cn.h [8:17]
        iso646_jp.h [8:17]
        iso8859_1.h [8:17]
        iso8859_10.h [8:17]
        iso8859_13.h [8:17]
        iso8859_14.h [8:17]
        iso8859_15.h [8:17]
        iso8859_16.h [8:17]
        iso8859_2.h [8:17]
        iso8859_3.h [8:17]
        iso8859_4.h [8:17]
        iso8859_5.h [8:17]
        iso8859_6.h [8:17]
        iso8859_7.h [8:17]
        iso8859_8.h [8:17]
        iso8859_9.h [8:17]
        isoir165ext.h [8:17]
        java.h [8:17]
        jisx0201.h [8:17]
        jisx0208.h [8:17]
        koi8_r.h [8:17]
        koi8_ru.h [8:17]
        koi8_t.h [8:17]
        koi8_u.h [8:17]
        ksc5601.h [8:17]
        mac_arabic.h [8:17]
        mac_centraleurope.h [8:17]
        mac_croatian.h [8:17]
        mac_cyrillic.h [8:17]
        mac_greek.h [8:17]
        mac_hebrew.h [8:17]
        mac_iceland.h [8:17]
        mac_roman.h [8:17]
        mac_romania.h [8:17]
        mac_thai.h [8:17]
        mac_turkish.h [8:17]
        mac_ukraine.h [8:17]
        mulelao.h [8:17]
        pt154.h [8:17]
        riscos1.h [8:17]
        shift_jisx0213.h [8:17]
        tds565.h [8:17]
        tis620.h [8:17]
        translit.h [8:17]
        utf7.h [8:17]
        utf8.h [8:17]
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 62.90
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        cp1046.h [8:17]
        cp1124.h [8:17]
        cp1125.h [8:17]
        cp1129.h [8:17]
        cp1131.h [8:17]
        cp1161.h [8:17]
        cp1250.h [8:17]
        cp1251.h [8:17]
        cp1253.h [8:17]
        cp1256.h [8:17]
        cp1257.h [8:17]
        cp437.h [8:17]
        cp737.h [8:17]
        cp775.h [8:17]
        cp850.h [8:17]
        cp852.h [8:17]
        cp853.h [8:17]
        cp855.h [8:17]
        cp856.h [8:17]
        cp857.h [8:17]
        cp860.h [8:17]
        cp861.h [8:17]
        cp862.h [8:17]
        cp863.h [8:17]
        cp865.h [8:17]
        cp866.h [8:17]
        cp869.h [8:17]
        cp874.h [8:17]
        gbkext_inv.h [8:17]
        hkscs1999.h [8:17]
        iso8859_11.h [8:17]
        nextstep.h [8:17]
        rk1048.h [8:17]

KEEP     LGPL-2.0-only        6c5bd0a332365b8f0ecb14277dae773c
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-only
        Score           : 99.98
        Match type      : TEXT
        Links           : http://www.gnu.org/licenses/lgpl-2.0.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-only
    Files with this license:
        COPYING.LIB [1:482]

KEEP     LGPL-2.0-or-later    8f24b8a3e425d2451f7340d424d60db4
BELONGS ya.make
FILE_INCLUDE COPYING.LIB found in files: hz.h at line 16
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 61.42
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        hz.h [8:17]

KEEP     LGPL-2.0-or-later AND LGPL-2.0-or-later a0a3247f9a7f8863362d285cb8bf61e6
BELONGS ya.make
FILE_INCLUDE COPYING.LIB found in files: iconv.h at line 15
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 61.42
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        genaliases.c [7:16]
        genaliases2.c [7:16]
        genflags.c [7:16]
        gentranslit.c [7:16]
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 62.90
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        iconv.h [7:16]

SKIP     LicenseRef-scancode-other-copyleft ad1179666d71eb94df438ea7eedf86e2
BELONGS ya.make
    # GPL
    License text:
        \# If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
        \# Fifth Floor, Boston, MA 02110-1301, USA.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-other-copyleft
        Score           : 90.00
        Match type      : REFERENCE
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
    Files with this license:
        translit.def [16:17]

KEEP     LGPL-2.0-or-later    b0d7e9887bea1aa7f059908071379b35
BELONGS ya.make
    License text:
           You should have received a copy of the GNU Library General Public License
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 9.59
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        libcharset.h [14:14]

KEEP     LGPL-2.0-or-later AND LGPL-2.0-or-later b26f6570087f14aad0ffafa6a2d9fcb7
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 52.05
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        config.h [10:13]
        encodings.def [9:12]
        encodings_aix.def [9:12]
        encodings_dos.def [9:12]
        encodings_extra.def [9:12]
        encodings_local.def [9:12]
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        encodings_osf1.def [9:12]

SKIP     AGPL-3.0-or-later    c9ab45ca8173afcff63565a1f6c5a282
BELONGS ya.make
FILE_INCLUDE COPYING.LIB found in files: cp932.h at line 16
    # GPL
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: AGPL-3.0-or-later
        Score           : 44.71
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/agpl-3.0.html, http://www.gnu.org/licenses/agpl.txt, https://spdx.org/licenses/AGPL-3.0-or-later
    Files with this license:
        cp932.h [10:16]

KEEP     LGPL-2.0-or-later    caf02560e87db8ae3ffaf50340106845
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        localcharset.h [5:18]
        relocatable.c [5:18]
        relocatable.h [5:18]

KEEP     LGPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.0-or-later ccabd4ff4298e16af41b58abc2b65111
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 52.05
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        aliases2.h [10:13]
        big5_2003.h [10:13]
        big5hkscs1999.h [10:13]
        big5hkscs2001.h [10:13]
        big5hkscs2004.h [10:13]
        cns11643_4.h [10:13]
        cp1255.h [10:13]
        cp1258.h [10:13]
        cp936ext.h [10:13]
        cp950.h [10:13]
        cp950ext.h [10:13]
        flushwc.h [10:13]
        gb12345.h [10:13]
        gb12345ext.h [10:13]
        gb18030ext.h [10:13]
        hkscs2004.h [10:13]
        iconv.c [10:13]
        iconv_open2.h [10:13]
        iso2022_cn.h [10:13]
        iso2022_cnext.h [10:13]
        iso2022_jp.h [10:13]
        iso2022_jp1.h [10:13]
        iso2022_jp3.h [10:13]
        jisx0212.h [10:13]
        johab.h [10:13]
        johab_hangul.h [10:13]
        sjis.h [10:13]
        tcvn.h [10:13]
        ucs2.h [10:13]
        ucs2internal.h [10:13]
        ucs4internal.h [10:13]
        uhc_1.h [10:13]
        uhc_2.h [10:13]
        vietcomb.h [10:13]
        viscii.h [10:13]
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        cns11643.h [10:13]
        cns11643_inv.h [10:13]
        converters.h [10:13]
        cp864.h [10:13]
        gb18030.h [10:13]
        gbk.h [10:13]
        iso2022_jp2.h [10:13]
        iso2022_kr.h [10:13]
        isoir165.h [10:13]
        jisx0213.h [10:13]
        loop_unicode.h [10:13]
        loop_wchar.h [10:13]
        ucs2be.h [10:13]
        ucs2le.h [10:13]
        ucs2swapped.h [10:13]
        ucs4.h [10:13]
        ucs4be.h [10:13]
        ucs4le.h [10:13]
        ucs4swapped.h [10:13]
        utf16.h [10:13]
        utf16be.h [10:13]
        utf16le.h [10:13]
        utf32.h [10:13]
        utf32be.h [10:13]
        utf32le.h [10:13]
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 48.72
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        cp943.h [10:13]
        loops.h [10:13]

SKIP     LicenseRef-scancode-other-copyleft dc89b79ac6d4a18eaba41145988dfeb1
BELONGS ya.make
    # GPL
    License text:
           If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
           Fifth Floor, Boston, MA 02110-1301, USA.  */
    Scancode info:
        Original SPDX id: LicenseRef-scancode-other-copyleft
        Score           : 90.00
        Match type      : REFERENCE
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
    Files with this license:
        config.h [17:18]
        encodings.def [16:17]
        encodings_aix.def [16:17]
        encodings_dos.def [16:17]
        encodings_extra.def [16:17]
        encodings_local.def [16:17]
        encodings_osf1.def [16:17]
        genaliases.c [16:17]
        genaliases2.c [16:17]
        genflags.c [16:17]
        gentranslit.c [16:17]
        iconv.h [16:17]

KEEP     LGPL-2.0-or-later AND LGPL-2.0-or-later e23ca1d9d6cf5a8d3de05ac197b8a4f7
BELONGS ya.make
FILE_INCLUDE COPYING.LIB found in files: encodings_osf1.def at line 15
    License text:
           You should have received a copy of the GNU Library General Public
           License along with the GNU LIBICONV Library; see the file COPYING.LIB.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 9.59
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        config.h [15:16]
        encodings.def [14:15]
        encodings_aix.def [14:15]
        encodings_dos.def [14:15]
        encodings_extra.def [14:15]
        encodings_local.def [14:15]
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 9.09
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        encodings_osf1.def [14:15]

KEEP     LGPL-2.0-or-later    e9808eaa142ccce2f7f0e5a3e0f39a0c
BELONGS ya.make
FILE_INCLUDE COPYING.LIB found in files: translit.def at line 15
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 61.42
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        translit.def [7:16]

KEEP     LGPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.0-or-later ef414e59eedf93e160f35b38787d3e72
BELONGS ya.make
FILE_INCLUDE COPYING.LIB found in files: iso2022_kr.h at line 16, jisx0213.h at line 16, loop_wchar.h at line 16
    License text:
         * You should have received a copy of the GNU Library General Public
         * License along with the GNU LIBICONV Library; see the file COPYING.LIB.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 9.59
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        aliases2.h [15:16]
        big5_2003.h [15:16]
        big5hkscs1999.h [15:16]
        big5hkscs2001.h [15:16]
        big5hkscs2004.h [15:16]
        cns11643_4.h [15:16]
        cp1255.h [15:16]
        cp1258.h [15:16]
        cp936ext.h [15:16]
        cp950.h [15:16]
        cp950ext.h [15:16]
        flushwc.h [15:16]
        gb12345.h [15:16]
        gb12345ext.h [15:16]
        gb18030ext.h [15:16]
        hkscs2004.h [15:16]
        iconv.c [15:16]
        iconv_open2.h [15:16]
        iso2022_cn.h [15:16]
        iso2022_cnext.h [15:16]
        iso2022_jp.h [15:16]
        iso2022_jp1.h [15:16]
        iso2022_jp3.h [15:16]
        jisx0212.h [15:16]
        johab.h [15:16]
        johab_hangul.h [15:16]
        sjis.h [15:16]
        tcvn.h [15:16]
        ucs2.h [15:16]
        ucs2internal.h [15:16]
        ucs4internal.h [15:16]
        uhc_1.h [15:16]
        uhc_2.h [15:16]
        vietcomb.h [15:16]
        viscii.h [15:16]
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 9.09
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        cns11643.h [15:16]
        cns11643_inv.h [15:16]
        cp864.h [15:16]
        cp932.h [15:16]
        cp943.h [15:16]
        gb18030.h [15:16]
        gbk.h [15:16]
        iso2022_jp2.h [15:16]
        loops.h [15:16]
        ucs2be.h [15:16]
        ucs2le.h [15:16]
        ucs4.h [15:16]
        ucs4be.h [15:16]
        ucs4le.h [15:16]
        utf16be.h [15:16]
        utf16le.h [15:16]
        utf32be.h [15:16]
        utf32le.h [15:16]
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 7.22
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        converters.h [15:16]
        isoir165.h [15:16]
        loop_unicode.h [15:16]
        ucs2swapped.h [15:16]
        ucs4swapped.h [15:16]
        utf16.h [15:16]
        utf32.h [15:16]
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 8.64
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        iso2022_kr.h [15:16]
        jisx0213.h [15:16]
        loop_wchar.h [15:16]

KEEP     LGPL-2.0-or-later    f0103ec3131339fbd17d095286235383
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        config.h [5:8]
        encodings.def [4:7]
        encodings_aix.def [4:7]
        encodings_dos.def [4:7]
        encodings_extra.def [4:7]
        encodings_local.def [4:7]
        encodings_osf1.def [4:7]
        genaliases.c [4:7]
        genaliases2.c [4:7]
        genflags.c [4:7]
        gentranslit.c [4:7]
        iconv.h [4:7]

SKIP     LicenseRef-scancode-other-copyleft f2c5c25683cb529bc9a883dc8199e96c
BELONGS ya.make
    # GPL
    License text:
          printf(" * If not, write to the Free Software Foundation, Inc., 51 Franklin Street,\n");
          printf(" * Fifth Floor, Boston, MA 02110-1301, USA.\n");
    Scancode info:
        Original SPDX id: LicenseRef-scancode-other-copyleft
        Score           : 90.00
        Match type      : REFERENCE
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
    Files with this license:
        gentranslit.c [54:55]

KEEP     LGPL-2.0-or-later    fe91a03ccaf35c2756226c94ae221821
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LGPL-2.0-or-later
        Score           : 52.05
        Match type      : NOTICE
        Links           : http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html, https://spdx.org/licenses/LGPL-2.0-or-later
    Files with this license:
        libcharset.h [9:12]