[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/.reuse/dep5 b/.reuse/dep5
new file mode 100644
index 0000000..8e2ed31
--- /dev/null
+++ b/.reuse/dep5
@@ -0,0 +1,10 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: onf-make
+Upstream-Contact: Open Networking Foundation <info@opennetworking.org>
+Source: https://gerrit.opencord.org/onf-make
+
+Files:
+ makefiles/virtualenv/patches/*
+ makefiles/lint/groovy/.groovylintrc.json
+Copyright: The Linux Foundation
+License: Apache-2.0