| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-27 | bump cargo_metadata | klensy | -1/+1 | |
| 2025-05-24 | Update `askama` version to `0.14.0` in `generate-copyright` tool | Guillaume Gomez | -1/+1 | |
| 2025-04-06 | Update rinja version in `generate-copyright` | Guillaume Gomez | -1/+1 | |
| 2024-08-06 | Update to rinja 0.3 | Jonathan Pallant | -1/+1 | |
| 2024-08-06 | generate-copyright: Render Node with rinja too. | Jonathan Pallant | -2/+0 | |
| 2024-08-06 | generate-copyright: use rinja to format the output | Jonathan Pallant | -2/+4 | |
| I can't find a way to derive rinja::Template for Node - I think because it is a recursive type. So I rendered it manually using html_escape. | ||||
| 2024-08-06 | generate-copyright: use cargo-metadata | Jonathan Pallant | -0/+1 | |
| 2024-08-06 | Update generate-copyright | Jonathan Pallant | -0/+3 | |
| This tool now scans for cargo dependencies and includes any important looking license files. We do this because cargo package metadata is not sufficient - the Apache-2.0 license says you have to include any NOTICE file, for example. And authors != copyright holders (cargo has the former, we must include the latter). | ||||
| 2022-11-15 | initial prototype of the tool to generate copyright notices | Pietro Albini | -0/+11 | |
