Jump to content

Recommended Posts

Maybe it is just that it is late or what not but i just don't understand this license.  I am looking to use php mailer as my email class in my web API.  Now this mailer class uses this license.  I want to release my API under the MIT license so that people can use it for free or commercial product.  I am also going to use this API to develop my web application which i plan on selling for a small fee.  Will this license let me do what i want to here?  I basically want to know if i can use this class in a commercial product without any trouble.

Link to comment
https://forums.phpfreaks.com/topic/67617-gnu-lesser-general-public-license/
Share on other sites

GPL = If you change it or use it and distribute it, you have to give back your code as GPL.

LGPL = Closer to less restrictive licenses like BSD. You can link to the code for non-GPL code.

BSD/MIT = The code is basicly free game.

 

That's at least my understanding of it.

 

You should be fine with referencing that class with software under any license. Just provide source code if you have to make changes to the class itself.

  • 2 weeks later...

well from what i read is:

 

"If there are no modifications to the GPL-licensed program, and it is not embedded within a proprietary program, the terms of the GPL simply don't apply to the licensee's software."

 

I want to create a wrapper class the uses phpmailer and this wrapper class is going to be used throughout the program.  I don't want to change the phpmailer class but the class is going to be embedded in my software(i take embedded and included in my sotware) so doesn't that mean i would have to release my software as GPL?

Since phpmailer is released under the LGPL, you can release any application which uses phpmailer under a different license. However, if you modify phpmailer, you can't release your modified phpmailer under a license other than the LGPL or the GPL.

What that sound fine, the only thing i am changing is the class name form PHPMailer to phpmailer to work with my API I am building with it.  I plan on releasing this API under the LGPL license anyways and then using my API with development my commercial web applications.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.