Skip to content

Commit

Permalink
Remove comment after licenses() rule.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Nov 20, 2023
1 parent 704f3a6 commit 937f10d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependency_support/com_github_westes_flex/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package(
default_visibility = ["//visibility:private"],
)

licenses(["notice"]) # BSD
licenses(["notice"])

exports_files([
"wc_test.sh",
Expand Down
2 changes: 1 addition & 1 deletion dependency_support/com_icarus_iverilog/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package(
default_visibility = ["//visibility:private"],
)

licenses(["restricted"]) # GPLv2
licenses(["restricted"])

exports_files([
"hello.v",
Expand Down
2 changes: 1 addition & 1 deletion dependency_support/org_gnu_bison/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package(
default_visibility = ["//visibility:private"],
)

licenses(["restricted"]) # GPLv3
licenses(["restricted"])

exports_files([
"calc_test.sh",
Expand Down
2 changes: 1 addition & 1 deletion dependency_support/org_gnu_gnulib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ package(
default_visibility = ["//visibility:private"],
)

licenses(["restricted"]) # GPL-2.0-or-later
licenses(["restricted"])

0 comments on commit 937f10d

Please sign in to comment.