utils: Add missing SPDX headers to scripts

The gen-header.sh and gen-shader-headers.sh scripts are missing an SPDX
header. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Bryan O'Donoghue <bod.linux@nxsw.ie>
This commit is contained in:
Laurent Pinchart
2026-03-04 13:51:02 +01:00
parent 9f35e45b17
commit 4937f5489b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
dst_file="$1"
shift

View File

@@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
set -e