[VOL-5246] - branch and release bbsim

go.mod
------
 o Update package voltha-protos to v5.4.11
 o Update package device-management-interface to v1.16.0

go.sum
cmd/
internal/
vendor/
---------
  o Update copyright notice
  o Invoke make mod-update to refresh dependencies.

makefiles/golang/mod-update.mk
------------------------------
  o Target mod-tidy must also pay attention to LOCAL_FIX_PERMS=1
    else go.sum cannot be re-written in local-dev-mode.

Change-Id: I7f565e6ce72273b239ad7b63c5da387c18f30bfe
diff --git a/internal/bbsimctl/completion/bash.go b/internal/bbsimctl/completion/bash.go
index 67e731a..95d31d0 100644
--- a/internal/bbsimctl/completion/bash.go
+++ b/internal/bbsimctl/completion/bash.go
@@ -16,7 +16,7 @@
 package completion
 
 const Bash = `
-# Portions copyright 2019-present Open Networking Foundation
+# Portions Copyright 2019-2024 Open Networking Foundation (ONF) and the ONF Contributors
 # Original copyright 2019-present Ciena Corporation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");