documentation should contain a page with 3rd party licenses #6634
Labels
a:documentation
Improvements or additions to documentation (infrastructure and text itself) (mS,bT)
Milestone
For our binary packages, we use cargo-about to generate a list of all licenses of dependencies.
Our rust user can easily do the same donloat all the licenses of their program.
What we should do anyway is to have this generated list on our documentation so that one can see all the dependencies. And maybe user can take this list for their C++ or Js/python.
Ideally we run cargo-about when generating the docs to generate something that can be shown in a section of the docs.
We can also try to see if we can generate machine readable format that can be consumed by users.
The text was updated successfully, but these errors were encountered: