mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove license comments
Nothing reads them and they can simply get stale. Generated with: $ sed -i "s/licenses(\(.*\)).*/licenses(\1)/" **/BUILD PiperOrigin-RevId: 231818945 Change-Id: Ibc3f9838546b7e94f13f217060d31f4ada9d4bf0
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
# Linux kernel. It should be used instead of syscall or golang.org/x/sys/unix
|
||||
# when the host OS may not be Linux.
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "amutex",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "atomicbitops",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "binary",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
load("//tools/go_generics:defs.bzl", "go_template", "go_template_instance")
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "compressio",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "client",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "server",
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "dhcp",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "eventchannel",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "fd",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "fdnotifier",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "gate",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
load("//tools/go_generics:defs.bzl", "go_template", "go_template_instance")
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "ilist",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "linewriter",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "log",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "metric",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user