|
From: | Julien Bect |
Subject: | Re: Boost libraries |
Date: | Wed, 01 Apr 2015 13:20:21 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
Le 01/04/2015 10:52, Olaf Till a écrit :
On Tue, Mar 31, 2015 at 07:45:17PM -0400, Jordi Gutiérrez Hermoso wrote:>On Tue, 2015-03-31 at 18:56 +0200, JuanPi wrote:> >What is the general opinion about using boost libraires? > > > >http://agora.octave.org/snippet/Vdmr/> >Generally a good idea. Boost is C++'s second standard library. Indeed, >a lot of namespace std today started its life in namespace boost.But then, have we to include two license texts (Boost and GPL) into source files linking to boost or including boost (since this probably counts as a derivative work also of boost)? Olaf
The Boost licence doesn't define what a "derivative work" is but, according to this reference:
http://www.rosenlaw.com/lj19.htmsimply using functions or classes from a Boost library doesn't seem to be enough to create a "derivative work".
Of course, IANAL, and the discussion: http://boost.2283326.n4.nabble.com/derivative-work-td2568685.html didn't really help me get a clearer picture (just a headache).
[Prev in Thread] | Current Thread | [Next in Thread] |