commit | aaa2a0ffc5bf8228e505c3e93d3f452e1964ccc7 | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@google.com> | Tue Apr 11 09:01:14 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 11 09:02:02 2023 -0700 |
tree | a2eee8735ae4252410580bf15cf61c9feb1ec1ec | |
parent | 03b1ada11d7a4190a3b046ebc7ef4b5d153f8834 [diff] [blame] |
Fix license handling in OSS build of Crubit. PiperOrigin-RevId: 523416283
diff --git a/nullability_verification/BUILD b/nullability_verification/BUILD index 096537d..737aadb 100644 --- a/nullability_verification/BUILD +++ b/nullability_verification/BUILD
@@ -1,6 +1,6 @@ # Verification for null safety -package(default_applicable_licenses = ["//third_party/crubit:license"]) +package(default_applicable_licenses = ["//:license"]) cc_library( name = "pointer_nullability_lattice",