Fix SPDX license header (#231)

This change adds SPDX license headers to all files and eforces it with
the linter.

Signed-off-by: Philip Laine <philip.laine@gmail.com>
This commit is contained in:
Philip Laine
2026-05-05 12:59:36 +02:00
committed by GitHub
parent 8f8aeb562f
commit 69afe3aade
82 changed files with 154 additions and 151 deletions
+4
View File
@@ -18,6 +18,7 @@ linters:
- unparam
- unused
- importas
- goheader
settings:
revive:
rules:
@@ -76,6 +77,9 @@ linters:
- pkg: sigs.k8s.io/gateway-api/apis/v1alpha2
alias: gwv1alpha2
no-extra-aliases: true
goheader:
template: |-
SPDX-License-Identifier: BSD-3-Clause
exclusions:
generated: lax
rules: