Skip to content

Commit

Permalink
Bazel: export LICENSE file.
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora committed Aug 25, 2016
1 parent 19ea0cf commit 12e26a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@

licenses(["notice"]) # 3-clause BSD

exports_files(["LICENSE"])

package(default_visibility = ["//visibility:public"])


Expand Down
2 changes: 2 additions & 0 deletions templates/BUILD.template
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

licenses(["notice"]) # 3-clause BSD

exports_files(["LICENSE"])

package(default_visibility = ["//visibility:public"])

<%!
Expand Down

0 comments on commit 12e26a7

Please sign in to comment.