aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/BUILD
blob: e065e221cd52b1f960d54b3c8d9237a6d36dfb39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Example of an unmigrated package.

package(default_visibility = [
    "//tests:__subpackages__",
])

licenses(["unencumbered"])

cc_library(
    name = "library_with_legacy_license_clause",
    srcs = ["file_under_notice.cc"],
)

cc_library(
    name = "another_library_with_legacy_license_clause",
    srcs = ["file_under_notice.cc"],
)