[VOL-5285] - JJB Upgrade toward v5

global-jjb/
-----------
  o Stage upgrade to v0.67.0
  o https://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/release-notes.html#v0-67-0
  o Let(s) see if the bashate commit hook is enabled by default.
  o Hope not, if it is bulk lint cleanups across all repos will be needed.

Change-Id: I46bfb01525899a89fd61bb6e395b0723ffee6c94
diff --git a/global-jjb b/global-jjb
index 53f811d..09659ce 160000
--- a/global-jjb
+++ b/global-jjb
@@ -1 +1 @@
-Subproject commit 53f811d91411bf26a4acf00a9244c6ea0f4510d5
+Subproject commit 09659ce65d005b15595a44bbef6304fd3cc83ac1
diff --git a/jjb/shell/github-release.sh b/jjb/shell/github-release.sh
index 746b70c..8848169 100755
--- a/jjb/shell/github-release.sh
+++ b/jjb/shell/github-release.sh
@@ -1,19 +1,22 @@
 #!/usr/bin/env bash
 # -----------------------------------------------------------------------
-# Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2018-2024 Open Networking Foundation Contributors
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-# http://www.apache.org/licenses/LICENSE-2.0
+# http:#www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
+# -----------------------------------------------------------------------
+# SPDX-FileCopyrightText: 2018-2024 Open Networking Foundation Contributors
+# SPDX-License-Identifier: Apache-2.0
+# -----------------------------------------------------------------------
 # github-release.sh
 # builds (with make) and uploads release artifacts (binaries, etc.) to github
 # given a tag also create checksums files and release notes from the commit
diff --git a/jjb/shell/repo-patch.sh b/jjb/shell/repo-patch.sh
index 04744d2..b04c051 100644
--- a/jjb/shell/repo-patch.sh
+++ b/jjb/shell/repo-patch.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# SPDX-FileCopyrightText: 2022-2024 Open Networking Foundation (ONF) and the ONF Contributors
+# SPDX-FileCopyrightText: 2022-2024 Open Networking Foundation Contributors
 # SPDX-License-Identifier: Apache-2.0
 
 # repo-patch.sh
diff --git a/jjb/shell/tag-check.sh b/jjb/shell/tag-check.sh
index 5e12869..2ce5091 100755
--- a/jjb/shell/tag-check.sh
+++ b/jjb/shell/tag-check.sh
@@ -1,7 +1,22 @@
 #!/usr/bin/env bash
-
-# SPDX-FileCopyrightText: 2022-2024 Open Networking Foundation (ONF) and the ONF Contributors
+# -----------------------------------------------------------------------
+# Copyright 2022-2024 Open Networking Foundation Contributors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http:#www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -----------------------------------------------------------------------
+# SPDX-FileCopyrightText: 2022-2024 Open Networking Foundation Contributors
 # SPDX-License-Identifier: Apache-2.0
+# -----------------------------------------------------------------------
 
 set -eu -o pipefail
 
@@ -250,3 +265,5 @@
 fi
 
 exit $fail_validation
+
+# [EOF]