Publish crate with license files
Hi, I would like to import the dasp_sample crate for use in AOSP and AOSP importer checks for license files that are bundled along with the crate that was downloaded from crates.io.
I manually inspected https://crates.io/api/v1/crates/dasp_sample/0.11.0/download and it indeed does not contain the LICENSE-MIT and LICENSE-APACHE files.
Could a new release be made to include the license text? Thank you!
cc @mitchmindtree on this, as they authored most of the code.
In general, the license files are already present in the git repo, they are just not in the particular crate folders. We'd need to copy them over I guess.
I just did a quick test and symlinking from ../LICENSE-APACHE and ../LICENSE-MIT does work
#188 is merged now, now only a release is missing.
Hi, just checking again if a new release can be published, thanks!