MichaelTJones / pcg

Go implementation of Melissa O'Neill's excellent PCG pseudorandom number generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

thomas-holmes opened this issue · comments

Can you please add a license to your repository? I need to fork it to make the RNGs serializable and I cannot do so legally unless it has been licensed under something that allows this modification.

Appreciate it!

A permissive license would be ideal, but I'm not entirely certain how exactly licensing works when you've essentially re-implemented (probably while referring to the code) other another copyrighted work.

The original PCG implementation http://www.pcg-random.org/ is Apache licensed so I imagine that is probably a safe choice.

Thanks! The convention is to add a file named LICENSE, which I think the github interface can help with that, but it's a bit awkward on a pre-existing repo.

https://github.com/thomas-holmes/gterm/community/license/new?branch=master&template=apache-2.0

Haha. Thanks for addressing it so promptly and thank you for the clean pure go implementation. It's been quite useful to me :)

Have a good one!

About to incorporate this into one of our libraries, thanks for making this available! This issue can probably be closed now :)