diff --git a/content/concepts/coreutils-replacement.md b/content/concepts/coreutils-replacement.md index 6e671eb35fc20e0c724a20b5bf922a09b61622bc..fa339da2fdd85dee5ee9333cf1582c552f955afd 100644 --- a/content/concepts/coreutils-replacement.md +++ b/content/concepts/coreutils-replacement.md @@ -220,61 +220,61 @@ The following list shows the dependencies as reported by `cargo` | Package | License | |---------------------|----------------------| |ansi_term | MIT | -|arrayvec | MIT/Apache-2.0 | -|autocfg | Apache-2.0/MIT | -|backtrace-sys | MIT/Apache-2.0 | -|bitflags | MIT/Apache-2.0 | -|bit-set | MIT/Apache-2.0 | -|bit-vec | MIT/Apache-2.0 | +|arrayvec | MIT OR Apache-2.0 | +|autocfg | MIT OR Apache-2.0 | +|backtrace-sys | MIT OR Apache-2.0 | +|bitflags | MIT OR Apache-2.0 | +|bit-set | MIT OR Apache-2.0 | +|bit-vec | MIT OR Apache-2.0 | |blake2-rfc | MIT OR Apache-2.0 | |byteorder | Unlicense OR MIT | -|cfg-if | MIT/Apache-2.0 | -|chrono | MIT/Apache-2.0 | +|cfg-if | MIT OR Apache-2.0 | +|chrono | MIT OR Apache-2.0 | |constant_time_eq | CC0-1.0 | |data-encoding | MIT | |dunce | CC0-1.0 | -|either | MIT/Apache-2.0 | +|either | MIT OR Apache-2.0 | |failure | MIT OR Apache-2.0 | -|fake-simd | MIT/Apache-2.0 | -|fnv | Apache-2.0 / MIT | +|fake-simd | MIT OR Apache-2.0 | +|fnv | MIT OR Apache-2.0 | |fs_extra | MIT | -|glob | MIT/Apache-2.0 | -|half | MIT/Apache-2.0 | +|glob | MIT OR Apache-2.0 | +|half | MIT OR Apache-2.0 | |hex | MIT OR Apache-2.0 | |ioctl-sys | MIT OR Apache-2.0 | -|isatty | MIT/Apache-2.0 | -|maybe-uninit | Apache-2.0 OR MIT | -|md5 | Apache-2.0/MIT | +|isatty | MIT OR Apache-2.0 | +|maybe-uninit | MIT OR Apache-2.0 | +|md5 | MIT OR Apache-2.0 | |num-integer | MIT OR Apache-2.0 | |onig | MIT | |onig_sys | MIT | -|pkg-config | MIT/Apache-2.0 | +|pkg-config | MIT OR Apache-2.0 | |platform-info | MIT | -|ppv-lite86 | MIT/Apache-2.0 | +|ppv-lite86 | MIT OR Apache-2.0 | |rand_chacha | MIT OR Apache-2.0 | |rand_pcg | MIT OR Apache-2.0 | |rust-ini | MIT | -|semver | MIT/Apache-2.0 | -|semver-parser | MIT/Apache-2.0 | +|semver | MIT OR Apache-2.0 | +|semver-parser | MIT OR Apache-2.0 | |sha1 | BSD-3-Clause | -|sha2 | MIT/Apache-2.0 | -|sha3 | MIT/Apache-2.0 | -|smallvec | MIT/Apache-2.0 | +|sha2 | MIT OR Apache-2.0 | +|sha3 | MIT OR Apache-2.0 | +|smallvec | MIT OR Apache-2.0 | |strsim | MIT | |syn | MIT OR Apache-2.0 | -|synom | MIT/Apache-2.0 | +|synom | MIT OR Apache-2.0 | |synstructure | MIT | |tempfile | MIT OR Apache-2.0 | |term_grid | MIT | |termsize | MIT | -|term_size | MIT/Apache-2.0 | -|thread_local | Apache-2.0/MIT | -|typenum | MIT/Apache-2.0 | -|unix_socket | MIT/Apache-2.0 | -|vec_map | MIT/Apache-2.0 | -|wild | Apache-2.0 OR MIT | -|winapi-util | Unlicense/MIT | -|xattr | MIT/Apache-2.0 | +|term_size | MIT OR Apache-2.0 | +|thread_local | MIT OR Apache-2.0 | +|typenum | MIT OR Apache-2.0 | +|unix_socket | MIT OR Apache-2.0 | +|vec_map | MIT OR Apache-2.0 | +|wild | MIT OR Apache-2.0 | +|winapi-util | Unlicense OR MIT | +|xattr | MIT OR Apache-2.0 | # Testing In order to confirm the missing features/commands in the `uutils-coreutils` which are required by Apertis a testing needs to be performed. The steps proposed are: