|
include = [ |
|
"**/*.rs", |
|
"Cargo.toml", |
|
"src/microprofile/microprofile.cpp", |
|
"src/microprofile/microprofile.h", |
|
"src/microprofile/microprofile_html.h", |
|
"src/microprofile/patch_osx.s", |
|
"src/microprofile/patch_win32.asm", |
|
"src/microprofile/distorm/src/*.h", |
|
"src/microprofile/distorm/src/*.c", |
|
"src/microprofile/distorm/include/*.h", |
|
] |
To comply with the terms of the license, "src/microprofile/distorm/COPYING", should probably be added to the include list.
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.
microprofile-rust/Cargo.toml
Lines 8 to 19 in 2746d44
To comply with the terms of the license, "src/microprofile/distorm/COPYING", should probably be added to the include list.
microprofile-rust/Cargo.toml
Line 7 in 2746d44
This should perhaps be:
For microprofile-rust, distorm, and microprofile itself respectively, since their source code is included directly in the crate.