[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/requirements.txt b/requirements.txt
index ae5c523..b56b7c3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,6 +20,9 @@
 # Intent:
 # -----------------------------------------------------------------------
 
-reuse
+##----------------##
+##---]  LINT  [---##
+##----------------##
+pre-commit
 
 # [EOF]