Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
llvm-project/LICENSE.txt says:
============================================================================== Software from third parties included in the LLVM Project: ============================================================================== The LLVM Project contains third party software which is under different license terms. All such code will be identified clearly using at least one of two mechanisms: 1) It will be in a separate directory tree with its own `LICENSE.txt` or `LICENSE` file at the top containing the specific license and restrictions which apply to that software, or 2) It will contain specific license and restriction terms at the top of every file.
Putting a license blob at the end of the file doesn't comply with that.
Comment Actions
Thanks for pointing that out, @efriedma .
I've now added the license info also at the top of the files as a RestructuredText comment.
I think that's the best way to comply in RestructuredText files with what's written in the top-level LICENSE.txt.