Do not check license on binary files

Like those used in fabric-tofino to store the P4 compiler output

Change-Id: I303b06f2b18c6e7afbd603bc9d791c3e25dc1c19
diff --git a/jjb/shell/licensecheck.sh b/jjb/shell/licensecheck.sh
index c358294..266180a 100755
--- a/jjb/shell/licensecheck.sh
+++ b/jjb/shell/licensecheck.sh
@@ -20,6 +20,7 @@
   ! -name "*.PNG" \
   ! -name "*.asc" \
   ! -name "*.bat" \
+  ! -name "*.bin" \
   ! -name "*.cert" \
   ! -name "*.cfg" \
   ! -name "*.cnf" \