Automatic code cleanup.

PiperOrigin-RevId: 506908397
Change-Id: I4571c9e947b5878519d5ec291d2fc58566159c84
diff --git a/BUILD b/BUILD
index 001dcb9..94f9934 100644
--- a/BUILD
+++ b/BUILD
@@ -1,4 +1,14 @@
-package(default_visibility = ["//visibility:public"])
+load("//tools/build_defs/license:license.bzl", "license")
+
+package(
+    default_applicable_licenses = ["//third_party/bazel_rules/rules_cc:license"],
+    default_visibility = ["//visibility:public"],
+)
+
+license(
+    name = "license",
+    package_name = "rules_cc",
+)
 
 licenses(["notice"])