Patch Detail
Show a patch.
GET /api/1.1/patches/3709/?format=api
{ "id": 3709, "url": "https://patchwork.libcamera.org/api/1.1/patches/3709/?format=api", "web_url": "https://patchwork.libcamera.org/patch/3709/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20200508012125.7021-1-laurent.pinchart@ideasonboard.com>", "date": "2020-05-08T01:21:25", "name": "[libcamera-devel] android: hal: License camera3_hal.cpp as LGPL-2.1-or-later", "commit_ref": "a5a59b14588ee70510e675392d44dbbf42c8f537", "pull_url": null, "state": "accepted", "archived": false, "hash": "9205d02f62f6e68844752084177d8b3b092b6d9a", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/3709/mbox/", "series": [ { "id": 886, "url": "https://patchwork.libcamera.org/api/1.1/series/886/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=886", "date": "2020-05-08T01:21:25", "name": "[libcamera-devel] android: hal: License camera3_hal.cpp as LGPL-2.1-or-later", "version": 1, "mbox": "https://patchwork.libcamera.org/series/886/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/3709/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/3709/checks/", "tags": {}, "headers": { "Return-Path": "<laurent.pinchart@ideasonboard.com>", "Received": [ "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 4F000603E1\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 8 May 2020 03:21:35 +0200 (CEST)", "from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi\n\t[81.175.216.236])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id B7877501\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 8 May 2020 03:21:34 +0200 (CEST)" ], "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"Ul33E4T4\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1588900894;\n\tbh=LbZWQIbAHeBCti7DBLyeoorvVvwfDFNu/wpcpsxOQ9Y=;\n\th=From:To:Subject:Date:From;\n\tb=Ul33E4T4VLJAYS3aAy6YMpPVSy7rjjG/YaGDRQsmlARUiY91Tx+kx9R2WJ29qbWix\n\t5+RuoR1pMD6VVHtUqRtQbIFcL0HoXBVcP4ond21bH9f3Y9DvrnWzSgvwSiesdcqpBJ\n\tUg2d8GVkLlvFWzlHerjx8aJaJZNGr4rtKAHduoKQ=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Fri, 8 May 2020 04:21:25 +0300", "Message-Id": "<20200508012125.7021-1-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.26.2", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH] android: hal: License camera3_hal.cpp as\n\tLGPL-2.1-or-later", "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>", "X-List-Received-Date": "Fri, 08 May 2020 01:21:35 -0000" }, "content": "The camera3_hal.cpp is incorrectly licensed as GPL-2.0-or-later, instead\nof LGPL-2.1-or-later as the rest of the HAL implementation. Fix it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/android/camera3_hal.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)\n\nJacopo, as you're the author of the first commit for this file, could\nyou please ack the patch ? The only other commit is authored by me.", "diff": "diff --git a/src/android/camera3_hal.cpp b/src/android/camera3_hal.cpp\nindex d6fc1ecc01bf..34301ed971b6 100644\n--- a/src/android/camera3_hal.cpp\n+++ b/src/android/camera3_hal.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) 2019, Google Inc.\n *\n", "prefixes": [ "libcamera-devel" ] }