Source-less MIT license? - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Off Topic (https://forum.cuberite.org/forum-9.html) +--- Forum: Off Topic Discussion (https://forum.cuberite.org/forum-10.html) +--- Thread: Source-less MIT license? (/thread-1812.html) Pages:
1
2
|
Source-less MIT license? - xoft - 03-01-2015 I just came across a piece of software that claims that it uses MIT license, but at the same time the source code is explicitly not provided ("developers only"). This got me thinking - is it even possible? The MIT license is very simple: Quote:Copyright © <year> <copyright holders> I'm not a lawyer, but I don't see any requirement for the source code availability, so it seems it is indeed possible to release binaries under MIT while keeping the source closed. Wow. RE: Source-less MIT license? - NiLSPACE - 03-01-2015 After a quick google search I haven't found anyone who claims you can't have a closed source with a MIT license, so I guess it's probably true. RE: Source-less MIT license? - DiamondToaster - 03-01-2015 That's weird. I guess you could do what ever you want with the binaries(?) and omit the source code. Not very developer friendly. RE: Source-less MIT license? - xoft - 03-01-2015 Direct your anger at Reticle developers, then: http://reticle.mc-atlantida.eu/ mail (at) mc-atlantida [dot] eu I've already changed their entry in the wiki.vg client list: http://wiki.vg/Client_List RE: Source-less MIT license? - worktycho - 03-01-2015 Well, it would be legal for someone to redistribute the binary without the source so why not distribute it without the source? This is why the GPL is so complicated, avoiding loopholes like this. RE: Source-less MIT license? - bearbin - 03-01-2015 I believe it is allowed for them to not distribute the source code, but if you can get hold of it you're allowed to do whatever as long as you follow the license. Of course, IANAL so you should probably look into it yourself. RE: Source-less MIT license? - sphinxc0re - 03-01-2015 Why are we using the Apache license again? RE: Source-less MIT license? - bearbin - 03-02-2015 Because that's what FakeTruth chose when he put a license on the project, if I remember right. RE: Source-less MIT license? - sphinxc0re - 03-02-2015 That wasn't my question. Why didn't he choose GPL or something more common? What is so special about Apache, that he did choose it? RE: Source-less MIT license? - FakeTruth - 03-03-2015 I knew nothing about licenses, I picked one blindly |