From f917b2809fc95240b7d16f68d827be604dc411bd Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Thu, 21 Sep 2023 13:49:23 +0000 Subject: [PATCH] Drop license comment from bazel Signed-off-by: Michael Carroll --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index db18e8c..9389b51 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -12,7 +12,7 @@ package( features = GZ_FEATURES, ) -licenses(["notice"]) # Apache-2.0 +licenses(["notice"]) exports_files(["LICENSE"])