[libcamera-devel] [PATCH 07/38] libcamera: Update dep5 to specify license for mojo

Laurent Pinchart laurent.pinchart at ideasonboard.com
Thu Sep 24 03:59:53 CEST 2020


Hi Paul,

Thank you for the patch.

On Tue, Sep 22, 2020 at 10:35:06PM +0900, Paul Elder wrote:
> Add licensing information for mojo in dep5.
> 
> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
> 
> ---
> New in v2
> ---
>  .reuse/dep5 | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/.reuse/dep5 b/.reuse/dep5
> index a66f27e7..0a453931 100644
> --- a/.reuse/dep5
> +++ b/.reuse/dep5
> @@ -13,3 +13,9 @@ Files: src/qcam/assets/feathericons/*.svg
>  Copyright: 2019 Cole Bemis (and other Feather icons contributors)
>  License: MIT
>  Comment: https://feathericons.com/
> +
> +Files: utils/ipc/mojo
> +       utils/ipc/tools
> +Copyright: Copyright 2014 The Chromium Authors. All rights reserved.

2014 only ?

$ git grep Copyright utils/ipc/mojo/ utils/ipc/tools/ | sed 's/[^:]*:[/#*]* Copyright //' | sed 's/ .*//' | sort -u | head -1
2013
$ git grep Copyright utils/ipc/mojo/ utils/ipc/tools/ | sed 's/[^:]*:[/#*]* Copyright //' | sed 's/ .*//' | sort -u | tail -1
2020

How about

Copyright: Copyright 2013-2020 The Chromium Authors. All rights reserved.

?

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> +License: BSD-3-Clause
> +Source: https://chromium.googlesource.com/chromium/src.git/

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list