Two questions:
1. In this wiki page about game distribution, it's said that LÖVE license requires that it be included in any further distribution, but I've seen some games made using LÖVE which replace the original LÖVE license in the Windows executable folder for another license the author wanted the game to have. Can I replace LÖVE license safely, or am I restricted to use the license.txt that comes with LÖVE Windows executable?
2. I've also seen some Windows game executable folders that do not include some dll's included in the original LÖVE distribution. I searched everywhere but I didn't find an explanation about which dll's I can rip off of my game and which dll's I should include.
In advance, thank you for the considerations!
Questions about game licensing and dll's
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
-
- Prole
- Posts: 2
- Joined: Sat May 24, 2014 3:22 pm
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Questions about game licensing and dll's
The license has this to say about it:PlannerEye wrote:Can I replace LÖVE license safely, or am I restricted to use the license.txt that comes with LÖVE Windows executable?
It's not a source distribution, so you'll be fine.zlib license wrote:This notice may not be removed or altered from any source distribution
I've seen a few people use unpackers and installers in the past, but all dlls distributed are necessary, and most cannot be compiled into the exe because of licensing issues. However, in older versions of love, at the expense of not being able to dynamically load lua libraries, the lua library itself was built into love. I suppose you could do that, but I'm not sure why you would (or should) worry about having a couple of dll files next to your executable, most applications have this, after all.PlannerEye wrote:I've also seen some Windows game executable folders that do not include some dll's included in the original LÖVE distribution. I searched everywhere but I didn't find an explanation about which dll's I can rip off of my game and which dll's I should include.
-
- Prole
- Posts: 2
- Joined: Sat May 24, 2014 3:22 pm
Re: Questions about game licensing and dll's
But one question remains on my head:
The GPL/LGPL licenses included below the zlib license in the license.txt file are from some libraries.
Can I remove those licenses too?
The GPL/LGPL licenses included below the zlib license in the license.txt file are from some libraries.
Can I remove those licenses too?
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Questions about game licensing and dll's
You're right, those need to stay.
Who is online
Users browsing this forum: Google [Bot] and 12 guests