I’m currently reading through this book Beginning Android Games by Mario Zechner and he has provided many base framework classes for games in his book. He also states that the source code is licensed under the GPL version 3. What does this mean for me if I wish to develop and release a game using his provided framework classes?
Thank you.
I’m no lawyer, but I have had to deal with GPL licensing before. Basically, it means if you use any of the code, you have to distribute the derivative work under the same license terms.
Side note: You ARE allowed to charge a fee for the software, even though you have to release the source code.