From patchwork Wed Mar 4 13:35:09 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26255 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 98320C0DA4 for ; Wed, 4 Mar 2026 13:35:15 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id CB9B36239D; Wed, 4 Mar 2026 14:35:14 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="YryXok5U"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D131E62380 for ; Wed, 4 Mar 2026 14:35:12 +0100 (CET) Received: from killaraus.ideasonboard.com (99-163-62-37.mobileinternet.proximus.be [37.62.163.99]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id E994A838; Wed, 4 Mar 2026 14:34:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1772631250; bh=c512rVUrn1ZIvKBYe9WiF5Jqj2omauDhQeosU/7VDVs=; h=From:To:Cc:Subject:Date:From; b=YryXok5UNjsYNufS9zN73TFH2aShDPBQnbpVqD0Dew7MHR/BR761thbUET8Z+hI3j y7E5Ov6VkElWtJ8m5ZzqiQEAbzP5t0A0/AuV0V4gjk5XSnx+RiftfHd7CGpEOt95yz Q73UFOVkOOHQDckQy1YnKrmOkYkO0pUSvuP5OwqI= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Cc: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= , Bryan O'Donoghue Subject: [PATCH] utils: Add missing SPDX headers to scripts Date: Wed, 4 Mar 2026 14:35:09 +0100 Message-ID: <20260304133511.4020197-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.52.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The gen-header.sh and gen-shader-headers.sh scripts are missing an SPDX header. Fix it. Signed-off-by: Laurent Pinchart Acked-by: Barnabás Pőcze --- Barnabás, Bryan, you've authored some code in those files. Could you please send a R-b or A-b ? --- utils/codegen/gen-header.sh | 1 + utils/gen-shader-headers.sh | 1 + 2 files changed, 2 insertions(+) base-commit: 14ba4d168085dd27aed9bcb043996d6a5f28867e diff --git a/utils/codegen/gen-header.sh b/utils/codegen/gen-header.sh index c78f085992ef..9e833ff9244a 100755 --- a/utils/codegen/gen-header.sh +++ b/utils/codegen/gen-header.sh @@ -1,4 +1,5 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later dst_file="$1" shift diff --git a/utils/gen-shader-headers.sh b/utils/gen-shader-headers.sh index 92f6f8181520..0d6649521a7a 100755 --- a/utils/gen-shader-headers.sh +++ b/utils/gen-shader-headers.sh @@ -1,4 +1,5 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later set -e