From 8e849db4e633ad5e4039bd1e5185c599ef805f4e Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 26 Apr 2023 16:18:29 +0200 Subject: Docs: changed Authors section to Copyright section in unitd.8. The Authors section is meant to list the main authors. However, the section only contained the copyright notice, so the Copyright section seems more appropriate. While we change that, it makes sense to also specify the license, and update the copyright year. Reviewed-by: Liam Crilly Reviewed-by: Artem Konev Signed-off-by: Alejandro Colomar --- docs/man/man8/unitd.8.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/man/man8/unitd.8.in b/docs/man/man8/unitd.8.in index dceaded3..f4b1e54f 100644 --- a/docs/man/man8/unitd.8.in +++ b/docs/man/man8/unitd.8.in @@ -66,8 +66,10 @@ A general-purpose log for diagnostics and troubleshooting. .It Pa %%SOCKET_PATH%% The socket address of Unit's control API. .El -.Sh Authors -(C) 2017-2021, NGINX, Inc. +.Sh Copyright +(C) 2017-2023, NGINX, Inc. +.Pp +SPDX-License-Identifier: Apache-2.0 .Sh See also .Pp Website: -- cgit