Skip to content

Commit

Permalink
add missing license(). remove licenses(notice) (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiuto committed Apr 16, 2024
1 parent bf30ed9 commit 626de3a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions pkg/private/tar/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ package(
default_applicable_licenses = ["//:license"],
)

licenses(["notice"])

filegroup(
name = "standard_package",
srcs = [
Expand Down
2 changes: 0 additions & 2 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ package(
default_visibility = ["//tests:__subpackages__"],
)

licenses(["notice"])

exports_files(glob(["testdata/**"]))

filegroup(
Expand Down
2 changes: 0 additions & 2 deletions tests/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ load("@rules_python//python:defs.bzl", "py_binary")

package(default_applicable_licenses = ["//:license"])

licenses(["notice"])

exports_files(["defs.bzl"])

py_binary(
Expand Down
2 changes: 0 additions & 2 deletions tests/zip/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ load("//tests/util:defs.bzl", "directory")

package(default_applicable_licenses = ["//:license"])

licenses(["notice"])

py_library(
name = "zip_test_lib",
srcs = [
Expand Down

0 comments on commit 626de3a

Please sign in to comment.