[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/lint/doc8/include.mk b/makefiles/lint/doc8/include.mk
index 83bbcbf..5cd6508 100644
--- a/makefiles/lint/doc8/include.mk
+++ b/makefiles/lint/doc8/include.mk
@@ -1,12 +1,12 @@
 # -*- makefile -*-
 # -----------------------------------------------------------------------
-# Copyright 2017-2022 Open Networking Foundation
+# Copyright 2017-2024 Open Networking Foundation Contributors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-# http://www.apache.org/licenses/LICENSE-2.0
+# http:#www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
@@ -14,6 +14,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # -----------------------------------------------------------------------
+# SPDX-FileCopyrightText: 2017-2024 Open Networking Foundation Contributors
+# SPDX-License-Identifier: Apache-2.0
+# -----------------------------------------------------------------------
+# Intent:
+# -----------------------------------------------------------------------
 # NOTE: The doc8 command runs recursively on directories so targets
 #       *-mod and *-src are not yet supported.
 # -----------------------------------------------------------------------