From e352f464780b22945308469de4e92a4f068b4805 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 12 Jun 2019 15:58:32 -0700 Subject: [PATCH] Minor BUILD file cleanup. PiperOrigin-RevId: 252918338 --- pkg/tcpip/link/muxed/BUILD | 4 +--- pkg/tcpip/transport/raw/BUILD | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pkg/tcpip/link/muxed/BUILD b/pkg/tcpip/link/muxed/BUILD index 84cfae784..00f007888 100644 --- a/pkg/tcpip/link/muxed/BUILD +++ b/pkg/tcpip/link/muxed/BUILD @@ -1,8 +1,6 @@ load("//tools/go_stateify:defs.bzl", "go_library", "go_test") -package( - licenses = ["notice"], # Apache 2.0 -) +package(licenses = ["notice"]) go_library( name = "muxed", diff --git a/pkg/tcpip/transport/raw/BUILD b/pkg/tcpip/transport/raw/BUILD index 6d3f0130e..448fe2900 100644 --- a/pkg/tcpip/transport/raw/BUILD +++ b/pkg/tcpip/transport/raw/BUILD @@ -1,6 +1,4 @@ -package( - licenses = ["notice"], # Apache 2.0 -) +package(licenses = ["notice"]) load("//tools/go_generics:defs.bzl", "go_template_instance") load("//tools/go_stateify:defs.bzl", "go_library")