Cosmetic edits to force a build

Makefile
agent/Makefile.in
agent/device/sim/vendor.h
protos/Makefile
-------------------------
  o Let(s) see if Jenkinsfile is being used.
  o Update copyright notice to create a cosmetic change and force building.

Change-Id: I6b586d7885e875a96bacf2602ce34fe5be0508cf
diff --git a/Makefile b/Makefile
index f4cec6c..aeb6acb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-#Copyright 2018-present Open Networking Foundation
+# -*- makefile -*-
+# Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
 #
 #Licensed under the Apache License, Version 2.0 (the "License");
 #you may not use this file except in compliance with the License.
@@ -22,6 +23,7 @@
 
 # set default shell options
 SHELL = bash -e -o pipefail
+## See also: https://github.com/opencord/onf-make/blob/master/makefiles/consts.mk
 
 export OPENOLT_ROOT_DIR=$(shell pwd)
 
@@ -41,6 +43,14 @@
 	--build-arg OPENOLTDEVICE=${OPENOLTDEVICE} \
 	--build-arg OPENOLT_PROTO_VER=${OPENOLT_PROTO_VER}
 
+## -----------------------------------------------------------------------
+## See github::onf-make (docker --tty), docker -it inhibits jenkins logging output
+## https://github.com/opencord/onf-make/blob/master/makefiles/docker/include.mk#L34
+## -----------------------------------------------------------------------
+## Overhead from $(shell pwd) can be avoided using a ./Makefile derived path
+##   path := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
+## -----------------------------------------------------------------------
+
 test:
 	${DOCKER} run --rm -v $(shell pwd):/app $(shell test -t 0 && echo "-it") ${IMAGENAME} make -C agent/test test
 
@@ -53,3 +63,5 @@
 cleanall:
 	${DOCKER} run --rm -v $(shell pwd):/app $(shell test -t 0 && echo "-it") ${IMAGENAME} make -C agent/test clean
 	${DOCKER} run --rm -v $(shell pwd):/app $(shell test -t 0 && echo "-it") ${IMAGENAME} make -C protos distclean
+
+# [EOF]
diff --git a/agent/Makefile.in b/agent/Makefile.in
index 89967fe..425e034 100644
--- a/agent/Makefile.in
+++ b/agent/Makefile.in
@@ -1,4 +1,5 @@
-#Copyright 2018-present Open Networking Foundation
+# -*- makefile -*-
+#Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
 #
 #Licensed under the Apache License, Version 2.0 (the "License");
 #you may not use this file except in compliance with the License.
diff --git a/agent/device/sim/vendor.h b/agent/device/sim/vendor.h
index 3fab2a6..3c30624 100644
--- a/agent/device/sim/vendor.h
+++ b/agent/device/sim/vendor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-present Open Networking Foundation
+ * Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/protos/Makefile b/protos/Makefile
index 0fbca86..09f92f0 100644
--- a/protos/Makefile
+++ b/protos/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2018 Open Networking Foundation
+# Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.