Export LICENSE

This makes it easier to include the license in redistributions, as required by the license.
pull/2984/head
Rob Earhart 5 years ago committed by GitHub
parent 10ade8473b
commit 025e1a484d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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"],

Loading…
Cancel
Save