orlp / glidesort

A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.
1.57k stars 23 forks source link

Add license #11

Closed WeetHet closed 5 months ago

WeetHet commented 1 year ago

Add some kind of license, so editing your repository and using it become legal

orlp commented 1 year ago

The license is specified in Cargo.toml, it's MIT OR Apache-2.0.

WeetHet commented 1 year ago

Don't you mind adding those as files?