RustAudio / dasp

The fundamentals for Digital Audio Signal Processing. Formerly `sample`.
Other
884 stars 64 forks source link

Publish crate with license files #187

Open afq984 opened 1 day ago

afq984 commented 1 day ago

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!

est31 commented 1 day ago

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.

afq984 commented 1 day ago

I just did a quick test and symlinking from ../LICENSE-APACHE and ../LICENSE-MIT does work