Add author info, and relicense MIT OR Apache-2.0 #4
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.
Fixes #1
This builds on #3, as discussed in #1. See the commit message for details (c181602), including references to where permission to relicense was given, a summary of how the readme was edited, and rationale for how the readme was edited.
I don't think I can merge this myself. I have write access to other repositories in the GitoxideLabs organization, but not to this one.
There are two possible changes that it occurs to me could be made in this PR, which I did not do, but which I mention in case they are wanted:
license
lines could be added to the crates'Cargo.toml
files. (Currently, this would belicense = "MIT OR Apache-2.0"
.) I would regard this to be optional since there is no plan to publish the crates to a registry such as crates.io.