appcelerator-developer-relations / movies

Appcelerator loves Movies! So we built this cross platform application to showcase just how good movies can look on a mobile app.
Other
64 stars 34 forks source link

Can Some Explain The License #22

Closed samueleastdev closed 5 years ago

samueleastdev commented 5 years ago

Hi All,

Can someone please explain the license for this app I see it is an example app to get started with Appcelerator and I was thinking about using it as a template for one of my projects but after reading the license I am not sure if this is a good idea and was wonder if someone could clarify that I could use this free of charge?

https://github.com/appcelerator/movies/blob/master/LICENSE

Does this section

"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

mean that if I built my project from this example app or used any of the code then the app would be 50% owned by Appcelerator just curious there is no point me using this if this is the case and I am happy to build my app from scratch but thought it was worth asking first would save me a tonne of time using this?

ewanharris commented 5 years ago

Hey @samueleastdev,

The license here exists specifically allow the kind of usage you're asking for. It allows you to fork this project and build on top of it without having to worry about us claiming the existing code under copyright. The only requirements are outlined in the license file, or a little simpler here. The TL;DR is:

I hope that helps, if you have any other questions feel free to ask away!

samueleastdev commented 5 years ago

Brilliant that should save me some thanks for the info ;)