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/sysusers.d.xml | |
parent | Merge pull request #11985 from poettering/clean-dir (diff) | |
download | systemd-0307f79171ed47b120afcd432d1f463904ae515a.tar.xz systemd-0307f79171ed47b120afcd432d1f463904ae515a.zip |
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/sysusers.d.xml')
-rw-r--r-- | man/sysusers.d.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index e47d36c73a..8020d6281d 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.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="sysusers.d" conditional='ENABLE_SYSUSERS' xmlns:xi="http://www.w3.org/2001/XInclude"> |