Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | man: use same header for all files | Zbigniew Jędrzejewski-Szmek | 2019-03-14 | 1 | -1/+2 |
| | | | | | | | The "include" files had type "book" for some raeason. I don't think this is meaningful. Let's just use the same everywhere. $ perl -i -0pe 's^..DOCTYPE (book|refentry) PUBLIC "-//OASIS//DTD DocBook XML V4.[25]//EN"\s+"http^<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"\n "http^gms' man/*.xml | ||||
* | man: standarize on one-line license header | Zbigniew Jędrzejewski-Szmek | 2019-03-14 | 1 | -3/+1 |
| | | | | | | No need to waste space, and uniformity is good. $ perl -i -0pe 's|\n+<!--\s*SPDX-License-Identifier: LGPL-2.1..\s*-->|\n<!-- SPDX-License-Identifier: LGPL-2.1+ -->|gms' man/*.xml | ||||
* | man: document systemd-run-generator | Lennart Poettering | 2018-11-27 | 1 | -0/+82 |