-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Lines 8 to 19 in 2746d44
| 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.
Line 7 in 2746d44
| license = "MIT" |
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels