Skip to content

Cargo package missing src/microprofile/distorm/COPYING #1

@MaulingMonkey

Description

@MaulingMonkey

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.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions