On Tue, Nov 2, 2021 at 9:06 PM Tomasz Torcz <tomek@pipebreaker.pl> wrote:
On Tue, Nov 02, 2021 at 03:26:52PM -0400, Ben Beasley wrote:
> The License field of wlcs has been corrected from “GPLv2 or GPLv3” to
> “GPLv3”.

 https://github.com/MirServer/wlcs (is this the right repo?) contains
 both COPYING.GPL2 and COPYING.GPL3.  How did you determine correct
 license?


I am guessing based on the actual license listed in the source files. Looking through some of them (such as https://github.com/MirServer/wlcs/blob/master/src/primary_selection.cpp), some only list GPLv3 while others list GPLv3 or GPLv2 - so the files that are only licensed under GPLv3 means it should be GPLv3 only.

-Ian