Re: Can I charge people to use a website that uses MySQL? (GPL) On May 10, 6:01 pm, lister <listerofsme...@hotmail.com> wrote:
> Hi,
>
> I am in the middle of writing a site that uses MySQL and PHP. I plan
> on charging people for using the services offered by the site.
>
> I am a little unclear as to how the GPL licensing that MySQL uses
> relates to this? PHP presumably links to the MySQL libraries, but I am
> not selling the PHP software I have written itself, but rather the
> output it produces (ie the web site).
As Paul writes, this is fine: The GPL permits you to use the software
for any purpose, including making a profit by it.
(Conditions apply to redistribution of GPL'd software itself, for
example as a product, but even then you may also charge money for it,
as long as the source code is available as prescribed, and any
modifications ar additions you have made are available under the same
terms.) |