Joe and I just looked at this. The relevant apache policies (I believe) are "treatment of third party works" [1] and "what are required third-party notices?" [2].
TL;DR: read the notice/license files of source being added into our project, if the NOTICE file specifies to include a bit about the work, copy that over to OUR NOTICE file. If the license differs from APL (but is compatible), then we should add that license to our LICENSE file as well. [1] http://www.apache.org/legal/src-headers.html#3party [2] http://apache.org/legal/resolved.html#required-third-party-notices On 4/29/13 10:54 AM, "Ian Clelland" <iclell...@google.com> wrote: >I'm not a lawyer, and this is not legal advice ;) but OkHTTP is >apache-licensed, as is Cordova, and I believe that the terms of the Apache >license allow us to embed it for distribution. > >There's probably someone in Apache who is far more qualified than I to say >what we can and should do, though. > > >On Mon, Apr 29, 2013 at 1:49 PM, Joe Bowser <bows...@gmail.com> wrote: > >> Hey >> >> I saw that okhttp was added, but I don't know if including the source >> and as such re-distributing it this way is correct or not. Is there >> someone around to clarify whether it's OK for us to use the library in >> this way in the project or not, or whether we have to do what we do >> with commons-codec? >> >> Anyone know the correct answer? >> >> Joe >>