I noticed that "html2pdf" is released as GPL software. I was wondering, this does mean every user has to to release their entire PHP application as GPL to use it? Or hasn't this been the intention of the author?
Thanks in advice
vdboor (./1) :
I noticed that "html2pdf" is released as GPL software. I was wondering, this does mean every user has to to release their entire PHP application as GPL to use it?
Spipu (./2) :
"html2pdf" is released as GPL software beceause it is based on "fpdf" who is under GPL.
FPDF is released under a permissive license: there is no usage restriction. You may embed it freely in your application (commercial or not), with or without modifications.
Kevin Kofler (./3) :
Only if the application itself is released, not if it's just run on a server. (...) That said, if you do release your PHP application as such, my understanding is that you do have to do so under the terms of the GPL, as is it linked to the GPLed FPDF and HTML2PDF code.
(Disclaimer: I am not a lawyer. This is not legal advice.)