blob: 94f9934f467ce2bb0bec17ac0b0d3a0a956bab8f [file] [log] [blame]
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"])
exports_files(["LICENSE"])