{"id":4122,"url":"https://patchwork.libcamera.org/api/patches/4122/?format=json","web_url":"https://patchwork.libcamera.org/patch/4122/","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":"<20200622171910.608894-9-jacopo@jmondi.org>","date":"2020-06-22T17:18:53","name":"[libcamera-devel,08/25] media: ov5647: Replace license with SPDX identifier","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"cdd62825e2448f788f7d49b0bcc1156a59985c2f","submitter":{"id":3,"url":"https://patchwork.libcamera.org/api/people/3/?format=json","name":"Jacopo Mondi","email":"jacopo@jmondi.org"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/4122/mbox/","series":[{"id":1026,"url":"https://patchwork.libcamera.org/api/series/1026/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1026","date":"2020-06-22T17:18:45","name":"media: ov5647: Support RaspberryPi Camera Module v1","version":1,"mbox":"https://patchwork.libcamera.org/series/1026/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/4122/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/4122/checks/","tags":{},"headers":{"Return-Path":"<jacopo@jmondi.org>","Received":["from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net\n\t[217.70.183.200])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id D21F5603B9\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 22 Jun 2020 19:16:31 +0200 (CEST)","from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 377F220002;\n\tMon, 22 Jun 2020 17:16:28 +0000 (UTC)"],"X-Originating-IP":"93.34.118.233","From":"Jacopo Mondi <jacopo@jmondi.org>","To":"lolivei@synopsys.com, mchehab@kernel.org, sakari.ailus@linux.intel.com, \n\thverkuil@xs4all.nl, laurent.pinchart@ideasonboard.com,\n\troman.kovalivskyi@globallogic.com, dave.stevenson@raspberrypi.org,\n\tnaush@raspberrypi.com","Cc":"Jacopo Mondi <jacopo@jmondi.org>, mrodin@de.adit-jv.com,\n\thugues.fruchet@st.com, mripard@kernel.org, aford173@gmail.com,\n\tsudipi@jp.adit-jv.com, andrew_gabbasov@mentor.com,\n\terosca@de.adit-jv.com, \n\tlinux-media@vger.kernel.org, libcamera-devel@lists.libcamera.org","Date":"Mon, 22 Jun 2020 19:18:53 +0200","Message-Id":"<20200622171910.608894-9-jacopo@jmondi.org>","X-Mailer":"git-send-email 2.27.0","In-Reply-To":"<20200622171910.608894-1-jacopo@jmondi.org>","References":"<20200622171910.608894-1-jacopo@jmondi.org>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH 08/25] media: ov5647: Replace license with\n\tSPDX identifier","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":"Mon, 22 Jun 2020 17:16:32 -0000"},"content":"Replace the boilerplate license text with the SPDX identifier.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n drivers/media/i2c/ov5647.c | 10 +---------\n 1 file changed, 1 insertion(+), 9 deletions(-)","diff":"diff --git a/drivers/media/i2c/ov5647.c b/drivers/media/i2c/ov5647.c\nindex e9679382623f9..61aa86e507b32 100644\n--- a/drivers/media/i2c/ov5647.c\n+++ b/drivers/media/i2c/ov5647.c\n@@ -1,3 +1,4 @@\n+// SPDX-License-Identifier: GPL-2.0\n /*\n  * A V4L2 driver for OmniVision OV5647 cameras.\n  *\n@@ -8,15 +9,6 @@\n  * Copyright (C) 2006-7 Jonathan Corbet <corbet@lwn.net>\n  *\n  * Copyright (C) 2016, Synopsys, Inc.\n- *\n- * This program is free software; you can redistribute it and/or\n- * modify it under the terms of the GNU General Public License as\n- * published by the Free Software Foundation version 2.\n- *\n- * This program is distributed .as is. WITHOUT ANY WARRANTY of any\n- * kind, whether express or implied; without even the implied warranty\n- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n- * GNU General Public License for more details.\n  */\n \n #include <linux/clk.h>\n","prefixes":["libcamera-devel","08/25"]}