Patch Detail
Show a patch.
GET /api/1.1/patches/3958/?format=api
{ "id": 3958, "url": "https://patchwork.libcamera.org/api/1.1/patches/3958/?format=api", "web_url": "https://patchwork.libcamera.org/patch/3958/", "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": "<20200605183833.8125-2-laurent.pinchart@ideasonboard.com>", "date": "2020-06-05T18:38:32", "name": "[libcamera-devel,2/3] libcamera: Use DEP5 to specify license of files that don't support SPDX", "commit_ref": "b898240301897ece8455ee49a63966a9a1d0dab6", "pull_url": null, "state": "accepted", "archived": false, "hash": "ff753adc5d8962d42dba316f8f957650fb99241e", "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/3958/mbox/", "series": [ { "id": 961, "url": "https://patchwork.libcamera.org/api/1.1/series/961/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=961", "date": "2020-06-05T18:38:31", "name": "[libcamera-devel,1/3] libcamera: Add missing SPDX headers to miscellaneous small files", "version": 1, "mbox": "https://patchwork.libcamera.org/series/961/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/3958/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/3958/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 B16A860410\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 5 Jun 2020 20:38:57 +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 470852BB\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 5 Jun 2020 20:38:57 +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=\"DyBpX+WY\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1591382337;\n\tbh=+J5RoBh21Z7ksGZqXLxnycMYEdHXiz6QT3cDhQqScto=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=DyBpX+WYQrUR/6FRaaAGgZw+5d9JO9BNSOJxqiETq3RJMA1FGAPwbVKaO9rnJxlj6\n\toul2rHxM9T2FYE0VMyx5ku3AdpIpb2fTAhualnHoPx7/P2Ujh/dHIOLKex9db15xTe\n\t4m5XTzlWfCOmNye6U17UfYh8+TpUFtErL5N0u1DY=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Fri, 5 Jun 2020 21:38:32 +0300", "Message-Id": "<20200605183833.8125-2-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.27.0", "In-Reply-To": "<20200605183833.8125-1-laurent.pinchart@ideasonboard.com>", "References": "<20200605183833.8125-1-laurent.pinchart@ideasonboard.com>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 2/3] libcamera: Use DEP5 to specify\n\tlicense of files that don't support SPDX", "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, 05 Jun 2020 18:38:58 -0000" }, "content": "Some files can't use SPDX as they don't support comments. This is the\ncase of the JSON files used by the Raspberry Pi IPA and camera tuning\ntools, as well as the PGM reference picture in the camera tuning tool.\n\nThe REUSE specification allows handling this case in two different ways:\n\n- Adding a ${file}.license file containing the license specification\n alongside each file.\n\n- Adding a .reuse/dep5 file, in Debian machine-readable copyright format\n (as specified in\n https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/).\n\nThe first option isn't practical, use the latter.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n .reuse/dep5 | 10 ++++++++++\n 1 file changed, 10 insertions(+)\n create mode 100644 .reuse/dep5", "diff": "diff --git a/.reuse/dep5 b/.reuse/dep5\nnew file mode 100644\nindex 000000000000..c05441cfb270\n--- /dev/null\n+++ b/.reuse/dep5\n@@ -0,0 +1,10 @@\n+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\n+Upstream-Name: libcamera\n+Upstream-Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n+Source: https://git.linuxtv.org/libcamera.git/\n+\n+Files: src/ipa/raspberrypi/data/*.json\n+ utils/raspberrypi/ctt/ctt_config_example.json\n+ utils/raspberrypi/ctt/ctt_ref.pgm\n+Copyright: 2019-2020 Raspberry Pi (Trading) Ltd.\n+License: BSD-2-Clause\n", "prefixes": [ "libcamera-devel", "2/3" ] }