Initial prep job for branching and tagging.
makefiles/
----------
o Update copyright notice ending date to 2024.
libraries/bbsim.robot
---------------------
o Cosmetic edit to create a dependency chagne.
config.mk
makefiles/lint/include.mk
makefiles/lint/robot.mk
makefiles/lint/robot/
-------------------------
o Copy in latest lint-robot/ logic from repo:onf-make.
o Re-enable robot source linting. Makefile library include
removed, maybe for early bulk cleanup efforts (?).
Change-Id: Ib88fc204284e174ad229bbc391bc9941583ae94b
diff --git a/libraries/bbsim.robot b/libraries/bbsim.robot
index e09e91e..634f2aa 100755
--- a/libraries/bbsim.robot
+++ b/libraries/bbsim.robot
@@ -228,3 +228,5 @@
[Arguments] ${namespace} ${instance}=0
${tag} Catenate bbsim${instance}
Restart VOLTHA Port Forward ${tag}
+
+# [EOF]