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/makefiles/lint/yaml./.yamllint b/makefiles/lint/yaml./.yamllint
index c42c6d5..8252511 100644
--- a/makefiles/lint/yaml./.yamllint
+++ b/makefiles/lint/yaml./.yamllint
@@ -1,6 +1,6 @@
# -*- makefile -*-
# -----------------------------------------------------------------------
-# Copyright 2022-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2022-2024 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.
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# SPDX-FileCopyrightText: 2022 Open Networking Foundation (ONF) and the ONF Contributors
+# SPDX-FileCopyrightText: 2024 Open Networking Foundation (ONF) and the ONF Contributors
# SPDX-License-Identifier: Apache-2.0
# -----------------------------------------------------------------------
---