From 025e1a484d89555008cb8cf7a0164fd31fa29c49 Mon Sep 17 00:00:00 2001 From: Rob Earhart Date: Wed, 12 Aug 2020 16:10:57 -0700 Subject: Export LICENSE This makes it easier to include the license in redistributions, as required by the license. --- BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index 7e227aa..8099642 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -36,6 +36,8 @@ package(default_visibility = ["//visibility:public"]) licenses(["notice"]) +exports_files(["LICENSE"]) + config_setting( name = "windows", constraint_values = ["@bazel_tools//platforms:windows"], -- cgit v0.12