{"id":2813,"url":"https://patchwork.libcamera.org/api/1.1/patches/2813/?format=json","web_url":"https://patchwork.libcamera.org/patch/2813/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/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":"<20200213153635.27953-2-laurent.pinchart@ideasonboard.com>","date":"2020-02-13T15:36:25","name":"[libcamera-devel,PATCH/RFC,01/11] licenses: Rename license files according to REUSE","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/2813/mbox/","series":[{"id":671,"url":"https://patchwork.libcamera.org/api/1.1/series/671/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=671","date":"2020-02-13T15:36:24","name":"Improve license information","version":1,"mbox":"https://patchwork.libcamera.org/series/671/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/2813/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/2813/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 6D80561965\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 13 Feb 2020 16:36:56 +0100 (CET)","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 05E249D3\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 13 Feb 2020 16:36:55 +0100 (CET)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1581608216;\n\tbh=OgXNq991Rc3xx8KSefkprUrCwpHEK34BL/BJ7QD8Q8k=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=wSQdcx8IfVXmFYuoFAAna6AfIdP/bAm5NPPE0aNgLoUFA4hF8HMm4Bo/fd9wDF6VE\n\twzcfGYvt+Y3z83MbIybrHW33i5LYiQHkCL9Pd8znf94CbsvIFl/iVFKLHXM1qogATg\n\tB1gvtSwMLdefqIZAtjZ/qQhZDN+ummpCuZ+B8/a0=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Thu, 13 Feb 2020 17:36:25 +0200","Message-Id":"<20200213153635.27953-2-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.24.1","In-Reply-To":"<20200213153635.27953-1-laurent.pinchart@ideasonboard.com>","References":"<20200213153635.27953-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH/RFC 01/11] licenses: Rename license files\n\taccording to REUSE","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":"Thu, 13 Feb 2020 15:36:56 -0000"},"content":"The REUSE specification [1] defines a standardized method for declaring\ncopyright and licensing information. Rename the licenses directory and\nthe files it contains to comply with the specification. No license test\nis modified.\n\n[1] https://reuse.software/spec/\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt         | 0\n licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt    | 0\n licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt           | 0\n licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt         | 0\n {licenses => LICENSES}/developer-certificate-of-origin.txt | 0\n 5 files changed, 0 insertions(+), 0 deletions(-)\n rename licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt (100%)\n rename licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt (100%)\n rename licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt (100%)\n rename licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt (100%)\n rename {licenses => LICENSES}/developer-certificate-of-origin.txt (100%)","diff":"diff --git a/licenses/apache-2.0.txt b/LICENSES/Apache-2.0.txt\nsimilarity index 100%\nrename from licenses/apache-2.0.txt\nrename to LICENSES/Apache-2.0.txt\ndiff --git a/licenses/cc-by-sa-v4.0.txt b/LICENSES/CC-BY-SA-4.0.txt\nsimilarity index 100%\nrename from licenses/cc-by-sa-v4.0.txt\nrename to LICENSES/CC-BY-SA-4.0.txt\ndiff --git a/licenses/gnu-gpl-2.0.txt b/LICENSES/GPL-2.0.txt\nsimilarity index 100%\nrename from licenses/gnu-gpl-2.0.txt\nrename to LICENSES/GPL-2.0.txt\ndiff --git a/licenses/gnu-lgpl-2.1.txt b/LICENSES/LGPL-2.1.txt\nsimilarity index 100%\nrename from licenses/gnu-lgpl-2.1.txt\nrename to LICENSES/LGPL-2.1.txt\ndiff --git a/licenses/developer-certificate-of-origin.txt b/LICENSES/developer-certificate-of-origin.txt\nsimilarity index 100%\nrename from licenses/developer-certificate-of-origin.txt\nrename to LICENSES/developer-certificate-of-origin.txt\n","prefixes":["libcamera-devel","PATCH/RFC","01/11"]}