From patchwork Fri Jun 5 18:38:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 3959 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 05F9B613E5 for ; Fri, 5 Jun 2020 20:38:58 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="t2D1O/RI"; dkim-atps=neutral Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 92B88501 for ; Fri, 5 Jun 2020 20:38:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1591382337; bh=Jn9SRG6JYerMxGmIYWac8Srn32hlVKXZX+4y7AvBQoc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t2D1O/RI1ptQcX9izvd5gAVkF9wakBCjfLCfH17vCaKGKasInHMbP+y7wsl/8H5P8 iEUXJM4pTpEJpgpmh/yZRRVNyNAU+SZYWfMPI4AD22DLoUcN3pzUuBQPk0UkswEKhG pxYCibFE/l8HXN7Z6I5skDFpOqHShwpbhGB89AWg= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 21:38:33 +0300 Message-Id: <20200605183833.8125-3-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 Subject: [libcamera-devel] [PATCH 3/3] qcam: Specify Feather icons license in DEP5 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 18:38:58 -0000 Specify the license of the Feather icons files in the .reuse/dep5 file. Technically speaking the SVG format supports comments, SPDX could thus be used, but that would be impractical both due to the large number of files, and the fact that they would then diverge from the upstream project. We can remove the README.md file, as it now only contains redundant or incorrect information: the license and project URL are contained in the DEP5 file, and the comment related to generation of the GRC file is outdated as the file is now manually edited to only include the icons that we need. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- .reuse/dep5 | 5 +++++ src/qcam/assets/feathericons/README.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 src/qcam/assets/feathericons/README.md diff --git a/.reuse/dep5 b/.reuse/dep5 index c05441cfb270..a66f27e7fedd 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -8,3 +8,8 @@ Files: src/ipa/raspberrypi/data/*.json utils/raspberrypi/ctt/ctt_ref.pgm Copyright: 2019-2020 Raspberry Pi (Trading) Ltd. License: BSD-2-Clause + +Files: src/qcam/assets/feathericons/*.svg +Copyright: 2019 Cole Bemis (and other Feather icons contributors) +License: MIT +Comment: https://feathericons.com/ diff --git a/src/qcam/assets/feathericons/README.md b/src/qcam/assets/feathericons/README.md deleted file mode 100644 index ce7664f6bf16..000000000000 --- a/src/qcam/assets/feathericons/README.md +++ /dev/null @@ -1,5 +0,0 @@ -Icons from https://feathericons.com/ -License: MIT - -Generate the QRC file with: - rcc --project