Closed ghost closed 4 years ago
In your code, at hlnonvr/src/dllmain.cpp you say the following at line 15:
hlnonvr/src/dllmain.cpp
const char* message = "Created by Jan4V, do not redistribute without prior permission.";
While also publishing the entire repository licensed under GPL-3.0 as specified in hlnonvr/LICENSE.
hlnonvr/LICENSE
This is conflicting, because the GPL-3.0 license allows redistribution without such a restriction. Please clarify this.
Apologies, that applied to v0.1, I relicensed it to GPLv3 for this release. I have corrected this in both the codebase and the release build.
In your code, at
hlnonvr/src/dllmain.cpp
you say the following at line 15:While also publishing the entire repository licensed under GPL-3.0 as specified in
hlnonvr/LICENSE
.This is conflicting, because the GPL-3.0 license allows redistribution without such a restriction. Please clarify this.