jwagner / simplex-noise.js

A fast simplex noise implementation in Javascript / Typescript.
MIT License
1.64k stars 131 forks source link

Licensing? #6

Closed mattdesl closed 10 years ago

mattdesl commented 10 years ago

Great library! Can you clear up licensing by adding that in the readme somewhere? We would love to use this for our projects.

jwagner commented 10 years ago

It's MIT as per header in the source: https://github.com/jwagner/simplex-noise.js/blob/master/simplex-noise.js I added a LICENSE file and section in the readme to make it more clear as suggested. Thanks!