Skip to content

Commit ec86b70

Browse files
committed
add default applicable_licenses
PiperOrigin-RevId: 509314145
1 parent 554f2c0 commit ec86b70

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

experiments/scripts/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
# Runs the RocksDB and Antagonist experiments on ghOSt and CFS (Linux Completely Fair Scheduler).
55

6+
package(default_applicable_licenses = ["//:license"])
7+
68
licenses(["notice"])
79

810
load("@subpar//:subpar.bzl", "par_binary")

third_party/bpf/BUILD

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33

44
load("//:bpf/bpf.bzl", "bpf_program")
55

6-
package(default_visibility = [
7-
"//:__subpackages__",
8-
])
6+
package(
7+
default_applicable_licenses = ["//:license"],
8+
default_visibility = [
9+
"//:__subpackages__",
10+
],
11+
)
912

1013
# We use the GPLv2 license for the eBPF code so that we can access kernel
1114
# functionality restricted to eBPF programs that are licensed under GPLv2. That

0 commit comments

Comments
 (0)