Updates for the pre-commit hook

.pre-commit-config.yaml
-----------------------
  o Add more hooks

bin/setup.sh
makefiles/commands/kail/godownloader.sh
---------------------------------------
  o Shellcheck cleanups

install/README.md
-----------------
  o Add a project copyright notice.

makefiles/.../*.mk
------------------
  o Update copyright notice.
  o Replace legacy var $(ONF_MAKEDIR) with onf-mk-dir=

makefiles/virtualenv/include.mk
-------------------------------
  o Fixed a small problem with targets clean & sterile.
  o Clean target should remove

Change-Id: If624531f4d38aaacc200d3c49aee2c3804122ffb
Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
diff --git a/makefiles/lint/make/include.mk b/makefiles/lint/make/include.mk
index 2f49e88..03cb9e1 100644
--- a/makefiles/lint/make/include.mk
+++ b/makefiles/lint/make/include.mk
@@ -24,9 +24,9 @@
 $(if $(DEBUG),$(warning ENTER))
 
 ## Bleeding early import handled by makefiles/include.mk
-# include $(ONF_MAKEDIR)/lint/make/warn-undef-vars.mk
+# include $(onf-mk-dir)/lint/make/warn-undef-vars.mk
 
-include $(ONF_MAKEDIR)/lint/make/makefile.mk
+include $(onf-mk-dir)/lint/make/makefile.mk
 
 $(if $(DEBUG),$(warning LEAVE))