@@ -3,10 +3,9 @@ project:
3
3
id : " Cargo::lib:0.1.0"
4
4
definition_file_path : " <REPLACE_DEFINITION_FILE_PATH>"
5
5
declared_licenses :
6
- - " Apache-2.0"
7
- - " MIT"
6
+ - " MIT OR Apache-2.0"
8
7
declared_licenses_processed :
9
- spdx_expression : " Apache-2.0 AND MIT "
8
+ spdx_expression : " MIT OR Apache-2.0"
10
9
vcs :
11
10
type : " "
12
11
url : " "
@@ -128,10 +127,9 @@ packages:
128
127
id : " Cargo::autocfg:0.1.6"
129
128
purl :
" pkg:cargo/[email protected] "
130
129
declared_licenses :
131
- - " Apache-2.0"
132
- - " MIT"
130
+ - " Apache-2.0 OR MIT"
133
131
declared_licenses_processed :
134
- spdx_expression : " Apache-2.0 AND MIT"
132
+ spdx_expression : " Apache-2.0 OR MIT"
135
133
description : " Automatic cfg for Rust compiler features"
136
134
homepage_url : " "
137
135
binary_artifact :
@@ -159,10 +157,9 @@ packages:
159
157
id : " Cargo::bitflags:1.1.0"
160
158
purl :
" pkg:cargo/[email protected] "
161
159
declared_licenses :
162
- - " Apache-2.0"
163
- - " MIT"
160
+ - " MIT OR Apache-2.0"
164
161
declared_licenses_processed :
165
- spdx_expression : " Apache-2.0 AND MIT "
162
+ spdx_expression : " MIT OR Apache-2.0"
166
163
description : " A macro to generate structures which behave like bitflags.\n "
167
164
homepage_url : " "
168
165
binary_artifact :
@@ -190,10 +187,9 @@ packages:
190
187
id : " Cargo::cfg-if:0.1.9"
191
188
purl :
" pkg:cargo/[email protected] "
192
189
declared_licenses :
193
- - " Apache-2.0"
194
- - " MIT"
190
+ - " MIT OR Apache-2.0"
195
191
declared_licenses_processed :
196
- spdx_expression : " Apache-2.0 AND MIT "
192
+ spdx_expression : " MIT OR Apache-2.0"
197
193
description : " A macro to ergonomically define an item depending on a large number\
198
194
\ of #[cfg]\n parameters. Structured like an if-else chain, the first matching\
199
195
\ branch is the\n item that gets emitted.\n "
@@ -313,10 +309,9 @@ packages:
313
309
id : " Cargo::rand:0.6.5"
314
310
purl :
" pkg:cargo/[email protected] "
315
311
declared_licenses :
316
- - " Apache-2.0"
317
- - " MIT"
312
+ - " MIT OR Apache-2.0"
318
313
declared_licenses_processed :
319
- spdx_expression : " Apache-2.0 AND MIT "
314
+ spdx_expression : " MIT OR Apache-2.0"
320
315
description : " Random number generators and other randomness functionality.\n "
321
316
homepage_url : " "
322
317
binary_artifact :
@@ -344,10 +339,9 @@ packages:
344
339
id : " Cargo::rand_chacha:0.1.1"
345
340
purl :
" pkg:cargo/[email protected] "
346
341
declared_licenses :
347
- - " Apache-2.0"
348
- - " MIT"
342
+ - " MIT OR Apache-2.0"
349
343
declared_licenses_processed :
350
- spdx_expression : " Apache-2.0 AND MIT "
344
+ spdx_expression : " MIT OR Apache-2.0"
351
345
description : " ChaCha random number generator\n "
352
346
homepage_url : " "
353
347
binary_artifact :
@@ -375,10 +369,9 @@ packages:
375
369
id : " Cargo::rand_core:0.3.1"
376
370
purl :
" pkg:cargo/[email protected] "
377
371
declared_licenses :
378
- - " Apache-2.0"
379
- - " MIT"
372
+ - " MIT OR Apache-2.0"
380
373
declared_licenses_processed :
381
- spdx_expression : " Apache-2.0 AND MIT "
374
+ spdx_expression : " MIT OR Apache-2.0"
382
375
description : " Core random number generator traits and tools for implementation.\n "
383
376
homepage_url : " "
384
377
binary_artifact :
@@ -406,10 +399,9 @@ packages:
406
399
id : " Cargo::rand_core:0.4.2"
407
400
purl :
" pkg:cargo/[email protected] "
408
401
declared_licenses :
409
- - " Apache-2.0"
410
- - " MIT"
402
+ - " MIT OR Apache-2.0"
411
403
declared_licenses_processed :
412
- spdx_expression : " Apache-2.0 AND MIT "
404
+ spdx_expression : " MIT OR Apache-2.0"
413
405
description : " Core random number generator traits and tools for implementation.\n "
414
406
homepage_url : " "
415
407
binary_artifact :
@@ -437,10 +429,9 @@ packages:
437
429
id : " Cargo::rand_hc:0.1.0"
438
430
purl :
" pkg:cargo/[email protected] "
439
431
declared_licenses :
440
- - " Apache-2.0"
441
- - " MIT"
432
+ - " MIT OR Apache-2.0"
442
433
declared_licenses_processed :
443
- spdx_expression : " Apache-2.0 AND MIT "
434
+ spdx_expression : " MIT OR Apache-2.0"
444
435
description : " HC128 random number generator\n "
445
436
homepage_url : " "
446
437
binary_artifact :
@@ -468,10 +459,9 @@ packages:
468
459
id : " Cargo::rand_isaac:0.1.1"
469
460
purl :
" pkg:cargo/[email protected] "
470
461
declared_licenses :
471
- - " Apache-2.0"
472
- - " MIT"
462
+ - " MIT OR Apache-2.0"
473
463
declared_licenses_processed :
474
- spdx_expression : " Apache-2.0 AND MIT "
464
+ spdx_expression : " MIT OR Apache-2.0"
475
465
description : " ISAAC random number generator\n "
476
466
homepage_url : " "
477
467
binary_artifact :
@@ -529,10 +519,9 @@ packages:
529
519
id : " Cargo::rand_os:0.1.3"
530
520
purl :
" pkg:cargo/[email protected] "
531
521
declared_licenses :
532
- - " Apache-2.0"
533
- - " MIT"
522
+ - " MIT OR Apache-2.0"
534
523
declared_licenses_processed :
535
- spdx_expression : " Apache-2.0 AND MIT "
524
+ spdx_expression : " MIT OR Apache-2.0"
536
525
description : " OS backed Random Number Generator"
537
526
homepage_url : " "
538
527
binary_artifact :
@@ -560,10 +549,9 @@ packages:
560
549
id : " Cargo::rand_pcg:0.1.2"
561
550
purl :
" pkg:cargo/[email protected] "
562
551
declared_licenses :
563
- - " Apache-2.0"
564
- - " MIT"
552
+ - " MIT OR Apache-2.0"
565
553
declared_licenses_processed :
566
- spdx_expression : " Apache-2.0 AND MIT "
554
+ spdx_expression : " MIT OR Apache-2.0"
567
555
description : " Selected PCG random number generators\n "
568
556
homepage_url : " "
569
557
binary_artifact :
@@ -591,10 +579,9 @@ packages:
591
579
id : " Cargo::rand_xorshift:0.1.1"
592
580
purl :
" pkg:cargo/[email protected] "
593
581
declared_licenses :
594
- - " Apache-2.0"
595
- - " MIT"
582
+ - " MIT OR Apache-2.0"
596
583
declared_licenses_processed :
597
- spdx_expression : " Apache-2.0 AND MIT "
584
+ spdx_expression : " MIT OR Apache-2.0"
598
585
description : " Xorshift random number generator\n "
599
586
homepage_url : " "
600
587
binary_artifact :
@@ -684,10 +671,9 @@ packages:
684
671
id : " Cargo::winapi-i686-pc-windows-gnu:0.4.0"
685
672
purl :
" pkg:cargo/[email protected] "
686
673
declared_licenses :
687
- - " Apache-2.0"
688
- - " MIT"
674
+ - " MIT OR Apache-2.0"
689
675
declared_licenses_processed :
690
- spdx_expression : " Apache-2.0 AND MIT "
676
+ spdx_expression : " MIT OR Apache-2.0"
691
677
description : " Import libraries for the i686-pc-windows-gnu target. Please don't\
692
678
\ use this crate directly, depend on winapi instead."
693
679
homepage_url : " "
@@ -716,10 +702,9 @@ packages:
716
702
id : " Cargo::winapi-x86_64-pc-windows-gnu:0.4.0"
717
703
purl :
" pkg:cargo/[email protected] "
718
704
declared_licenses :
719
- - " Apache-2.0"
720
- - " MIT"
705
+ - " MIT OR Apache-2.0"
721
706
declared_licenses_processed :
722
- spdx_expression : " Apache-2.0 AND MIT "
707
+ spdx_expression : " MIT OR Apache-2.0"
723
708
description : " Import libraries for the x86_64-pc-windows-gnu target. Please don't\
724
709
\ use this crate directly, depend on winapi instead."
725
710
homepage_url : " "
@@ -748,10 +733,9 @@ packages:
748
733
id : " Cargo::winapi:0.3.8"
749
734
purl :
" pkg:cargo/[email protected] "
750
735
declared_licenses :
751
- - " Apache-2.0"
752
- - " MIT"
736
+ - " MIT OR Apache-2.0"
753
737
declared_licenses_processed :
754
- spdx_expression : " Apache-2.0 AND MIT "
738
+ spdx_expression : " MIT OR Apache-2.0"
755
739
description : " Raw FFI bindings for all of Windows API."
756
740
homepage_url : " "
757
741
binary_artifact :
0 commit comments