Googler | d186e22 | 2023-02-02 15:36:56 -0800 | [diff] [blame] | 1 | load("@bazel_tools//tools/build_defs/license:license.bzl", "license") |
2 | |||||
3 | package( | ||||
4 | default_applicable_licenses = ["//third_party/crubit:license"], | ||||
5 | default_visibility = ["//visibility:private"], | ||||
6 | ) | ||||
7 | |||||
8 | license( | ||||
9 | name = "license", | ||||
10 | package_name = "crubit", | ||||
11 | ) | ||||
Googler | 6c3de12 | 2022-03-28 11:40:41 +0000 | [diff] [blame] | 12 | |
13 | licenses(["notice"]) | ||||
14 | |||||
15 | exports_files(["LICENSE"]) |