From 1e5e426e70f3903bda77fbc7ab9931c01b505987 Mon Sep 17 00:00:00 2001 From: Sandboxed API Team Date: Thu, 3 Feb 2022 07:09:37 -0800 Subject: [PATCH] Remove comment on `licenses()` rule as per Google guidance. PiperOrigin-RevId: 426136170 Change-Id: I341a2d962637b53f9cfa475fbbfe3e6938ee3a95 --- sandboxed_api/sandbox2/BUILD.bazel | 2 +- sandboxed_api/sandbox2/network_proxy/BUILD.bazel | 2 +- sandboxed_api/sandbox2/unwind/BUILD.bazel | 2 +- sandboxed_api/sandbox2/util/BUILD.bazel | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sandboxed_api/sandbox2/BUILD.bazel b/sandboxed_api/sandbox2/BUILD.bazel index 2847f78..0d4d4ee 100644 --- a/sandboxed_api/sandbox2/BUILD.bazel +++ b/sandboxed_api/sandbox2/BUILD.bazel @@ -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"]) diff --git a/sandboxed_api/sandbox2/network_proxy/BUILD.bazel b/sandboxed_api/sandbox2/network_proxy/BUILD.bazel index fdcf625..a308d3d 100644 --- a/sandboxed_api/sandbox2/network_proxy/BUILD.bazel +++ b/sandboxed_api/sandbox2/network_proxy/BUILD.bazel @@ -18,7 +18,7 @@ package(default_visibility = [ "//sandboxed_api/sandbox2:__subpackages__", ]) -licenses(["notice"]) # Apache 2.0 +licenses(["notice"]) cc_library( name = "server", diff --git a/sandboxed_api/sandbox2/unwind/BUILD.bazel b/sandboxed_api/sandbox2/unwind/BUILD.bazel index f5c031e..8172af1 100644 --- a/sandboxed_api/sandbox2/unwind/BUILD.bazel +++ b/sandboxed_api/sandbox2/unwind/BUILD.bazel @@ -19,7 +19,7 @@ package(default_visibility = [ "//sandboxed_api/sandbox2:__subpackages__", ]) -licenses(["notice"]) # Apache 2.0 +licenses(["notice"]) cc_library( name = "ptrace_hook", diff --git a/sandboxed_api/sandbox2/util/BUILD.bazel b/sandboxed_api/sandbox2/util/BUILD.bazel index 8a737b8..d2a411f 100644 --- a/sandboxed_api/sandbox2/util/BUILD.bazel +++ b/sandboxed_api/sandbox2/util/BUILD.bazel @@ -19,7 +19,7 @@ package(default_visibility = [ "//security/bedebox:__subpackages__", ]) -licenses(["notice"]) # Apache 2.0 +licenses(["notice"]) cc_library( name = "bpf_helper",