-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Some of the bundled libraries don't have metadata files with them, which makes it impossible to get a license or version info from them. I redistribute this package in Fedora Linux, and it's important for me to declare all the licenses used (for the main package and all the bundled ones) as well as the versions of the bundled libs (for the vulnerability scanners).
For example create-react-class
is a single minified .js file without any info about it, while I see that the upstream repo contains package.json
file. react
directory contains more files, but package.json
is not there for some reason.
Jupyterlab, for example, provides a single JSON file with metadata for all bundled libraries in static/third-party-licenses.json
and I guess it's generated during the build.
Would it make sense to have something like it here as well?