[VOL-5297] Cleanup lint-reuse license errors.

requirements.txt
----------------
  o Install the reuse tool as part of virtualenv creation.

LICENSES/Apache-2.0.txt
LICENSES/LicenseRef-MIT.txt
---------------------------
  o reuse download --all.
  o Install license files for reuse tool checking.

.reuse/dep5
-----------
  o Configure bulk license checking by directory.
  o Cannot inline copyright notice within patches/* (software patch files).

*.md
*.mk
----
  o Inline standard copyright notice within several files.

Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
Change-Id: Icdc5a821279f14efd325db29585cf0a6b9446904
diff --git a/makefiles/commands/kail/godownloader.sh b/makefiles/commands/kail/godownloader.sh
index 72c72a8..54a9fd6 100755
--- a/makefiles/commands/kail/godownloader.sh
+++ b/makefiles/commands/kail/godownloader.sh
@@ -1,7 +1,10 @@
 #!/bin/sh
 # -----------------------------------------------------------------------
-# SPDX-FileCopyrightText: Copyright (c) 2017 Nick Galbreath
-# SPDX-License-Identifier: MIT License
+# SPDX-License-Identifier: LicenseRef-MIT
+# SPDX-FileCopyrightText: Copyright (c) 2017-2019 Nick Galbreath
+# -----------------------------------------------------------------------
+# Code generated by godownloader on 2019-05-28T19:49:53Z. DO NOT EDIT.
+# Copyright 2019 - (disable makefiles/lint/license.mk)
 # -----------------------------------------------------------------------
 # Intent:
 #   https://pkg.go.dev/github.com/golangci/godownloader
@@ -17,9 +20,6 @@
 # -----------------------------------------------------------------------
 
 set -e
-# Code generated by godownloader on 2019-05-28T19:49:53Z. DO NOT EDIT.
-# Copyright 2019 - (disable makefiles/lint/license.mk)
-#
 
 usage() {
   this=$1