-
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 issuesA-new-lintArea: new lintArea: new lintE-easyExperience: EasyExperience: EasyS-acceptedStatus: Issue or feature is accepted, and has a team member available to help mentor or reviewStatus: Issue or feature is accepted, and has a team member available to help mentor or review
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 issuesA-new-lintArea: new lintArea: new lintE-easyExperience: EasyExperience: EasyS-acceptedStatus: Issue or feature is accepted, and has a team member available to help mentor or reviewStatus: Issue or feature is accepted, and has a team member available to help mentor or review