From 9641fcaf8c057e14fa1c72985e8a670b05e5bbdc Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Thu, 19 Apr 2018 18:37:32 +0200 Subject: Update man page sources to upstream tag v236 variants. --- man/sd_listen_fds.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/sd_listen_fds.xml') diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 0d3479efb..e2360eef1 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -3,6 +3,8 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> Date: Tue, 12 Jun 2018 17:04:27 +0200 Subject: tree-wide: drop 'This file is part of systemd' blurb This part of the copyright blurb stems from the GPL use recommendations: https://www.gnu.org/licenses/gpl-howto.en.html The concept appears to originate in times where version control was per file, instead of per tree, and was a way to glue the files together. Ultimately, we nowadays don't live in that world anymore, and this information is entirely useless anyway, as people are very welcome to copy these files into any projects they like, and they shouldn't have to change bits that are part of our copyright header for that. hence, let's just get rid of this old cruft, and shorten our codebase a bit. --- man/sd_listen_fds.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'man/sd_listen_fds.xml') diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index e9ce3c2de..5b236bfa7 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -5,8 +5,6 @@ -- cgit v1.2.3 From 3af26cec424c7108d1065754f5583827b9f9c3c5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 18:23:39 +0200 Subject: tree-wide: remove Lennart's copyright lines These lines are generally out-of-date, incomplete and unnecessary. With SPDX and git repository much more accurate and fine grained information about licensing and authorship is available, hence let's drop the per-file copyright notice. Of course, removing copyright lines of others is problematic, hence this commit only removes my own lines and leaves all others untouched. It might be nicer if sooner or later those could go away too, making git the only and accurate source of authorship information. --- man/sd_listen_fds.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'man/sd_listen_fds.xml') diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 5b236bfa7..82833a3e4 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -4,8 +4,6 @@ Date: Thu, 14 Jun 2018 12:02:53 +0200 Subject: man: drop unused tags from man sources Docbook styles required those to be present, even though the templates that we use did not show those names anywhere. But something changed semi-recently (I would suspect docbook templates, but there was only a minor version bump in recent years, and the changelog does not suggest anything related), and builds now work without those entries. Let's drop this dead weight. Tested with F26-F29, debian unstable. $ perl -i -0pe 's/\s*.*<.authorgroup>//gms' man/*xml --- man/sd_listen_fds.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'man/sd_listen_fds.xml') diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 82833a3e4..ba03836d0 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -12,15 +12,6 @@ sd_listen_fds systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - -- cgit v1.2.3