makefiles/
==========
  o Update copyright notice to 2024.

makefiles/lint/robot/include.mk
makefiles/lint/robot/robot.mk
makefiles/lint/robot/help.mk
-------------------------------
  o Update robot.mk to use the latest lint target syntax for *-{all,mod,src}.

config.mk
---------
  o Disable robot linting for now until bulk cleanups can be made.

libraries/k8s.robot
libraries/utils.robot
---------------------
  o Cosmetic changes to force a delta / jenkins job run.

Change-Id: I52291b9423fd5e9197b430329514c81a33526925
diff --git a/libraries/k8s.robot b/libraries/k8s.robot
index 92e53d1..79e62a8 100755
--- a/libraries/k8s.robot
+++ b/libraries/k8s.robot
@@ -547,3 +547,5 @@
     ${helm_chart}=    Run
     ...    kubectl -n ${namespace} get pods -l ${key}=${value} -o=jsonpath="{.items[*].metadata.labels.\\helm\\.sh\\/chart}"
     [Return]    ${image}    ${app_version}    ${helm_chart}
+
+# [EOF]
diff --git a/libraries/utils.robot b/libraries/utils.robot
index 2bd495f..1c0d1bd 100755
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -1994,3 +1994,5 @@
         Correct representation check VOLTHA-IETF    ${src['onu']}   True
     END
 
+# [EOF]
+