Skip to content

Engage in the IP Due Diligence Process #55

Description

@waynebeaton

I did a quick test with the Eclipse Dash License Tool on Cargo dependencies in this repository and discovered some party libraries that may require vetting via the Eclipse IP Due Diligence Process.

$ cargo tree -e normal --prefix none --no-dedupe | sort -u \
| grep -v '^[[:space:]]*$' | grep -v "/dataplane" | grep -v "/example-common" \
| sed -E 's|([^ ]+) v([^ ]+).*|crate/cratesio/-/\1/\2|' \
| java -jar /gitroot/dash-licenses/shaded/target/org.eclipse.dash.licenses-1.1.1-SNAPSHOT.jar - -batch 50

Please make sure that you engage in the IP Due Diligence Process for all project dependencies.

The tool can be used to automatically generate requests for the IP Team to review this content.

Let me or the EMO Team know if you require assistance.

/cc @mtdelgadoa @CarmenDelgadoEclipse @rahulmohang

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions