Some licensing-related housekeeping #54
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replace deprecated
LGPL-3.0
SPDX identifier with [LGPL-3.0-or-later
](https://spdx.org/licenses/LGPL-3.0-or-later].Using
LGPL-3.0-or-later
instead ofLGPL-3.0-only
is based on the “any later version” language in the source-file headers, e.g.priority-queue/src/lib.rs
Lines 5 to 9 in efe31e8
although I note that in #23, contributors were asked about “LGPL 3” but not about later versions. If you believe this should be
LGPL-3.0-only
, let me know and I’ll revise the PR.Add
MPL-2.0
“Exhibit A” text to source file headers, option “(a)” from #48.Fix a minor typo in license/copyright headers throughout the project, which said “at your opinion” rather than “at your option.”
Copy the standard license/copyright comment from the other files to
test-nostd/src/lib.rs
.@garro95 @ijackson