HI, > Thank you for bringing up missing LICENSE from 3rdparty dependencies in > MXNet LICENSE. > Quick question: Is there a script or a proper mechanism to identify missing > LICENSES whenever 3rdparty dependencies get updates so we are consistent with > the guidelines provided here: https://infra.apache.org/licensing-howto.html > <https://infra.apache.org/licensing-howto.html>.
No in general there is no automatic way of doing this. One way is to look at all of the copyright statements in the previous release and compare with the ones in the currently release, That can be be scriptable to some extent. But take care asoften scripts written to deal with licenses issues like this miss things manual inspection will catch. > Doing this manually every time is not scalable and slows down the release > process. It’s best to correct these when the code is updated / new code added not at release time. Thanks, Justin
