joshaven / string_score

JavaScript string ranking 0 for no match upto 1 for perfect... "String".score("str"); //=> 0.825
MIT License
839 stars 62 forks source link

Add LICENSE to repository #25

Closed chrisdias closed 8 years ago

chrisdias commented 8 years ago

Hi! I see that the readme links to the standard MIT License, but would it be possible to include a LICENSE file in the repository itself with the MIT license text and copyright statement in it?

This practice makes it much easier for us to use the code and attribute it properly in our product.

Thanks!

joshaven commented 8 years ago

I added the MIT License to the repo but didn't release another tagged version. Does this make things easy enough for you? Also, out of interest I would be happy to hear how you are able to put this code to use.

chrisdias commented 8 years ago

This is awesome, thank you! We're using this is in VS Code to provide fuzzy search in our Command Palette.