From 8d09856754a2d7c8d3977e154bd22a15d55df55c Mon Sep 17 00:00:00 2001 From: Martynas Pumputis Date: Wed, 28 Feb 2024 17:06:14 +0100 Subject: [PATCH] Change license of build.go to Apache-2 Apache-2 has been used by all modules in the project. Related: https://github.com/cilium/pwru/pull/190 Signed-off-by: Martynas Pumputis --- build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.go b/build.go index 9af92ef6..800426fc 100644 --- a/build.go +++ b/build.go @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0-only +// SPDX-License-Identifier: Apache-2.0 // Copyright (C) 2021 Authors of Cilium */ //go:generate sh -c "echo Generating for $TARGET_GOARCH"