diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-14 14:29:37 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-14 14:29:37 +0100 |
commit | 0307f79171ed47b120afcd432d1f463904ae515a (patch) | |
tree | 1623eaa9fb82128bdabe6ebd3ad1913a3703f4df /man/systemd-quotacheck.service.xml | |
parent | 94dfd646b33c49ea5db1263cb2a43a06690e64db (diff) | |
download | systemd-0307f79171ed47b120afcd432d1f463904ae515a.tar.gz |
man: standarize on one-line license header
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
Diffstat (limited to 'man/systemd-quotacheck.service.xml')
-rw-r--r-- | man/systemd-quotacheck.service.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/man/systemd-quotacheck.service.xml b/man/systemd-quotacheck.service.xml index c7cf23779a..6f82909bda 100644 --- a/man/systemd-quotacheck.service.xml +++ b/man/systemd-quotacheck.service.xml @@ -1,9 +1,7 @@ <?xml version="1.0"?> <!--*-nxml-*--> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<!-- - SPDX-License-Identifier: LGPL-2.1+ ---> +<!-- SPDX-License-Identifier: LGPL-2.1+ --> <refentry id="systemd-quotacheck.service" conditional='ENABLE_QUOTACHECK'> <refentryinfo> |