diff --git a/conn_default.go b/conn_default.go index 14ed56c..bd1b08b 100644 --- a/conn_default.go +++ b/conn_default.go @@ -1,4 +1,4 @@ -// +build !linux android +// +build !linux /* SPDX-License-Identifier: GPL-2.0 * diff --git a/conn_linux.go b/conn_linux.go index 0227f04..bde4416 100644 --- a/conn_linux.go +++ b/conn_linux.go @@ -1,5 +1,3 @@ -// +build !android - /* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 2017-2018 Jason A. Donenfeld . All Rights Reserved.