-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License? #2
Comments
TBH, I'm not sure. But, it's not clear for me how Also, it's a reinterpretation of |
The Apache license is basically the same spirit as MIT/zlib (but with some additional patent protection, which is probably reasonable for any Vulkan stuff), so it might make sense to aim for that. However, you are also right that if the libstrangle code base served was used as a basis for this, the virality of the GPL probably means that this has to be GPL as well. I’d probably personally go for GPL for now and maybe reach out to libstrangle’s author and ask for permission to (re)license VkGHL under Apache 2.0. Even if it may not be 100% necessary, the granting of such a permission would ensure using that license is both legally and morally right. :) |
Another option is to reimplement it as pure Vulkan layer and PR to |
I actually came here because |
I updated README, hope this will help with your issue. |
Is this supposed to be available under the same license as Vulkan Tools (Apache 2.0) or libstrangle (GPL 3.0)? Or something entirely different?
The text was updated successfully, but these errors were encountered: