[VOL-5256] v2.12 release - baseline build

Makefile
config.mk
Jenkinsfile*
libraries/
makefiles/
tests/
variables/
=========================================
  o Bulk update copyright notice to 2024

Change-Id: I17944b6430ea64eb5235ded0947a32150131ec63
diff --git a/scripts/flog/meta/__init__.py b/scripts/flog/meta/__init__.py
index b8a587e..44b392e 100644
--- a/scripts/flog/meta/__init__.py
+++ b/scripts/flog/meta/__init__.py
@@ -2,7 +2,7 @@
 """Augment module searchpath and existence indicates directory is a module."""
 
 # -----------------------------------------------------------------------
-# Copyright 2022 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.
diff --git a/scripts/flog/meta/test/__init__.py b/scripts/flog/meta/test/__init__.py
index 4b4c0b2..8388ac8 100644
--- a/scripts/flog/meta/test/__init__.py
+++ b/scripts/flog/meta/test/__init__.py
@@ -2,7 +2,7 @@
 """Augment module searchpath and existence indicates directory is a module."""
 
 # -----------------------------------------------------------------------
-# Copyright 2022 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.
diff --git a/scripts/flog/meta/test/test_voltha.py b/scripts/flog/meta/test/test_voltha.py
index d69f38f..b82aa16 100644
--- a/scripts/flog/meta/test/test_voltha.py
+++ b/scripts/flog/meta/test/test_voltha.py
@@ -2,7 +2,7 @@
 '''Unit test for meta/voltha.py'''
 
 # -----------------------------------------------------------------------
-# Copyright 2022 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.
diff --git a/scripts/flog/meta/voltha.py b/scripts/flog/meta/voltha.py
index fd0410e..a8b1f9a 100644
--- a/scripts/flog/meta/voltha.py
+++ b/scripts/flog/meta/voltha.py
@@ -2,7 +2,7 @@
 '''Return voltha test suites based on criteria.'''
 
 # -----------------------------------------------------------------------#
-# Copyright 2022 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.