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
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
git diff --exit-code
- name: Verify generate is not dirty
run: |
make generate
make -B generate
git diff --exit-code
- name: Running unit tests
run: make test