Hi mentors, I am updating Druid's LICENSE and NOTICE file for our next release, and had a question on handling some our dependencies.
We have a web console ( https://github.com/apache/incubator-druid/tree/0.14.0-incubating/web-console) that pulls some modules from the NPM registry and bundles them using webpack at build time. Is the following understanding correct? - The pulled NPM modules don't need to be in LICENSE for our source distribution, since they're not pulled and bundled yet - In a binary distribution, we'll need to include those modules in LICENSE Thanks, Jon