| load("@bazel_tools//tools/build_defs/license:license.bzl", "license") | |
| package( | |
| default_applicable_licenses = ["//third_party/crubit:license"], | |
| default_visibility = ["//visibility:private"], | |
| ) | |
| license( | |
| name = "license", | |
| package_name = "crubit", | |
| ) | |
| licenses(["notice"]) | |
| exports_files(["LICENSE"]) |