-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
A-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationA-manifestArea: Cargo.toml issuesArea: Cargo.toml issuesS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.
Description
According to the current SPDX spec, dual-licensing should be done as: (Apache-2.0 OR MIT)
(and there's also AND
, +
and WITH
), but our manifest format says one should simply separate licences with /
without being 100% clear on whether that means an "AND" or "OR".
This just seems to be an unnecessary inconsistency with the SPDX spec. Can we change the doc to encourage dual-licensing using the (x OR y)
syntax instead?
simnalamburt, codyps, sanmai-NL, lukehsiao, cgwalters and 2 more
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationA-manifestArea: Cargo.toml issuesArea: Cargo.toml issuesS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.