Improve target coverage for the reuse license checker.

misc
----
  o Copyright notice update from onf v1 to onf v1.1

makefiles/etc/utils.mk
----------------------
  o Function path-by-makefilepath-by-makefile():
    - Replace $(subst include.mk) with $(dir) so path construction becomes generic.
    - Added wrapper function genpath-makefiles() to improve call usability.

makefiles/lint/license/include.mk
makefiles/lint/license/reuse.mk
makefiles/lint/license/install.mk
---------------------------------
  o Added requirements.txt for reuse tool install (ability to vesion and freeze for release).
  o Define command var REUSE= so local devs can override.
  o Added banner-{enter,leave} for logfile visibility.

makefiles/lint/license/include.mk

makefiles/lint/license/help.mk
------------------------------
  o Document a few missing targets for 'make help' and 'make lint-reuse-help'.

[HOWTO: test]
-------------
% make sterile
% make venv                 # install virtualenv
% make lint-reuse-install

% make sterile
% make lint-reuse-version

% make sterile
% make lint-reuse

Change-Id: I91f4789981f3d3c5bc744d2db99374f9790e3b98
diff --git a/makefiles/lint/license/requirements.txt b/makefiles/lint/license/requirements.txt
new file mode 100644
index 0000000..69d55a0
--- /dev/null
+++ b/makefiles/lint/license/requirements.txt
@@ -0,0 +1,5 @@
+# -*- makefile -*-
+
+reuse~=3.0.1
+
+# [EOF]