stratboy Posted October 15, 2015 Share Posted October 15, 2015 (edited) Hi, I want to build a commercial module to sell from your addons marketplace. It will feature a slideshow such as flexslider and the like. Also it will use jquery, probably backbone/underscore and other pieces of utility software both for frontend and backend. There are really no reasons for reinventing the wheel. But many of them are under GNUv2 licence: is there any problem in using them on the module? Thank you, regards Edited October 15, 2015 by stratboy (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted October 16, 2015 Share Posted October 16, 2015 There is not really. jquery is included with PrestaShop. I personally would not use backbone or another library just because it would add unneeded weight to only be used for a slider. Link to comment Share on other sites More sharing options...
stratboy Posted October 16, 2015 Author Share Posted October 16, 2015 Yes I know jquery is already there, but what about things like flexslider and the like (all GNU2)? About backbone: yes you're right but I'm going to use it only for backoffice since my module has a quite articulated ajax UI. Don't worry, I'm a developer- And anyway: it is known to be the lightest one of its category. I can assure that the module's backoffice page will be lightning fast. Thank you, regards! Link to comment Share on other sites More sharing options...
innovacy Posted October 18, 2015 Share Posted October 18, 2015 Hello stratboy, first, I assume you mean the GPL v2 license (there is no GNU v2). The license allows commercial usage if not restricted by additional licensing rules of the creator. However, if you use specific software with a specific license like it you have to consider, that some oppose restrictions that your software must be of the same license too then. That is why the LGPL license was made, so that restriction is lifted for the software using it. You should really check the GNU website before deciding what software to use, especially the FAQ, which btw answers also your questions about commercial usage. http://www.gnu.org/licenses/gpl-faq.html Have also a look at this article: http://programmers.stackexchange.com/questions/47032/can-i-use-gpl-software-in-a-commercial-application Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now