Which software license for apps?

Discussions about Z-Way software and Z-Wave technology in general
Locked
pah111kg
Posts: 25
Joined: 02 Sep 2016 18:49

Which software license for apps?

Post by pah111kg »

Hi,

I developed an App for Z-Way, but I have not found any information about the software license of the Z-Way software (https://github.com/Z-Wave-Me/home-automation/).

I would publish the app on Github and in the App Store.

Which software license can I choose that compatibility is ensured? Some apps are available under the GNU General Public License (for example: https://github.com/maros/Zway-ConditionSwitch). Is licensing with Apache Software License Version 2.0 also possible?

Thanks!
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Which software license for apps?

Post by pz1 »

I did follow Maros Kollar's example and did choose GNU GPL for the apps I contributed, because I think it is less confusing for users.

Would be good if the ZWay developers/owners said something about this, because we are building these apps on top of a substantial bit of their intellectual property...
Since 29-12-2016 I am no longer a moderator for this forum
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: Which software license for apps?

Post by PoltoS »

We were to lazy to publish it (few hears in our TODO). We promize to do it soon. Full Home Automation engine (JS code), Smart Home UI and Expert UI are under GNU GPL v3. We suggest to use same license.

Backend binary code is copyrighted except for libraries distributed under LGPL or BSD.
pah111kg
Posts: 25
Joined: 02 Sep 2016 18:49

Re: Which software license for apps?

Post by pah111kg »

Thanks PoltoS, I now use GNU GPL v3.
Locked