The Python script bundled_licenses.py should help identifying licenses used in the bundled deps. It simply parses package.json files in the given directory and returns best guess about the License: RPM tag. The expected usage is like this: * run bundled_licenses.py on the binary RPMs to see what is bundled in the shipped RPMs * validate the output of bundled_licenses.py * add licenses identiefied in the source code of nodejs itself * validate the resulting License tag suggestion by license-validate tool
…
…
Description
Languages
Jinja
61.3%
Shell
26.9%
JavaScript
11.8%