LC Open Source Question

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
SirWobbyTheFirst
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 246
Joined: Tue Jun 30, 2009 11:15 pm

LC Open Source Question

Post by SirWobbyTheFirst » Sat Feb 09, 2013 7:40 pm

Hey guys, I've got a quick question, does the applications we would produce with the open source version of LiveCode have to be licensed under GPL or can we use an alternate license as long as the code is open source? Because I think being restricted to the GPL license may be out of the option for some developers, personally I'm partial to the license that Firefox uses where you can use the source code but keep your mitts off the name.

Cheers.

PS. Has anyone thought about setting up a sub-reddit for LC? I know a couple of people posted about LC in the /r/programming reddit and I think it might be a great way to spread LCs wings even further given the size of Reddit.

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: LC Open Source Question

Post by monte » Fri Feb 15, 2013 10:14 am

IANAL but section 5 c) of the GPL 3 states "You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy."

Re Reddit... you did! Build it and we will come ;-)
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10045
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: LC Open Source Question

Post by FourthWorld » Fri Feb 15, 2013 3:31 pm

mickpitkin92 wrote:Because I think being restricted to the GPL license may be out of the option for some developers, personally I'm partial to the license that Firefox uses where you can use the source code but keep your mitts off the name.
While the MPL differs from the GPL, many FOSS projects trademark the product's name to avoid confusion between the main code base and any forks which may be derived from it.

For example, Ubuntu has been forked maybe more than any other Linux distro, but they retain not only full rights to the name "Ubuntu", but also maintain the trademarks for some derivative forks like Kubuntu and Edubuntu, and ask the community to honor their tradition by avoiding any name which includes "*buntu" in it.

I support this practice as it serves its goal well, keeping the main code base distinct from forked variants in the minds of people coming to a software new who may not otherwise immediately know the difference.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

SirWobbyTheFirst
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 246
Joined: Tue Jun 30, 2009 11:15 pm

Re: LC Open Source Question

Post by SirWobbyTheFirst » Fri Feb 15, 2013 5:57 pm

FourthWorld wrote:
mickpitkin92 wrote:Because I think being restricted to the GPL license may be out of the option for some developers, personally I'm partial to the license that Firefox uses where you can use the source code but keep your mitts off the name.
While the MPL differs from the GPL, many FOSS projects trademark the product's name to avoid confusion between the main code base and any forks which may be derived from it.

For example, Ubuntu has been forked maybe more than any other Linux distro, but they retain not only full rights to the name "Ubuntu", but also maintain the trademarks for some derivative forks like Kubuntu and Edubuntu, and ask the community to honor their tradition by avoiding any name which includes "*buntu" in it.

I support this practice as it serves its goal well, keeping the main code base distinct from forked variants in the minds of people coming to a software new who may not otherwise immediately know the difference.
I'm glad you agree with me Richard. :) Thank you.

Post Reply