From patchwork Wed Sep 28 12:09:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 17453 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 A01ADBD16B for ; Wed, 28 Sep 2022 12:09:50 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5231F622E6; Wed, 28 Sep 2022 14:09:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1664366990; bh=q1Va78GlcgRWYtM+yCpIOt8yKTpBxmHRG6qKQyxK0UY=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=PfT3zwaw3cZ/1HacIOAGsoeOhzPXJuRFvH5GEz3GWheHo5Frn/cP9mb8Bzm3R236e zCnoVa55IzXTIGWvUUCk+tepSRg6T9+wSf8+fUgvxgdfI8VkoTatqiCs+EEiHVwGEc gKwBMdIKN7UmUq2S9HCKRfC39NncLYWK10zlG9wg1nA6W17oo8uMi9OxY6HSuIEQvF yQ16qVR2ywwuyA+SGWvAnrb4uxHZVxFltAVxarHNsUV9/T5m0u7DuAv/jtlpmJeULu n/XMLlP0ZAkzofjl2V24+Bt7kK23NhBESVz46ayuPJeG+o2DWRyuk094Y8bH6PsdF/ cLYqEAZJ0K0fg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2709A622AB for ; Wed, 28 Sep 2022 14:09:46 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="fEUh/ksU"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 6D9AF47C; Wed, 28 Sep 2022 14:09:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664366985; bh=q1Va78GlcgRWYtM+yCpIOt8yKTpBxmHRG6qKQyxK0UY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fEUh/ksUKXPDtcA0/DyRfsdDi1V+XW9I4TbM/8+VO4Gy4f5QLHAxubEszxyGp3fU/ y2FigtFdWL0okA3ky5X2il9KEJKu9iFZTAHOJDzTjnNMJ6pQI/0dY4lSgS8GZ25NBy aY2Em7XYkAN6CMnj7+wOfcy9jZvSIW+AGpOE/4gk= To: libcamera-devel@lists.libcamera.org Date: Wed, 28 Sep 2022 15:09:36 +0300 Message-Id: <20220928120937.10031-5-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> References: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 4/5] utils: raspberrypi: Add missing SPDX header to delayedctrls_parse.py 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: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The delayedctrls_parse.py script is missing license information. Add an SPDX header to fix it. Signed-off-by: Laurent Pinchart Reviewed-by: Naushir Patuck Reviewed-by: Kieran Bingham --- Naush, you're the author of this file, is this the correct license ? --- utils/raspberrypi/delayedctrls_parse.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/raspberrypi/delayedctrls_parse.py b/utils/raspberrypi/delayedctrls_parse.py index e38145d8e98e..1decf73f0906 100644 --- a/utils/raspberrypi/delayedctrls_parse.py +++ b/utils/raspberrypi/delayedctrls_parse.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: BSD-2-Clause + import re import sys import os