<div dir="ltr"><div dir="ltr">Hi Laurent,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 28 Sept 2022 at 13:09, Laurent Pinchart <<a href="mailto:laurent.pinchart@ideasonboard.com">laurent.pinchart@ideasonboard.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The delayedctrls_parse.py script is missing license information. Add an<br>
SPDX header to fix it.<br>
<br>
Signed-off-by: Laurent Pinchart <<a href="mailto:laurent.pinchart@ideasonboard.com" target="_blank">laurent.pinchart@ideasonboard.com</a>><br>
---<br>
Naush, you're the author of this file, is this the correct license ?<br></blockquote><div><br></div><div>Yes, that's the correct licence.</div><div><br></div><div>Reviewed-by: Naushir Patuck <<a href="mailto:naush@raspberrypi.com">naush@raspberrypi.com</a>></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
---<br>
 utils/raspberrypi/delayedctrls_parse.py | 2 ++<br>
 1 file changed, 2 insertions(+)<br>
<br>
diff --git a/utils/raspberrypi/delayedctrls_parse.py b/utils/raspberrypi/delayedctrls_parse.py<br>
index e38145d8e98e..1decf73f0906 100644<br>
--- a/utils/raspberrypi/delayedctrls_parse.py<br>
+++ b/utils/raspberrypi/delayedctrls_parse.py<br>
@@ -1,3 +1,5 @@<br>
+# SPDX-License-Identifier: BSD-2-Clause<br>
+<br>
 import re<br>
 import sys<br>
 import os<br>
-- <br>
Regards,<br>
<br>
Laurent Pinchart<br>
<br>
</blockquote></div></div>