Hi, > I started doing some work towards building a LICENSE.txt dynamically > out of NPM and Pypi metadata. Superset's dependency tree is huge. It looks > like this may need a fair amount of investigation and perhaps revising some > dependencies that we can't have, or making some deps optional.
Remember it's not dependancies that are mentioned in LICENSE only what is bundled within the release, I notice some build tool and the like in that list that probably don't need to be mentioned. [1] Note as well that the LICENSE may be different for the source release and the convenience binary release. Thanks, Justin 1. http://www.apache.org/dev/licensing-howto.html#guiding-principle
