[PATCH v2 11/14] doc: mkimage: Remove AUTHORS section

Sean Anderson seanga2 at gmail.com
Mon Jun 13 00:14:08 CEST 2022


Per man-pages(7), "use of an AUTHORS section is strongly discouraged."
Remove it, and instead add some copyright notices and an SPDX. The default
license for U-Boot is GPL2, so that's what I put. The copyright dates are
based on the commit dates.

Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---

Changes in v2:
- Ensure comments are requests

 doc/mkimage.1 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/mkimage.1 b/doc/mkimage.1
index 1da2acbaec..f2ccb9d464 100644
--- a/doc/mkimage.1
+++ b/doc/mkimage.1
@@ -1,4 +1,9 @@
-.TH MKIMAGE 1 "2022-02-07"
+.\" SPDX-License-Identifier: GPL-2.0
+.\" Copyright (C) 2022 Sean Anderson <seanga2 at gmail.com>
+.\" Copyright (C) 2013-20 Simon Glass <sjg at chromium.org>
+.\" Copyright (C) 2010 Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
+.\" Copyright (C) 2010 Wolfgang Denk <wd at denx.de>
+.TH MKIMAGE 1 2022-06-11 U-Boot
 .
 .SH NAME
 mkimage \- generate images for U-Boot
@@ -454,11 +459,6 @@ file is required.
 .EE
 .RE
 .
-.PP
-.SH AUTHOR
-This manual page was written by Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
-and Wolfgang Denk <wd at denx.de>. It was updated for image signing by
-Simon Glass <sjg at chromium.org>.
 .SH SEE ALSO
 .BR dtc (1),
 .BR dumpimage (1),
-- 
2.35.1



More information about the U-Boot mailing list