Skip to content

Commit

Permalink
Bazel requires a licenses declaration for any build files in the thir…
Browse files Browse the repository at this point in the history
…d_party tree
  • Loading branch information
jleyba committed May 8, 2019
1 parent 44a6545 commit 38d5e44
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion third_party/dotnet/ilmerge/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
exports_files(["ilmerge.exe"])
licenses(["notice"])

exports_files(["ilmerge.exe"])
2 changes: 2 additions & 0 deletions third_party/dotnet/ilrepack/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
licenses(["notice"])

exports_files(["ilrepack.exe"])
4 changes: 3 additions & 1 deletion third_party/dotnet/nuget/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
exports_files(["nuget.exe"])
licenses(["notice"])

exports_files(["nuget.exe"])
2 changes: 2 additions & 0 deletions third_party/dotnet/nuget/packages/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
licenses(["notice"])

exports_files([
"benderproxy.bzl",
"castle.core.bzl",
Expand Down
2 changes: 2 additions & 0 deletions third_party/js/selenium/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
load("//:copy_file.bzl", "copy_file")

licenses(["notice"])

copy_file(
name = "webdriver_xpi",
src = "webdriver-3.141.59.xpi",
Expand Down
2 changes: 2 additions & 0 deletions third_party/js/sizzle/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
licenses(["notice"])

filegroup(
name = "sizzle",
srcs = ["sizzle.js"],
Expand Down

0 comments on commit 38d5e44

Please sign in to comment.