Closed SARDONYX-sard closed 3 months ago
GPL tainted because rhexdump crate was GPL.
rhexdump
Next, license check and dependency check by cargo-deny are performed to remove GPL crates.
cargo-deny
The last commit eliminates all GPL dependencies.
But since the git object contains the GPL, we rewrite the history completely after eliminating the GPL code at the end of this, just in case.
Fix dependencies, license(GPL violation) & remove GPL crate
GPL tainted because
rhexdump
crate was GPL.Next, license check and dependency check by
cargo-deny
are performed to remove GPL crates.The last commit eliminates all GPL dependencies.
But since the git object contains the GPL, we rewrite the history completely after eliminating the GPL code at the end of this, just in case.