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

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri May 8 03:21:25 CEST 2020


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.

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



More information about the libcamera-devel mailing list