smcameron / open-simplex-noise-in-c

Port of Kurt Spencer's java implementation of open simplex noise to C -- Note: This is NOT Ken Perlin's Simplex noise algorithm.
The Unlicense
139 stars 19 forks source link

Permission #6

Closed hickscorp closed 9 years ago

hickscorp commented 9 years ago

Hello,

I have made a small wrapper around your work, and would like to know if it's okay for me to put it on github: hickscorp/osimplex

Thanks.

smcameron commented 9 years ago

Of course it's fine. I put it in the public domain explicitly (see https://github.com/smcameron/open-simplex-noise-in-c/blob/master/LICENSE ) because the code it is based on was also in the public domain, so that seemed the respectful thing to do, and I can't really claim to be the "author" of this code, more like the "translator" -- I just translated some java code into C. So far as I know, It is not a requirement that you put your derivative work into the public domain -- since the code here is public domain, you can do anything you like with it, including putting it into proprietary closed source works, or putting a derivative work on github under another license or the same license. But I am not a lawyer, and this is not legal advice, consult a lawyer if you want such advice.

smcameron commented 9 years ago

Also, thanks for asking (it wasn't necessary to ask at all, but it is very considerate, so thanks.)