Printable Version of Topic

Click here to view this topic in its original format

RCBot Forums _ Source _ Verifying source code licensing

Posted by: nosoop Jul 29 2019, 01:22 PM

It looks like I'm obligated to make a second post.

It's been pointed out to me that the SVN has both https://sourceforge.net/p/rcbot2/code/HEAD/tree/utils/RCBot2/GPL.txt and GPLv2+ licenses (the latter being present in every code file), and the official github repository license file was changed from GPLv3 to AGPLv3 with https://github.com/rcbotCheeseh/rcbot2/commit/e4384afd98fe21ff984b7597c79d65e6aa701414.

As far as I can tell the GPLv2-only license file should be invalidated due to the other files that are GPLv2+ that were present in that same commit, so I'd just like to make sure that the project in its entirety is indeed supposed to be licensed as AGPLv3 now, if it's licensed under GPLv3 as the previous license was, or still GPLv2+.

My understanding is that all the source files created prior is still under GPLv2+ and https://www.gnu.org/licenses/license-list.html#AGPLv3.0, so the AGPL is only applied to the output of the whole, if anything (as no new code units are Affero-licensed).

Not a lawyer though; just a developer that hates being obligatorily concerned about licensing.

I don't have any problems with either license; just making sure if the change in license was properly acknowledged (since it looks like it snuck through a pull request).

Posted by: Cheeseh Jul 29 2019, 06:21 PM

QUOTE(nosoop @ Jul 29 2019, 02:22 PM) *


Not a lawyer though; just a developer that hates being obligatorily concerned about licensing.



me neither / me too

QUOTE(nosoop @ Jul 29 2019, 02:22 PM) *


I don't have any problems with either license; just making sure if the change in license was properly acknowledged (since it looks like it snuck through a pull request).



The change was approved by myself on the source code's move to GIT. I would use the GIT version now anyway as it is up to date. Particularly Robocop's version/fork.

Posted by: nosoop Jul 30 2019, 03:16 AM

QUOTE(Cheeseh @ Jul 29 2019, 11:21 AM) *
The change was approved by myself on the source code's move to GIT. I would use the GIT version now anyway as it is up to date. Particularly Robocop's version/fork.

Got it; thanks for the input.

https://github.com/nosoop/rcbot2; will see if there's any changes that I'd like to pull down.