[VOL-5246] - branch and release bbsim

VERSION
api/bbsim/bbsim.proto
api/bbsim/bbsim_dmi.proto
api/legacy/bbsim.proto
cmd/bbr/bbr.go
cmd/bbsim/bbsim.go
cmd/bbsimctl/bbsimctl.go
configs/bbsim.yaml
tests/bbr.groovy
tests/bbr.sh
tools/main.go
------------------------
  o Copyright message update
  o Append # [EOF]

cmd/bbr/bbr.go
cmd/bbsimctl/bbsimctl.go
tools/main.go
------------------------
  o Run gofmt -s -e -w on sources to fix linting complaints.

Change-Id: I666f97b35ccfc012c02a54c0f99677be290a40d0
diff --git a/cmd/bbr/bbr.go b/cmd/bbr/bbr.go
index a421b63..f8dc79d 100644
--- a/cmd/bbr/bbr.go
+++ b/cmd/bbr/bbr.go
@@ -97,3 +97,5 @@
 	}()
 	oltMock.Start()
 }
+
+// [EOF]