phetsims / sherpa

Third-party libraries and dependencies for PhET Simulations
Other
6 stars 8 forks source link

Does numeric.js require additional licenses #50

Closed samreid closed 9 years ago

samreid commented 9 years ago

numeric.js says "(See also licenses in the resources subdirectory.)" Does it require auxiliary licenses?

samreid commented 9 years ago

There is only one license file in the resources subdirectory, and it is a copyright for "quadratic programming mainly". It has a different copyright statement and is also covered by the MIT license, like numeric.js is. Even though we are not using quadratic programming, we are including that code since I see

function solveQP(Dmat, dvec, Amat, bvec, meq, factorized) {

in our numeric.js. So we should do what we did for #45 and add this additional license statement.

samreid commented 9 years ago

Fixed during #45, closing.