]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: mkimage: Remove AUTHORS section
authorSean Anderson <seanga2@gmail.com>
Sat, 25 Jun 2022 17:12:18 +0000 (13:12 -0400)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 13 Jul 2022 18:05:49 +0000 (20:05 +0200)
commit785a051ee5cc7de94dd7c6e98ee917c30fa5189a
tree568bd8b361c380b08d58b44ac8a92ada7fb2102c
parent84bd5cd4dbe73969a387e28677f54be91354862f
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 <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/mkimage.1