The project currently lists two licenses, but doesn't look like it can be distributed under either.
Specifically there's GPL3 (https://github.com/RJVB/afsctool/blob/master/License.txt) and BSL (https://github.com/RJVB/afsctool/blob/master/LICENSE_1_0.txt) but one of the files is just proprietary:
|
* This code is made available under No License At All |
Was the intention to place it in a public domain instead? There are licenses made for that purpose https://en.wikipedia.org/wiki/Public-domain-equivalent_license or you could explicitly say that the source is placed in public domain. Otherwise no license effectively makes the code proprietary and not free to use.
The project currently lists two licenses, but doesn't look like it can be distributed under either.
Specifically there's GPL3 (https://github.com/RJVB/afsctool/blob/master/License.txt) and BSL (https://github.com/RJVB/afsctool/blob/master/LICENSE_1_0.txt) but one of the files is just proprietary:
afsctool/src/ParallelProcess.cpp
Line 5 in be43744
Was the intention to place it in a public domain instead? There are licenses made for that purpose https://en.wikipedia.org/wiki/Public-domain-equivalent_license or you could explicitly say that the source is placed in public domain. Otherwise no license effectively makes the code proprietary and not free to use.