about summary refs log tree commit diff
path: root/src/tools/collect-license-metadata
AgeCommit message (Collapse)AuthorLines
2023-11-27Fix generate-copyright tool.Jonathan Pallant (Ferrous Systems)-13/+23
LLVM copyrights are now condensed to those reported in the .reuse/dep5 file.
2023-11-22condense llvm licensing into a single itemJonathan Pallant (Ferrous Systems)-5/+51
2023-11-21Report missing licenses or copyright text.Jonathan Pallant (Ferrous Systems)-2/+4
Required because spdx-rs 0.5.3 added support for SPDX 2.3 documents and made these fields optional.
2023-11-21include submodules in the collected license metadataPietro Albini-1/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-1/+4
2023-04-10Fix remaining typosDaniPopes-44/+44
2023-03-09include directories in grouped licensing informationPietro Albini-27/+69
2023-03-09strip leading dots from copyright statementsPietro Albini-0/+9
2023-03-09fix broken collect-license-metadataPietro Albini-2/+2
2022-11-24address review feedbackPietro Albini-2/+4
2022-11-24make comment more clearPietro Albini-2/+2
Co-authored-by: Felix S Klock II <pnkfelix@pnkfx.org>
2022-11-17merge together similar copyright statementsPietro Albini-1/+29
2022-11-15add tool to collect license metadata from REUSEPietro Albini-0/+418