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-nspawn.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-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 00c14eafeb..55128816e6 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -4,10 +4,7 @@ <!ENTITY fedora_latest_version "28"> <!ENTITY fedora_cloud_release "1.1"> ]> - -<!-- - SPDX-License-Identifier: LGPL-2.1+ ---> +<!-- SPDX-License-Identifier: LGPL-2.1+ --> <refentry id="systemd-nspawn" xmlns:xi="http://www.w3.org/2001/XInclude"> |