[libcamera-devel] [PATCH 4/5] utils: raspberrypi: Add missing SPDX header to delayedctrls_parse.py

Laurent Pinchart laurent.pinchart at ideasonboard.com
Wed Sep 28 14:09:36 CEST 2022


The delayedctrls_parse.py script is missing license information. Add an
SPDX header to fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
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
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list