ApexGameTools / Apex-Game-Tools

GNU Lesser General Public License v3.0
189 stars 73 forks source link

Question about licence #1

Closed MihailTrajkovski closed 5 years ago

MihailTrajkovski commented 5 years ago

Hello,

So I am interested in what Apex Utility AI offers but I've got an licensing issue. Basically LGPL licence is a total mystery to me, mainly because as I've read about it it mentions wrappers dinamically linked stuff etc which I don't really understand honestly. So basically: What would I need to put in the final release of my game? What would I need to do in order to not release the source of my game(if I download it from the asset store)?

Thank you for your answer in advance.

Geminior commented 5 years ago

Hi,

The only thing you are not allowed to do is to package and resell Apex AI or directly derivative work. If you make changes to Apex AI you must make those changes available for others to use as well, e.g. by creating a fork or contributing to someone else's fork.

There are no restrictions on using Apex AI in a game. You are not required to publish your game's source code. The whole reason we made it open source was to allow game devs to use it and at the same time enable them to share any improvements they might make to the original.

I hope that answers your question.

Best Regards Thomas Scheelhardt

On Sat, Jun 15, 2019 at 5:13 PM MihailTrajkovski notifications@github.com wrote:

Hello,

So I am interested in what Apex Utility AI offers but I've got an licensing issue. Basically LGPL licence is a total mystery to me, mainly because as I've read about it it mentions wrappers dinamically linked stuff etc which I don't really understand honestly. So basically: What would I need to put in the final release of my game? What would I need to do in order to not release the source of my game(if I download it from the asset store)?

Thank you for your answer in advance.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ApexGameTools/Apex-Game-Tools/issues/1?email_source=notifications&email_token=AAJC5LE66TRZCFVBMGJAUBDP2UBKZA5CNFSM4HYPHHWKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZWLJFQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJC5LEXQAYQXXHLSCXRQALP2UBKZANCNFSM4HYPHHWA .

MihailTrajkovski commented 5 years ago

That's great, thank you for your quick answer. Licenses are always tricky(for me at least) so better to ask than to be sorry.