Run license.py over more files, but not third_party or driver build files.

Change-Id: I6082c3812be7159d1dfb0de015f52db1d2c0f76d
diff --git a/build/docker/publish.sh b/build/docker/publish.sh
index 57ad16a..bc8b1a8 100755
--- a/build/docker/publish.sh
+++ b/build/docker/publish.sh
@@ -12,6 +12,7 @@
 # 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.
+
 set -euo pipefail
 
 SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"