Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] LGPL questions

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] LGPL questions


Chronological Thread 
  • From: Phil Weir <>
  • To:
  • Subject: Re: [cgal-discuss] LGPL questions
  • Date: Fri, 12 Feb 2016 11:47:45 +0000
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
  • Ironport-phdr: 9a23:TnauIxJc5l7mYHvXCNmcpTZWNBhigK39O0sv0rFitYgULvTxwZ3uMQTl6Ol3ixeRBMOAu60C0LSd6PqocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TWM5DIfUi/yKRBybrysXNWC0ILsiavpodX6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD88QIrJEbFP2mN+RlFf0LRAghZms67cmuuRjYRhaU/VMdVH8Xm1xGGVvr9hb/C6/xsy+yied8wmHOJc33SfYrVDW4x6F2TRauiSpRZG1xy33elsEl1PETmxmmvREqntbZ

On 02/12/2016 11:21 AM, Maria Dubrovskaya wrote:
Hello Patric and Phil,

Yes, Patric, you mostly explained to me what I missed. However, the user can fail using my application with another version of the library, cause it's API can be changed in theory.
That is what I meant in my 2nd point. As you mentioned, 'forward-compatible API'.

As Phil said, making sure the improvements work correctly with my application is the modifier's responsibility. It's clear now. But what about the official last library's version?
Copyright license applies specifically to a piece of code, rather than a project, so you would be responsible for the piece of code (i.e. the exact version) you distribute. Future versions released by CGAL have no connection to that. Additionally, while a license is allowed to change in later versions (as it did between 3.x and 4.x), the LGPL license with your version's code is irrevocable [1], so your reference remains whatever it says in the version of the library you distribute. Of course, I am just commenting on the GPL aspects -- as I'm not a lawyer (IANAL) nor a member of the CGAL Project, you should double-check any ambiguous decisions with somebody qualified! Similarly, Patric and others, please comment if you feel anything here is not as expected.

All the best,
Phil

1 - http://www.groklaw.net/article.php?story=2006062204552163



Archive powered by MHonArc 2.6.18.

Top of Page