[libcamera-devel] [PATCH] android: hal: License camera3_hal.cpp as LGPL-2.1-or-later

Jacopo Mondi jacopo at jmondi.org
Sat May 9 10:16:28 CEST 2020


Hi Laurent,

On Fri, May 08, 2020 at 04:21:25AM +0300, Laurent Pinchart wrote:
> The camera3_hal.cpp is incorrectly licensed as GPL-2.0-or-later, instead
> of LGPL-2.1-or-later as the rest of the HAL implementation. Fix it.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
>  src/android/camera3_hal.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Jacopo, as you're the author of the first commit for this file, could
> you please ack the patch ? The only other commit is authored by me.

Indeed!
Acked-by: Jacopo Mondi <jacopo at jmondi.org>

Thanks
  j
>
> diff --git a/src/android/camera3_hal.cpp b/src/android/camera3_hal.cpp
> index d6fc1ecc01bf..34301ed971b6 100644
> --- a/src/android/camera3_hal.cpp
> +++ b/src/android/camera3_hal.cpp
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0-or-later */
> +/* SPDX-License-Identifier: LGPL-2.1-or-later */
>  /*
>   * Copyright (C) 2019, Google Inc.
>   *
> --
> Regards,
>
> Laurent Pinchart
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel


More information about the libcamera-devel mailing list