{"id":10025,"url":"https://patchwork.libcamera.org/api/patches/10025/?format=json","web_url":"https://patchwork.libcamera.org/patch/10025/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20201009080026.31566-1-email@uajain.com>","date":"2020-10-09T08:00:26","name":"[libcamera-devel] android: jpeg: Use LGPL-2.1 license","commit_ref":"48d304392b25d5ffe38504e7b5ee9d5f1f6dd9af","pull_url":null,"state":"accepted","archived":false,"hash":"e6685e8b927c1d934f0353ccb70f73513cbda3d5","submitter":{"id":1,"url":"https://patchwork.libcamera.org/api/people/1/?format=json","name":"Umang Jain","email":"email@uajain.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/10025/mbox/","series":[{"id":1368,"url":"https://patchwork.libcamera.org/api/series/1368/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1368","date":"2020-10-09T08:00:26","name":"[libcamera-devel] android: jpeg: Use LGPL-2.1 license","version":1,"mbox":"https://patchwork.libcamera.org/series/1368/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/10025/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/10025/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 131B5BEEE0\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri,  9 Oct 2020 08:00:36 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 9BA1D605D1;\n\tFri,  9 Oct 2020 10:00:35 +0200 (CEST)","from mail.uajain.com (static.126.159.217.95.clients.your-server.de\n\t[95.217.159.126])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id D705F60357\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri,  9 Oct 2020 10:00:33 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=uajain.com header.i=@uajain.com\n\theader.b=\"rbyXalHR\"; dkim-atps=neutral","From":"Umang Jain <email@uajain.com>","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=uajain.com; s=mail;\n\tt=1602230432; bh=SBUi5N7lsGK2EPJBJ/vrA9VbkaEOQXYKuP2IsOt+G34=;\n\th=From:To:Cc:Subject;\n\tb=rbyXalHRYL8bqr28WzHgG+i2IfDUdOIyz37nMmuDH9x7BZiidqE0108S6ibiWeBS9\n\tGV6cyrUCo1wYCS159syq4t3S3AyLvic4u2Mmr3wPiCZ+2ttCP5vhzErMFF0QXRZl9v\n\tAIZl+pmes+9cubjb1F1gacN3XhDdve2XX4R3zj7MSu/xbC+fXd2j1JtmZK1oitxAD+\n\tfhWs+Qi9YKazqHWFMcjuihEEWZd2Oyi+OcbOgFiHs3yApRbiC5v5gYAu/5LZu+j9er\n\the92BD0mevEQIHAzOdAzETBwfWVzM7la3bsA1Va/GZZBAOyQyzL8YH5rQdGHj/Dtmi\n\tTtZQeBV2A5INA==","To":"libcamera-devel@lists.libcamera.org,\n\tkieran.bingham@ideasonboard.com","Date":"Fri,  9 Oct 2020 13:30:26 +0530","Message-Id":"<20201009080026.31566-1-email@uajain.com>","Mime-Version":"1.0","Subject":"[libcamera-devel] [PATCH] android: jpeg: Use LGPL-2.1 license","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The jpeg components should use LGPL-2.1-or-later license instead of\nthe GPL-2.0.\n\nSigned-off-by: Umang Jain <email@uajain.com>\n---\n src/android/jpeg/encoder.h           | 2 +-\n src/android/jpeg/encoder_libjpeg.cpp | 2 +-\n src/android/jpeg/encoder_libjpeg.h   | 2 +-\n src/android/jpeg/exif.cpp            | 2 +-\n src/android/jpeg/exif.h              | 2 +-\n 5 files changed, 5 insertions(+), 5 deletions(-)","diff":"diff --git a/src/android/jpeg/encoder.h b/src/android/jpeg/encoder.h\nindex cf26d67..4483153 100644\n--- a/src/android/jpeg/encoder.h\n+++ b/src/android/jpeg/encoder.h\n@@ -1,4 +1,4 @@\n-/* SPDX-License-Identifier: GPL-2.0-or-later */\n+/* SPDX-License-Identifier: LGPL-2.1-or-later */\n /*\n  * Copyright (C) 2020, Google Inc.\n  *\ndiff --git a/src/android/jpeg/encoder_libjpeg.cpp b/src/android/jpeg/encoder_libjpeg.cpp\nindex 510613c..a77f5b2 100644\n--- a/src/android/jpeg/encoder_libjpeg.cpp\n+++ b/src/android/jpeg/encoder_libjpeg.cpp\n@@ -1,4 +1,4 @@\n-/* SPDX-License-Identifier: GPL-2.0-or-later */\n+/* SPDX-License-Identifier: LGPL-2.1-or-later */\n /*\n  * Copyright (C) 2020, Google Inc.\n  *\ndiff --git a/src/android/jpeg/encoder_libjpeg.h b/src/android/jpeg/encoder_libjpeg.h\nindex 1e8df05..934caef 100644\n--- a/src/android/jpeg/encoder_libjpeg.h\n+++ b/src/android/jpeg/encoder_libjpeg.h\n@@ -1,4 +1,4 @@\n-/* SPDX-License-Identifier: GPL-2.0-or-later */\n+/* SPDX-License-Identifier: LGPL-2.1-or-later */\n /*\n  * Copyright (C) 2020, Google Inc.\n  *\ndiff --git a/src/android/jpeg/exif.cpp b/src/android/jpeg/exif.cpp\nindex e4a116d..d21534a 100644\n--- a/src/android/jpeg/exif.cpp\n+++ b/src/android/jpeg/exif.cpp\n@@ -1,4 +1,4 @@\n-/* SPDX-License-Identifier: GPL-2.0-or-later */\n+/* SPDX-License-Identifier: LGPL-2.1-or-later */\n /*\n  * Copyright (C) 2020, Google Inc.\n  *\ndiff --git a/src/android/jpeg/exif.h b/src/android/jpeg/exif.h\nindex 77d1177..12c27b6 100644\n--- a/src/android/jpeg/exif.h\n+++ b/src/android/jpeg/exif.h\n@@ -1,4 +1,4 @@\n-/* SPDX-License-Identifier: GPL-2.0-or-later */\n+/* SPDX-License-Identifier: LGPL-2.1-or-later */\n /*\n  * Copyright (C) 2020, Google Inc.\n  *\n","prefixes":["libcamera-devel"]}