Page 1 of 1

GPL

PostPosted: Sat Mar 31, 2012 13:25
by bgsmithjr
Means I can distribute the software freely as long as its not commercial or for profit, right?
Here is minetest build 03262012 with sound for windows.
http://www.filedropper.com/minetest-04dev-20120326-win32

PostPosted: Sat Mar 31, 2012 13:49
by SelfishCar
Huh... What kind of sound?

PostPosted: Sat Mar 31, 2012 13:53
by SelfishCar
BTW.
OpenAl32.dll doesn't exist in the directory... :(

PostPosted: Sat Mar 31, 2012 13:55
by sfan5

PostPosted: Sat Mar 31, 2012 13:56
by Jordach
Installing the program worked for me, Minetest will also search C:/WINDOWS/System32 (OpenAl.dll can go there and it works.)

PostPosted: Sat Mar 31, 2012 15:12
by SelfishCar
OK...
Weird that I haven't got OpenAl on my PC! Huh! :/

PostPosted: Sat Mar 31, 2012 15:14
by Death Dealer
bgsmithjr wrote:Means I can distribute the software freely as long as its not commercial or for profit, right?
Here is minetest build 03262012 with sound for windows.
http://www.filedropper.com/minetest-04dev-20120326-win32

Thank so much dude. I was contemplating learning to compile: / +1

PostPosted: Sat Mar 31, 2012 15:19
by bgsmithjr
Your welcome

PostPosted: Sat Mar 31, 2012 15:50
by RabbiBob
Wow. Thank you.

PostPosted: Sat Mar 31, 2012 15:58
by jn
bgsmithjr wrote:Means I can distribute the software freely as long as its not commercial or for profit, right?
Here is minetest build 03262012 with sound for windows.
http://www.filedropper.com/minetest-04dev-20120326-win32

You may use a GPL-liensed program for any purpose, also to make money, but if you distribute binaries you have to make sure the respective source code is available.
The textures and sound files are licensed differently. as CC-BY-SA.

PostPosted: Sat Mar 31, 2012 18:07
by neko259
You may use a GPL-liensed program for any purpose, also to make money, but if you distribute binaries you have to make sure the respective source code is available.

And you should distribute source code of the derivative works too.

PostPosted: Sat Mar 31, 2012 18:34
by bgsmithjr
If I remember correctly, I only have to tell you where to find the source-code
https://github.com/celeron55/minetest <-- Here

PostPosted: Mon Apr 02, 2012 13:02
by celeron55
bgsmithjr wrote:If I remember correctly, I only have to tell you where to find the source-code
https://github.com/celeron55/minetest <-- Here

Not exactly. Essentially it must be *you* who provides the source code; you can't rely on a third party without additional agreements. For example, I could remove my github repo and then you would be violating GPL. But for this case, whatever.

PostPosted: Mon Apr 02, 2012 16:41
by bgsmithjr
6. Conveying Non-Source Forms.

You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:

a) Convey the object code in, !! or embodied in, a physical product (including a physical distribution medium)!!, accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
This is from GPLv3
!! That means, I don't have to provide the object code because it is embodied in the physical product?

Embodied and physical product aren't defined, and minetest using GPLv2, right?


Here is my section
c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
Celeron's readme provides links to the source, and that is his offers for the software which he wrote. All his licenses and readme's included with the binaries, should be well enough.