[libcamera-devel] [PATCH] android: jpeg: Use LGPL-2.1 license for post_processor_jpeg.cpp

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri Oct 30 02:41:34 CET 2020


The JPEG post-processor is marked as licensed under GPL-2.0-or-later.
This is an oversight and unvoluntary. License it under the
LGPL-2.1-or-later as the rest of the camera HAL implementation.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 src/android/jpeg/post_processor_jpeg.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Umang, Hiro-san, as you've both authored commits that touch this file,
could you please explicitly reply with an Acked-by ?

This is the second time this happens, I think we need a check in either
checkstyle.py or in the git pre-push hook.

diff --git a/src/android/jpeg/post_processor_jpeg.cpp b/src/android/jpeg/post_processor_jpeg.cpp
index b9b9dc0042c9..436a50f85664 100644
--- a/src/android/jpeg/post_processor_jpeg.cpp
+++ b/src/android/jpeg/post_processor_jpeg.cpp
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 /*
  * Copyright (C) 2020, Google Inc.
  *
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list