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

Message ID 20200508012125.7021-1-laurent.pinchart@ideasonboard.com
State Accepted
Commit a5a59b14588ee70510e675392d44dbbf42c8f537
Headers show
Series
  • [libcamera-devel] android: hal: License camera3_hal.cpp as LGPL-2.1-or-later
Related show

Commit Message

Laurent Pinchart May 8, 2020, 1:21 a.m. UTC
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@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.

Comments

Jacopo Mondi May 9, 2020, 8:16 a.m. UTC | #1
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@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@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@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

Patch

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.
  *