diff options
| author | Sean Anderson <[email protected]> | 2022-06-25 13:12:18 -0400 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-07-13 20:05:49 +0200 |
| commit | 785a051ee5cc7de94dd7c6e98ee917c30fa5189a (patch) | |
| tree | 568bd8b361c380b08d58b44ac8a92ada7fb2102c | |
| parent | 84bd5cd4dbe73969a387e28677f54be91354862f (diff) | |
doc: mkimage: Remove AUTHORS section
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | doc/mkimage.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index bc28a5d7484..8419fa45a97 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 <[email protected]> +.\" Copyright (C) 2013-20 Simon Glass <[email protected]> +.\" Copyright (C) 2010 Nobuhiro Iwamatsu <[email protected]> +.\" Copyright (C) 2010 Wolfgang Denk <[email protected]> +.TH MKIMAGE 1 2022-06-11 U-Boot . .SH NAME mkimage \- generate images for U-Boot @@ -496,11 +501,6 @@ file is required. .EE .RE . -.PP -.SH AUTHOR -This manual page was written by Nobuhiro Iwamatsu <[email protected]> -and Wolfgang Denk <[email protected]>. It was updated for image signing by -Simon Glass <[email protected]>. .SH SEE ALSO .BR dtc (1), .BR dumpimage (1), |
