Bazel: Fix update instruction for license file

In recent Bazel versions, bazel-genfiles directory is replaced with
bazel-bin directory. Adapt the instruction for updating the license
file correspondingly.

Change-Id: I07bf1d9c13e25b8befe8c16ddd708f6c00b1ed70
diff --git a/Documentation/check_licenses_test.sh b/Documentation/check_licenses_test.sh
index a65a827..52e27f2 100755
--- a/Documentation/check_licenses_test.sh
+++ b/Documentation/check_licenses_test.sh
@@ -8,7 +8,7 @@
      echo "FAIL: ${f}.txt out of date"
      echo "to fix: "
      echo ""
-     echo "  cp bazel-genfiles/Documentation/${f}.gen.txt Documentation/${f}.txt"
+     echo "  cp bazel-bin/Documentation/${f}.gen.txt Documentation/${f}.txt"
      echo ""
      exit 1
   fi