LGPL License

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bbergeson
Posts: 3
Joined: Fri Apr 01, 2016 6:01 pm
antibot: No, of course not.

LGPL License

Post by bbergeson » Fri Apr 01, 2016 6:10 pm

I have a project that uses JFreeChart as is without any modifications. Originally this was only for internal purposes but now the company wants to sell the application. As I understand it, based upon the LGPL, I have to either include the source code for JFreeChart in the distribution, or provide it upon demand. My question is how have other companies accomplished this? Are they actually including the entire source code for JFreeChart in their distribution or are they providing a link on their website for the user to download the source code? I was hoping to just provide a link to the JFreeChart web site in my About screen or license file so that the user can just go their to get the source code if they wish. Isn't that sufficient?

thx

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: LGPL License

Post by david.gilbert » Sat Apr 02, 2016 7:51 am

If you haven't modified the source code then what you describe is going to satisfy most people (myself included).

The only thing to bear in mind is that under the license terms it is, strictly speaking, *your* responsibility to ensure that your users can get access to the source code. So if, for some reason, jfree.org was to disappear one day (or we removed downloads of older versions), it would be your responsibility to provide some alternative download.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

bbergeson
Posts: 3
Joined: Fri Apr 01, 2016 6:01 pm
antibot: No, of course not.

Re: LGPL License

Post by bbergeson » Mon Apr 04, 2016 7:38 pm

Thanks for the information David; although I would still like to get an answer to my first question. How are most companies dealing with this? Are they including the source code for JFreeChart in their distribution or are they providing a link to it on their website?

bbergeson
Posts: 3
Joined: Fri Apr 01, 2016 6:01 pm
antibot: No, of course not.

Re: LGPL License

Post by bbergeson » Mon Apr 11, 2016 8:42 pm

Still hoping for an answer to my original question.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: LGPL License

Post by david.gilbert » Wed Apr 13, 2016 5:15 am

I don't have stats so I can't tell you what most companies do, but I've seen examples of companies:

- including the JFreeChart source code in their distribution;
- providing a link to their own server where users can download the JFreeChart source code;
- simply providing a link to the JFreeChart home page.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked