[libcamera-devel,4/5] utils: raspberrypi: Add missing SPDX header to delayedctrls_parse.py
diff mbox series

Message ID 20220928120937.10031-5-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • libcamera: Add missing license identifiers
Related show

Commit Message

Laurent Pinchart Sept. 28, 2022, 12:09 p.m. UTC
The delayedctrls_parse.py script is missing license information. Add an
SPDX header to fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@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(+)

Comments

Naushir Patuck Sept. 28, 2022, 12:23 p.m. UTC | #1
Hi Laurent,

On Wed, 28 Sept 2022 at 13:09, Laurent Pinchart <
laurent.pinchart@ideasonboard.com> wrote:

> The delayedctrls_parse.py script is missing license information. Add an
> SPDX header to fix it.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> Naush, you're the author of this file, is this the correct license ?
>

Yes, that's the correct licence.

Reviewed-by: Naushir Patuck <naush@raspberrypi.com>


> ---
>  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
>
>
Kieran Bingham Sept. 30, 2022, 10:25 a.m. UTC | #2
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@ideasonboard.com>

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

Patch
diff mbox series

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