We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554f2c0 commit ec86b70Copy full SHA for ec86b70
experiments/scripts/BUILD
@@ -3,6 +3,8 @@
3
4
# Runs the RocksDB and Antagonist experiments on ghOSt and CFS (Linux Completely Fair Scheduler).
5
6
+package(default_applicable_licenses = ["//:license"])
7
+
8
licenses(["notice"])
9
10
load("@subpar//:subpar.bzl", "par_binary")
third_party/bpf/BUILD
@@ -3,9 +3,12 @@
load("//:bpf/bpf.bzl", "bpf_program")
-package(default_visibility = [
- "//:__subpackages__",
-])
+package(
+ default_applicable_licenses = ["//:license"],
+ default_visibility = [
+ "//:__subpackages__",
+ ],
11
+)
12
13
# We use the GPLv2 license for the eBPF code so that we can access kernel
14
# functionality restricted to eBPF programs that are licensed under GPLv2. That
0 commit comments