From cff5e7222586ad5a0c5ba226522c936d36730040 Mon Sep 17 00:00:00 2001 From: sbruens Date: Thu, 30 Jan 2025 16:40:17 -0500 Subject: [PATCH] Explicitly allow `BSD-2-Clause` license. --- .github/workflows/license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 4e2e4c6d..d1723a42 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -44,4 +44,4 @@ jobs: - name: Check licenses # We allow only "notice" type of licenses. - run: go run github.com/google/go-licenses check --ignore=golang.org/x --allowed_licenses=Apache-2.0,Apache-3,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./... + run: go run github.com/google/go-licenses check --ignore=golang.org/x --allowed_licenses=Apache-2.0,Apache-3,BSD-2-Clause,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./...