Document how to work with several projects in the same repository #90
Description
Thank you for the reuse tool, it is really helpful!
I work on a mono repository that contains several projects that are released together but independently. I tried to set this up by using reuse independently on all the projects ()so that these can be verified/get a BoM independently from each other), each with a separate LICENSES folder and that works fine. reuse reports all of these subprojects as compliant now. Yeah!
I also have some files in a "top level" project, e.g. the build files that build the entire thing, etc.
That works mostly, but the top level project, apparently ignores all the information in the subprojects .reuse/dep5
files. That makes the toplevel project complain about files not having license information.
Is a setup like mine supported? Are there any best practices to follow for such a setup?
Ideally I could end up with a setup where I can independently check the subprojects for compliance (and get their bill of materials) as well as the toplevel project. The leater should ideally include all the sub projects BoM as well...
This is probably not a bug, but maybe a feature request or maybe just a request for documentation.