microprofile-rust icon indicating copy to clipboard operation
microprofile-rust copied to clipboard

Cargo package missing src/microprofile/distorm/COPYING

Open MaulingMonkey opened this issue 5 years ago • 0 comments

https://github.com/jonasmr/microprofile-rust/blob/2746d44bbc40cbb32b9739e381590c21af025ebe/Cargo.toml#L8-L19

To comply with the terms of the license, "src/microprofile/distorm/COPYING", should probably be added to the include list.

https://github.com/jonasmr/microprofile-rust/blob/2746d44bbc40cbb32b9739e381590c21af025ebe/Cargo.toml#L7

This should perhaps be:

license = "MIT AND BSD-3-Clause AND Unlicense"

For microprofile-rust, distorm, and microprofile itself respectively, since their source code is included directly in the crate.

MaulingMonkey avatar Jan 09 '20 08:01 MaulingMonkey