kornelski / imgref

A trivial Rust struct for interchange of pixel buffers with width, height & stride
https://lib.rs/crates/imgref
Apache License 2.0
59 stars 6 forks source link

add license text for Apache-2.0 #25

Closed decathorpe closed 3 weeks ago

decathorpe commented 3 weeks ago

One of the terms of the Apache-2.0 license is that redistributed sources contain a copy of the original license text.

This PR adds the standard license text for Apache-2.0, and renames the CC0-1.0 license text from LICENSE to LICENSE-CC0, in an attempt to follow the standard pattern of using LICENSE-<IDENT> file names in Rust crates.

kornelski commented 3 weeks ago

Thanks

decathorpe commented 3 weeks ago

Thank you for the quick merge!