blob: a25f364f0d92b86c57fce3ed16643504316100e2 [file] [log] [blame]
Googlerd186e222023-02-02 15:36:56 -08001load("@bazel_tools//tools/build_defs/license:license.bzl", "license")
2
3package(
4 default_applicable_licenses = ["//third_party/crubit:license"],
5 default_visibility = ["//visibility:private"],
6)
7
8license(
9 name = "license",
10 package_name = "crubit",
11)
Googler6c3de122022-03-28 11:40:41 +000012
13licenses(["notice"])
14
15exports_files(["LICENSE"])