From 56dada1d2509b204c49208835dd6114b2e990bc8 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Thu, 9 Mar 2023 02:41:07 +0000 Subject: [PATCH] cleanup: Remove license comment in proto build file The license comments aren't necessary anymore. --- python/private/proto/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/private/proto/BUILD b/python/private/proto/BUILD index 139696cde2..971b354e34 100644 --- a/python/private/proto/BUILD +++ b/python/private/proto/BUILD @@ -17,7 +17,7 @@ load("@rules_proto//proto:defs.bzl", "proto_lang_toolchain") package(default_visibility = ["//visibility:public"]) -licenses(["notice"]) # Apache 2.0 +licenses(["notice"]) filegroup( name = "distribution",