substanc3-dev / hlnonvr

Run FPS-style Non-VR mods on top of Source2
GNU General Public License v3.0
58 stars 4 forks source link

Conflicting license and message #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

In your code, at hlnonvr/src/dllmain.cpp you say the following at line 15:

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.

This is conflicting, because the GPL-3.0 license allows redistribution without such a restriction. Please clarify this.

substanc3-dev commented 4 years ago

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.