Merge pull request #7643 from PiotrSikora/export_license

Bazel: export LICENSE file.
pull/7893/head
Nicolas Noble 8 years ago committed by GitHub
commit d37fcc4575
  1. 2
      BUILD
  2. 2
      templates/BUILD.template

@ -36,6 +36,8 @@
licenses(["notice"]) # 3-clause BSD
exports_files(["LICENSE"])
package(default_visibility = ["//visibility:public"])

@ -38,6 +38,8 @@
licenses(["notice"]) # 3-clause BSD
exports_files(["LICENSE"])
package(default_visibility = ["//visibility:public"])
<%!

Loading…
Cancel
Save