Thank you for the help Dave. I will get it done! - Josh
On Mon, Oct 21, 2019 at 5:22 PM Dave Fisher <[email protected]> wrote: > Hi Josh, > > For this case: > > ======================================================================== > Third party GNU General Public License, Version 3.0 licenses > ======================================================================== > > The following components are provided under the GNU General Public > License, Version 3.0. > See project link for details. > > Sizzle(https://github.com/jquery/sizzle/blob/master/LICENSE.txt) > -> heron/shell/assets/jquery.js > > Take a look at the source file and choose the MIT and NOT GPL > > > /*! > * jQuery JavaScript Library v1.7.2 > * http://jquery.com/ > * > * Copyright 2011, John Resig > * Dual licensed under the MIT or GPL Version 2 licenses. > * http://jquery.org/license > * > * Includes Sizzle.js > * http://sizzlejs.com/ > * Copyright 2011, The Dojo Foundation > * Released under the MIT, BSD, and GPL Licenses. > * > * Date: Wed Mar 21 12:46:34 2012 -0700 > */ > > Have a look at the current version of Sizzle: > > https://github.com/jquery/sizzle/blob/master/src/sizzle.js > > It is no longer dual licensed and has an MIT license. > > I think you know what to do. > > Regards, > Dave > > > > On Oct 19, 2019, at 7:46 PM, Josh Fischer <[email protected]> wrote: > > > > Hi All, > > > > In the last release we made there were several comments about work that > > needed to be done to address issues with the licenses in the Heron code > > base. I've opened a PR at this link -> > > https://github.com/apache/incubator-heron/pull/3368 to hopefully address > > most of the outstaning issues. If anyone has any time to review it would > > be very helpful. I **think** once the license issues are taken care of > we > > can start releasing binaries for the project. > > > > Thanks, > > > > Josh > >
