mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove comment on licenses()
rule as per Google guidance.
PiperOrigin-RevId: 426136170 Change-Id: I341a2d962637b53f9cfa475fbbfe3e6938ee3a95
This commit is contained in:
parent
24ad0cc108
commit
1e5e426e70
|
@ -20,7 +20,7 @@ load("//sandboxed_api/bazel:proto.bzl", "sapi_proto_library")
|
|||
|
||||
package(default_visibility = ["//sandboxed_api:__subpackages__"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files(["testdata/hostname"])
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ package(default_visibility = [
|
|||
"//sandboxed_api/sandbox2:__subpackages__",
|
||||
])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
licenses(["notice"])
|
||||
|
||||
cc_library(
|
||||
name = "server",
|
||||
|
|
|
@ -19,7 +19,7 @@ package(default_visibility = [
|
|||
"//sandboxed_api/sandbox2:__subpackages__",
|
||||
])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
licenses(["notice"])
|
||||
|
||||
cc_library(
|
||||
name = "ptrace_hook",
|
||||
|
|
|
@ -19,7 +19,7 @@ package(default_visibility = [
|
|||
"//security/bedebox:__subpackages__",
|
||||
])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
licenses(["notice"])
|
||||
|
||||
cc_library(
|
||||
name = "bpf_helper",
|
||||
|
|
Loading…
Reference in New Issue
Block a user