aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/curl/.yandex_meta/devtools.copyrights.report
blob: 94e1ba4538a536bf2f91264b9f68dc0009bfc942 (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
# 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 id} {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
# =======================

KEEP     COPYRIGHT_SERVICE_LABEL 00b6a1631ceea252c07fefcfafd3253c
BELONGS ya.make
    License text:
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
         * Copyright (C) Hoi-Ho Chan, <hoiho.chan@gmail.com>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/vtls/mbedtls.c [8:9]
        lib/vtls/mbedtls.h [10:11]
        lib/vtls/mbedtls_threadlock.c [8:9]

KEEP     COPYRIGHT_SERVICE_LABEL 02c44d9c9591c1c62d6e3be7531995c2
BELONGS ya.make
    License text:
         * Copyright (C) Florin Petriuc, <petriuc.florin@gmail.com>
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/curl_sha256.h [10:11]
        lib/sha256.c [8:9]

KEEP     COPYRIGHT_SERVICE_LABEL 06e7057ea8b93e5ff1270f4a2f21ec5a
BELONGS ya.make
    License text:
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
         * Copyright (C) Markus Moeller, <markus_moeller@compuserve.com>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/socks_gssapi.c [8:9]
        lib/socks_sspi.c [8:9]

KEEP     COPYRIGHT_SERVICE_LABEL 0fa5e52d736e41590d5c80eab8aae635
BELONGS ya.make
    License text:
         * Copyright (C) Red Hat, Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/vssh/libssh.c [8:8]

KEEP     COPYRIGHT_SERVICE_LABEL 185a41d7cb42008b19b6d3ef50ed8170
BELONGS ya.make
    License text:
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
         * Copyright (C) Howard Chu, <hyc@openldap.org>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/openldap.c [8:9]

KEEP     COPYRIGHT_SERVICE_LABEL 26cfd1bda1a0a98c91e683122791bbd2
BELONGS bin/ya.make ya.make
    License text:
         * Copyright (C) 1996-2022  Internet Software Consortium.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/inet_ntop.c [2:2]
    Belongs difference:
        + bin/ya.make

KEEP     COPYRIGHT_SERVICE_LABEL 29aec767c30e97ea136c9d10e5b07b99
BELONGS ya.make
    License text:
         * Copyright (C) Jan Venekamp, <jan@venekamp.net>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/vtls/cipher_suite.c [8:8]

KEEP     COPYRIGHT_SERVICE_LABEL 38cad413a2ebb8a3334028596a877e60
BELONGS ya.make
    License text:
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
         * Copyright (C) Marc Hoersken, <info@marc-hoersken.de>
         * Copyright (C) Mark Salisbury, <mark.salisbury@hp.com>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/vtls/schannel.c [8:10]
        lib/vtls/schannel.h [10:11]
        lib/vtls/schannel_verify.c [8:10]

KEEP     COPYRIGHT_SERVICE_LABEL 4197a3d01f0ba1b0db6df039d59067a7
BELONGS ya.make
    License text:
         * Copyright (C) Evgeny Grin (Karlson2k), <k2k@narod.ru>.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/curl_sha512_256.c [8:8]
        lib/curl_sha512_256.h [10:10]

KEEP     COPYRIGHT_SERVICE_LABEL 45323df52808e24e39741bd52fa522fb
BELONGS ya.make
    License text:
         * Copyright (C) Steve Holme, <steve_holme@hotmail.com>.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/curl_des.c [8:8]
        lib/curl_des.h [10:10]
        lib/system_win32.c [8:8]
        lib/system_win32.h [10:10]
        lib/vauth/digest_sspi.c [8:9]
        lib/vauth/krb5_gssapi.c [8:9]
        lib/vauth/krb5_sspi.c [8:8]
        lib/vauth/vauth.c [8:8]
        lib/vauth/vauth.h [10:10]
        lib/version_win32.c [8:8]
        lib/version_win32.h [10:10]

KEEP     COPYRIGHT_SERVICE_LABEL 487047a176f57677c51faf4394df4c7d
BELONGS bin/ya.make ya.make
    License text:
         * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
         * (Royal Institute of Technology, Stockholm, Sweden).
         * Copyright (C) Daniel Stenberg
         * All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/krb5.c [3:6]
    Belongs difference:
        + bin/ya.make

KEEP     COPYRIGHT_SERVICE_LABEL 65fe1442d84fc44effa563d56d07c87b
BELONGS ya.make
    License text:
         * Copyright (C) Michael Forney, <mforney@mforney.org>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/vtls/bearssl.c [8:8]
        lib/vtls/bearssl.h [10:10]

KEEP     COPYRIGHT_SERVICE_LABEL 6a57d66dba6940e0ed50c447683ae874
BELONGS ya.make
    License text:
         * Copyright (C) Jacob Hoffman-Andrews,
         * <github@hoffman-andrews.com>
         * Copyright (C) kpcyrd, <kpcyrd@archlinux.org>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/vtls/rustls.c [8:10]
        lib/vtls/rustls.h [8:9]

KEEP     COPYRIGHT_SERVICE_LABEL 84500f86b97af8062c8463ad37fdf711
BELONGS bin/ya.make ya.make
    License text:
         * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/curl_path.c [104:104]
    Belongs difference:
        + bin/ya.make

KEEP     COPYRIGHT_SERVICE_LABEL 8c40bd65c3875627e322bf53ea9eaaa3
BELONGS ya.make
    License text:
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
         * Copyright (C) Bill Nagel <wnagel@tycoint.com>, Exacq Technologies
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/smb.c [8:9]
        lib/smb.h [10:11]

KEEP     COPYRIGHT_SERVICE_LABEL 95a6917b277d6cc5ac045c9c8bbca830
BELONGS ya.make
    License text:
        Copyright (c) 1996 - 2024, Daniel Stenberg, <daniel@haxx.se>, and many
        contributors, see the THANKS file.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        COPYING [3:4]

KEEP     COPYRIGHT_SERVICE_LABEL 998d598c0b2c4665183fefe5ae17d48c
BELONGS ya.make
    License text:
         * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
         * (Royal Institute of Technology, Stockholm, Sweden).
         * Copyright (C) Daniel Stenberg
         * All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/krb5.c [3:6]

KEEP     COPYRIGHT_SERVICE_LABEL 9c50cbe37ab155bc81052d66295612bf
BELONGS ya.make
    License text:
        /* Copyright (c) Internet Software Consortium.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/inet_pton.c [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL a399f03f7a309cb97b579c59e0606fd1
BELONGS ya.make
    License text:
        Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        CHANGES.md [2:2]
        include/README.md [2:2]
        include/curl/curl.h [10:10]
        include/curl/curlver.h [10:10]
        include/curl/easy.h [10:10]
        include/curl/header.h [10:10]
        include/curl/mprintf.h [10:10]
        include/curl/multi.h [10:10]
        include/curl/options.h [10:10]
        include/curl/stdcheaders.h [10:10]
        include/curl/system.h [10:10]
        include/curl/typecheck-gcc.h [10:10]
        include/curl/urlapi.h [10:10]
        include/curl/websockets.h [10:10]
        lib/altsvc.c [8:8]
        lib/altsvc.h [10:10]
        lib/amigaos.c [8:8]
        lib/amigaos.h [10:10]
        lib/arpa_telnet.h [10:10]
        lib/asyn-ares.c [8:8]
        lib/asyn-thread.c [8:8]
        lib/asyn.h [10:10]
        lib/base64.c [8:8]
        lib/bufq.c [8:8]
        lib/bufq.h [10:10]
        lib/bufref.c [8:8]
        lib/bufref.h [10:10]
        lib/c-hyper.c [8:8]
        lib/c-hyper.h [10:10]
        lib/cf-h1-proxy.c [8:8]
        lib/cf-h1-proxy.h [10:10]
        lib/cf-h2-proxy.c [8:8]
        lib/cf-h2-proxy.h [10:10]
        lib/cf-haproxy.c [8:8]
        lib/cf-haproxy.h [10:10]
        lib/cf-https-connect.c [8:8]
        lib/cf-https-connect.h [10:10]
        lib/cf-socket.c [8:8]
        lib/cf-socket.h [10:10]
        lib/cfilters.c [8:8]
        lib/cfilters.h [10:10]
        lib/conncache.c [8:9]
        lib/conncache.h [10:11]
        lib/connect.c [8:8]
        lib/connect.h [10:10]
        lib/content_encoding.c [8:8]
        lib/content_encoding.h [10:10]
        lib/cookie.c [8:8]
        lib/cookie.h [10:10]
        lib/curl_addrinfo.c [8:8]
        lib/curl_addrinfo.h [10:10]
        lib/curl_base64.h [10:10]
        lib/curl_ctype.h [10:10]
        lib/curl_endian.c [8:8]
        lib/curl_endian.h [10:10]
        lib/curl_fnmatch.c [8:8]
        lib/curl_fnmatch.h [10:10]
        lib/curl_get_line.c [8:8]
        lib/curl_get_line.h [10:10]
        lib/curl_gethostname.c [8:8]
        lib/curl_gethostname.h [10:10]
        lib/curl_gssapi.c [8:8]
        lib/curl_hmac.h [10:10]
        lib/curl_krb5.h [10:10]
        lib/curl_ldap.h [10:10]
        lib/curl_md4.h [10:10]
        lib/curl_md5.h [10:10]
        lib/curl_memory.h [10:10]
        lib/curl_memrchr.c [8:8]
        lib/curl_memrchr.h [10:10]
        lib/curl_multibyte.c [8:8]
        lib/curl_multibyte.h [10:10]
        lib/curl_ntlm_core.c [8:8]
        lib/curl_ntlm_core.h [10:10]
        lib/curl_path.c [8:8]
        lib/curl_printf.h [10:10]
        lib/curl_range.c [8:8]
        lib/curl_range.h [10:10]
        lib/curl_rtmp.c [8:9]
        lib/curl_sasl.c [8:8]
        lib/curl_sasl.h [10:10]
        lib/curl_setup.h [10:10]
        lib/curl_setup_once.h [10:10]
        lib/curl_sha256.h [10:11]
        lib/curl_sspi.c [8:8]
        lib/curl_sspi.h [10:10]
        lib/curl_threads.c [8:8]
        lib/curl_threads.h [10:10]
        lib/curl_trc.c [8:8]
        lib/curl_trc.h [10:10]
        lib/curlx.h [10:10]
        lib/cw-out.c [8:8]
        lib/cw-out.h [10:10]
        lib/dict.c [8:8]
        lib/dict.h [10:10]
        lib/dllmain.c [8:8]
        lib/doh.c [8:8]
        lib/doh.h [10:10]
        lib/dynbuf.c [8:8]
        lib/dynbuf.h [10:10]
        lib/dynhds.c [8:8]
        lib/dynhds.h [10:10]
        lib/easy.c [8:8]
        lib/easy_lock.h [10:10]
        lib/easygetopt.c [8:8]
        lib/easyif.h [10:10]
        lib/easyoptions.c [8:8]
        lib/easyoptions.h [10:10]
        lib/escape.c [8:8]
        lib/escape.h [10:10]
        lib/file.c [8:8]
        lib/file.h [10:10]
        lib/fileinfo.c [8:8]
        lib/fileinfo.h [10:10]
        lib/fopen.c [8:8]
        lib/fopen.h [10:10]
        lib/formdata.c [8:8]
        lib/formdata.h [10:10]
        lib/ftp.c [8:8]
        lib/ftp.h [10:10]
        lib/ftplistparser.c [8:8]
        lib/ftplistparser.h [10:10]
        lib/functypes.h [10:10]
        lib/getenv.c [8:8]
        lib/getinfo.c [8:8]
        lib/getinfo.h [10:10]
        lib/gopher.c [8:8]
        lib/gopher.h [10:10]
        lib/hash.c [8:8]
        lib/hash.h [10:10]
        lib/headers.c [8:8]
        lib/headers.h [10:10]
        lib/hmac.c [8:8]
        lib/hostasyn.c [8:8]
        lib/hostip.c [8:8]
        lib/hostip.h [10:10]
        lib/hostip4.c [8:8]
        lib/hostip6.c [8:8]
        lib/hostsyn.c [8:8]
        lib/hsts.c [8:8]
        lib/hsts.h [10:10]
        lib/http.c [8:8]
        lib/http.h [10:10]
        lib/http1.c [8:8]
        lib/http1.h [10:10]
        lib/http2.c [8:8]
        lib/http2.h [10:10]
        lib/http_aws_sigv4.c [8:8]
        lib/http_aws_sigv4.h [10:10]
        lib/http_chunks.c [8:8]
        lib/http_chunks.h [10:10]
        lib/http_digest.c [8:8]
        lib/http_digest.h [10:10]
        lib/http_negotiate.c [8:8]
        lib/http_negotiate.h [10:10]
        lib/http_ntlm.c [8:8]
        lib/http_ntlm.h [10:10]
        lib/http_proxy.c [8:8]
        lib/http_proxy.h [10:10]
        lib/idn.c [8:8]
        lib/idn.h [10:10]
        lib/if2ip.c [8:8]
        lib/if2ip.h [10:10]
        lib/imap.c [8:8]
        lib/imap.h [10:10]
        lib/inet_ntop.h [10:10]
        lib/inet_pton.h [10:10]
        lib/ldap.c [8:8]
        lib/llist.c [8:8]
        lib/llist.h [10:10]
        lib/macos.c [8:8]
        lib/macos.h [10:10]
        lib/md4.c [8:8]
        lib/md5.c [8:8]
        lib/memdebug.c [8:8]
        lib/memdebug.h [11:11]
        lib/mime.c [8:8]
        lib/mime.h [10:10]
        lib/mprintf.c [8:8]
        lib/mqtt.c [8:9]
        lib/multi.c [8:8]
        lib/multihandle.h [10:10]
        lib/multiif.h [10:10]
        lib/netrc.c [8:8]
        lib/netrc.h [10:10]
        lib/nonblock.c [8:8]
        lib/nonblock.h [10:10]
        lib/noproxy.c [8:8]
        lib/noproxy.h [10:10]
        lib/openldap.c [8:9]
        lib/parsedate.c [8:8]
        lib/parsedate.h [10:10]
        lib/pingpong.c [8:8]
        lib/pingpong.h [10:10]
        lib/pop3.c [8:8]
        lib/pop3.h [10:10]
        lib/progress.c [8:8]
        lib/progress.h [10:10]
        lib/psl.c [8:8]
        lib/psl.h [10:10]
        lib/rand.c [8:8]
        lib/rand.h [10:10]
        lib/rename.c [8:8]
        lib/rename.h [10:10]
        lib/request.c [8:8]
        lib/request.h [10:10]
        lib/rtsp.c [8:8]
        lib/rtsp.h [10:10]
        lib/select.c [8:8]
        lib/select.h [10:10]
        lib/sendf.c [8:8]
        lib/sendf.h [10:10]
        lib/setopt.c [8:8]
        lib/setopt.h [10:10]
        lib/setup-win32.h [10:10]
        lib/sha256.c [8:9]
        lib/share.c [8:8]
        lib/share.h [10:10]
        lib/sigpipe.h [10:10]
        lib/slist.c [8:8]
        lib/slist.h [10:10]
        lib/smb.c [8:9]
        lib/smb.h [10:11]
        lib/smtp.c [8:8]
        lib/smtp.h [10:10]
        lib/sockaddr.h [10:10]
        lib/socketpair.c [8:8]
        lib/socketpair.h [10:10]
        lib/socks.c [8:8]
        lib/socks.h [10:10]
        lib/socks_gssapi.c [8:9]
        lib/socks_sspi.c [8:9]
        lib/speedcheck.c [8:8]
        lib/speedcheck.h [10:10]
        lib/splay.c [8:8]
        lib/splay.h [10:10]
        lib/strcase.c [8:8]
        lib/strcase.h [10:10]
        lib/strdup.c [8:8]
        lib/strdup.h [10:10]
        lib/strerror.c [8:8]
        lib/strerror.h [10:10]
        lib/strtok.c [8:8]
        lib/strtok.h [10:10]
        lib/strtoofft.c [8:8]
        lib/strtoofft.h [10:10]
        lib/telnet.c [8:8]
        lib/telnet.h [10:10]
        lib/tftp.c [8:8]
        lib/tftp.h [10:10]
        lib/timediff.c [8:8]
        lib/timediff.h [10:10]
        lib/timeval.c [8:8]
        lib/timeval.h [10:10]
        lib/transfer.c [8:8]
        lib/transfer.h [10:10]
        lib/url.c [8:8]
        lib/url.h [10:10]
        lib/urlapi-int.h [10:10]
        lib/urlapi.c [8:8]
        lib/urldata.h [10:10]
        lib/vauth/cleartext.c [8:8]
        lib/vauth/cram.c [8:8]
        lib/vauth/digest.c [8:8]
        lib/vauth/digest.h [10:10]
        lib/vauth/digest_sspi.c [8:9]
        lib/vauth/krb5_gssapi.c [8:9]
        lib/vauth/ntlm.c [8:8]
        lib/vauth/ntlm.h [10:10]
        lib/vauth/ntlm_sspi.c [8:8]
        lib/vauth/oauth2.c [8:8]
        lib/vauth/spnego_gssapi.c [8:8]
        lib/vauth/spnego_sspi.c [8:8]
        lib/version.c [8:8]
        lib/vquic/curl_msh3.c [8:8]
        lib/vquic/curl_msh3.h [10:10]
        lib/vquic/curl_ngtcp2.c [8:8]
        lib/vquic/curl_ngtcp2.h [10:10]
        lib/vquic/curl_osslq.c [8:8]
        lib/vquic/curl_osslq.h [10:10]
        lib/vquic/curl_quiche.c [8:8]
        lib/vquic/curl_quiche.h [10:10]
        lib/vquic/vquic-tls.c [8:8]
        lib/vquic/vquic.c [8:8]
        lib/vquic/vquic.h [10:10]
        lib/vquic/vquic_int.h [10:10]
        lib/vssh/libssh2.c [8:8]
        lib/vssh/ssh.h [10:10]
        lib/vssh/wolfssh.c [8:8]
        lib/vtls/gtls.c [8:8]
        lib/vtls/gtls.h [10:10]
        lib/vtls/hostcheck.c [8:8]
        lib/vtls/hostcheck.h [10:10]
        lib/vtls/keylog.c [8:8]
        lib/vtls/keylog.h [10:10]
        lib/vtls/mbedtls.c [8:9]
        lib/vtls/mbedtls.h [10:11]
        lib/vtls/mbedtls_threadlock.c [8:9]
        lib/vtls/openssl.c [8:8]
        lib/vtls/openssl.h [10:10]
        lib/vtls/schannel.c [8:10]
        lib/vtls/schannel.h [10:11]
        lib/vtls/schannel_verify.c [8:10]
        lib/vtls/sectransp.c [8:9]
        lib/vtls/sectransp.h [10:11]
        lib/vtls/vtls.c [8:8]
        lib/vtls/vtls.h [10:10]
        lib/vtls/vtls_int.h [10:10]
        lib/vtls/wolfssl.c [8:8]
        lib/vtls/wolfssl.h [10:10]
        lib/vtls/x509asn1.c [8:8]
        lib/warnless.c [8:8]
        lib/warnless.h [10:10]
        lib/ws.c [8:8]
        lib/ws.h [10:10]
        src/slist_wc.c [8:8]
        src/slist_wc.h [10:10]
        src/terminal.c [8:8]
        src/terminal.h [10:10]
        src/tool_binmode.c [8:8]
        src/tool_binmode.h [10:10]
        src/tool_bname.c [8:8]
        src/tool_bname.h [10:10]
        src/tool_cb_dbg.c [8:8]
        src/tool_cb_dbg.h [10:10]
        src/tool_cb_hdr.c [8:8]
        src/tool_cb_hdr.h [10:10]
        src/tool_cb_prg.c [8:8]
        src/tool_cb_prg.h [10:10]
        src/tool_cb_rea.c [8:8]
        src/tool_cb_rea.h [10:10]
        src/tool_cb_see.c [8:8]
        src/tool_cb_see.h [10:10]
        src/tool_cb_soc.c [8:8]
        src/tool_cb_soc.h [10:10]
        src/tool_cb_wrt.c [8:8]
        src/tool_cb_wrt.h [10:10]
        src/tool_cfgable.c [8:8]
        src/tool_cfgable.h [10:10]
        src/tool_dirhie.c [8:8]
        src/tool_dirhie.h [10:10]
        src/tool_doswin.c [8:8]
        src/tool_doswin.h [10:10]
        src/tool_easysrc.c [8:8]
        src/tool_easysrc.h [10:10]
        src/tool_filetime.c [8:8]
        src/tool_filetime.h [10:10]
        src/tool_findfile.c [8:8]
        src/tool_findfile.h [10:10]
        src/tool_formparse.c [8:8]
        src/tool_formparse.h [10:10]
        src/tool_getparam.c [8:8]
        src/tool_getparam.h [10:10]
        src/tool_getpass.c [8:8]
        src/tool_getpass.h [10:10]
        src/tool_help.c [8:8]
        src/tool_help.h [10:10]
        src/tool_helpers.c [8:8]
        src/tool_helpers.h [10:10]
        src/tool_hugehelp.h [10:10]
        src/tool_ipfs.c [8:8]
        src/tool_ipfs.h [10:10]
        src/tool_libinfo.c [8:8]
        src/tool_libinfo.h [10:10]
        src/tool_listhelp.c [8:8]
        src/tool_main.c [8:8]
        src/tool_main.h [10:10]
        src/tool_msgs.c [8:8]
        src/tool_msgs.h [10:10]
        src/tool_operate.c [8:8]
        src/tool_operate.h [10:10]
        src/tool_operhlp.c [8:8]
        src/tool_operhlp.h [10:10]
        src/tool_paramhlp.c [8:8]
        src/tool_paramhlp.h [10:10]
        src/tool_parsecfg.c [8:8]
        src/tool_parsecfg.h [10:10]
        src/tool_progress.c [8:8]
        src/tool_progress.h [10:10]
        src/tool_sdecls.h [10:10]
        src/tool_setopt.c [8:8]
        src/tool_setopt.h [10:10]
        src/tool_setup.h [10:10]
        src/tool_sleep.c [8:8]
        src/tool_sleep.h [10:10]
        src/tool_stderr.c [8:8]
        src/tool_stderr.h [10:10]
        src/tool_strdup.c [8:8]
        src/tool_strdup.h [10:10]
        src/tool_urlglob.c [8:8]
        src/tool_urlglob.h [10:10]
        src/tool_util.c [8:8]
        src/tool_util.h [10:10]
        src/tool_version.h [10:10]
        src/tool_vms.c [8:8]
        src/tool_vms.h [10:10]
        src/tool_writeout.c [8:8]
        src/tool_writeout.h [10:10]
        src/tool_writeout_json.c [8:8]
        src/tool_writeout_json.h [10:10]
        src/tool_xattr.c [8:8]
        src/tool_xattr.h [10:10]
        src/var.c [8:8]
        src/var.h [10:10]

KEEP     COPYRIGHT_SERVICE_LABEL b15b936c2529a025aa6d0d99083bad3a
BELONGS ya.make
    License text:
         * Copyright (C) Linus Nielsen Feltzing, <linus@haxx.se>
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/conncache.c [8:9]
        lib/conncache.h [10:11]

KEEP     COPYRIGHT_SERVICE_LABEL c17c68d0f06e908f69598f582aaf7eed
BELONGS ya.make
    License text:
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
         * Copyright (C) Howard Chu, <hyc@highlandsun.com>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/curl_rtmp.c [8:9]
        lib/curl_rtmp.h [10:10]

KEEP     COPYRIGHT_SERVICE_LABEL da7062ef96ba112714cf88e2a57db302
BELONGS ya.make
    License text:
         * Copyright (C) Simon Josefsson, <simon@josefsson.org>, et al.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/vauth/gsasl.c [8:8]

KEEP     COPYRIGHT_SERVICE_LABEL ee06df2e508069fc8582790b94110a69
BELONGS ya.make
    License text:
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
         * Copyright (C) Björn Stenberg, <bjorn@haxx.se>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/mqtt.c [8:9]
        lib/mqtt.h [10:10]

KEEP     COPYRIGHT_SERVICE_LABEL f2299b14b67ba9c039302a3767d1a731
BELONGS ya.make
    License text:
        \#define urlchar_needs_escaping(c) (!(ISCNTRL(c) || ISSPACE(c) || ISGRAPH(c)))
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/urlapi.c [138:138]

KEEP     COPYRIGHT_SERVICE_LABEL f38404a02e69976b94505df0c691bed0
BELONGS bin/ya.make ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/md4.c [235:240]
        lib/md5.c [257:262]
    Belongs difference:
        + bin/ya.make

KEEP     COPYRIGHT_SERVICE_LABEL f66ad3516c5c308b68901e1a8c2dc0f4
BELONGS ya.make
    License text:
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
         * Copyright (C) Marc Hoersken, <info@marc-hoersken.de>
         * Copyright (C) Mark Salisbury, <mark.salisbury@hp.com>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/vtls/schannel.c [8:10]
        lib/vtls/schannel_verify.c [8:10]

KEEP     COPYRIGHT_SERVICE_LABEL f67c5520ba1720abe4d2c2a22a78616d
BELONGS ya.make
    License text:
         * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
         * Copyright (C) Nick Zitzmann, <nickzman@gmail.com>.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/vtls/sectransp.c [8:9]
        lib/vtls/sectransp.h [10:11]