Nadrin / PBR

An implementation of physically based shading & image based lighting in D3D11, D3D12, Vulkan, and OpenGL 4.

Home Page:https://www.siejak.pl/projects/pbr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing license (file)

souljedi opened this issue · comments

First of all thank you for sharing your implementation on Github! For other's to contribute and also to use your implementation, it would be great if you could add a license. I know that beggars can't be choosers, but a permissive license would be most welcome.

https://help.github.com/en/articles/adding-a-license-to-a-repository

Hey.

License is included in COPYING.txt file in the root of the repository. It's MIT.

Cheers!

image

Thanks alot! And sorry that i missed it. I was somehow narrow-minded searching for a LICENSE.md file and the README.md had no mentioning of a license either.

It makes sense to have link to license file in Readme. It's more discoverable. I might create PR if I have time. Thanks!