Excluding go.sum and go.mod from license check
Moving bbsim test to use go mod

Change-Id: I99c22f9d4eef3905ae89a7731f64995e5d917b6b
diff --git a/jjb/shell/licensecheck.sh b/jjb/shell/licensecheck.sh
index 217e3b5..445470e 100755
--- a/jjb/shell/licensecheck.sh
+++ b/jjb/shell/licensecheck.sh
@@ -103,7 +103,8 @@
   ! -path "*conf*" \
   ! -path "*git*" \
   ! -path "*swagger*" \
+  ! -path "go.mod" \
+  ! -path "go.sum" \
   -print0 )
 
 exit ${fail_licensecheck}
-