Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-13 | Use SPDX-License-Identifier consistently | Dylan Baker | 1 | -12/+1 | |
This replaces all of the Apache blurbs at the start of each file with an `# SPDX-License-Identifier: Apache-2.0` string. It also fixes existing uses to be consistent in capitalization, and to be placed above any copyright notices. This removes nearly 3000 lines of boilerplate from the project (only python files), which no developer cares to look at. SPDX is in common use, particularly in the Linux kernel, and is the recommended format for Meson's own `project(license: )` field | |||||
2023-04-11 | fix various spelling issues | Josh Soref | 1 | -2/+2 | |
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||||
2022-10-23 | Fix typos in docs | Elliott Sales de Andrade | 1 | -2/+2 | |
2021-10-03 | docs: Fix mypy | Daniel Mensinger | 1 | -1/+2 | |
2021-10-03 | docs: Initial reference manual generator | Daniel Mensinger | 1 | -0/+215 | |