While looking at #309 I noticed that the declared license on libssh2-sys is completely incorrect, the Rust code may be licensed as Apache-2.0 OR MIT, but the C code that it is building and wrapping is definitely not. Right now we assume that the declared license is correct, but that's obviously not true, particularly in the -sys wrapper case.
While looking at #309 I noticed that the declared license on libssh2-sys is completely incorrect, the Rust code may be licensed as
Apache-2.0 OR MIT, but the C code that it is building and wrapping is definitely not. Right now we assume that the declared license is correct, but that's obviously not true, particularly in the -sys wrapper case.