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

Kieran Bingham kieran.bingham at ideasonboard.com
Fri Sep 30 12:25:46 CEST 2022


Quoting Laurent Pinchart via libcamera-devel (2022-09-28 13:09:36)
> 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>

Reviewed-by: Kieran Bingham <kieran.bingham 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