The web2py license says the following: ### On Commercial Redistribution
In accordance with LGPL you may: - redistribute web2py with your apps (including official web2py binary versions) - release your applications which use official web2py libraries under any license you wish But you must: - make clear in the documentation that your application uses web2py - release any modification of the web2py libraries under the LGPLv3 license Keep in mind that open source licenses such as the LGPL that web2py uses don't generally restrict whether you can distribute applications commercially and charge customers for the applications. Rather, the license speaks to the rights the customer will then have once they have been given the application (and what exactly you have to give them, such as the source code). In the case of web2py, the framework itself must be distributed with an LGPL license, so your customer would have the rights granted under LGPL with regard to the framework. However, your application itself is considered separate from the framework, so you can distribute the application with whatever license you wish. The only requirement is as stated above -- if distributing your app with web2py, you must make clear in the license/documentation that it is using web2py. Also, note that the welcome app is in the public domain (no license), so you can modify it and distribute the modification with whatever license you wish (though you should check the licenses of the various included third party JS and CSS, such as jQuery and Bootstap to make sure you are in compliance). Massimo may have more to say. Anthony On Wednesday, February 19, 2014 11:17:28 AM UTC-5, Brando wrote: > > I'm new to licensing and I want to make sure I stay within license scope: > > Here's what I want to do: > > Distribute a stand-alone app that uses the built in rocket server and > sqlite db. > I plan on building the app so that there is no start-up dialog....just > launch the app and it opens the login page. > I don't plan on significantly editing source (maybe some default CSS or > something) > > Here's what I need to know: > > 1. What web2py branding is required within my app (if any). > 2. Are there any restrictions distributing this app commercially? > > > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

