Skip to content

missing MPL-2.0 license texts in most crates from this project #317

Description

@decathorpe

It looks like most subprojects here are MPL-2.0 licensed, but the repository doesn't include a copy of the MPL-2.0 license text. One of the terms of this license is that redistributed sources contain a copy of the license text, so any crates published from this repository currently don't fulfil this requirement.

Note that there are some crates (servo_arc, malloc_size_of) that are Apache-2.0 / MIT, and they actually do contain license texts for these two licenses, but all other workspace members are missing a LICENSE text. Adding it once at the repository root and referencing it with symbolic links in published workspace members should be enough for "cargo publish" to include the file when publishing.

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