NanoVNA icon indicating copy to clipboard operation
NanoVNA copied to clipboard

License?

Open frohro opened this issue 4 years ago • 4 comments

Hi, I don't find a license file here, or on your CentSDR page. Is this an oversight?
Thanks for your good work! 73, Rob KL7NA

frohro avatar Aug 15 '19 05:08 frohro

Hi, I did find the GPL in the file source code files for this project. It would be nice to have a LICENSE file in the repo though. There is still nothing in the CentSDR that I could find either. Maybe I should put that in the issues there, not here. Sorry for that. Thanks again, Rob

frohro avatar Aug 15 '19 06:08 frohro

FYI, Not having a license means that technically nobody has permissions to use the source for anything. The license is what actually explains how we can use the product. By not putting a license it is actually as exclusive as possible, we have to assume that you want nobody to use any of the code and even copying small pieces of code can cause major legal issues.

If you put any license we can know what we are allowed to do., If you want people to do mostly what they want but still credit you i like the MIT license. There are for more restrictive licenses, but right now i cant even look at the project code without opening my self up to liability.

the one piece of code that i am most concerned with is you Nanovna.py If that had a license that i could use i would be happy. i simply cant use it right now to automate things.

RavinMaddHatter avatar Jul 07 '20 15:07 RavinMaddHatter

Not any license, but the GPL, because parts of the code are already licensed under GPL-3.0. To be most compliant, scan the sourcecode, extract all copyrights and all licenses, check license compatibility and put your code under the correct license. Put also all license texts that require it (most of the permissive licenses) into a license file and put this in the root directory of your repo.

But to be honest there is a lot more license care in the code than in a lot of other projects...

If you need assistance drop me a line :-)

Regards, Thorsten

dl9sec avatar Jul 07 '20 16:07 dl9sec

If you want, you can put the files from Legal.zip (all ASCII texts) into the root directory of the repository. With those files (for v0.8.0), the project should be a bit more license compliant.

Regards, Thorsten

dl9sec avatar Jul 09 '20 05:07 dl9sec