tikv / jemallocator

Rust allocator using jemalloc as a backend
Other
332 stars 52 forks source link

Include license files in jemallocator and jemalloc-sys crates #43

Closed ankane closed 1 year ago

ankane commented 1 year ago

Hi, thanks for this project!

This copies the license files so they're included in the published crates (could also symlink, but noticed jemallocator-global copied them).

cp LICENSE-APACHE jemallocator
cp LICENSE-MIT jemallocator
cp LICENSE-APACHE jemalloc-sys
cp LICENSE-MIT jemalloc-sys 
BusyJay commented 1 year ago

Thanks for the contribution, please signoff your commit.

ankane commented 1 year ago

Thanks, done.

ankane commented 1 year ago

Thanks @BusyJay!