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.
LC Open Source Question
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 246
- Joined: Tue Jun 30, 2009 11:15 pm
Re: LC Open Source Question
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
Re Reddit... you did! Build it and we will come

LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/
-
- VIP Livecode Opensource Backer
- Posts: 10045
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: LC Open Source Question
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.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.
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
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- VIP Livecode Opensource Backer
- Posts: 246
- Joined: Tue Jun 30, 2009 11:15 pm
Re: LC Open Source Question
I'm glad you agree with me Richard.FourthWorld wrote: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.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.
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.
