From patchwork Fri Nov 6 10:36:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 10351 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id B20BDBE082 for ; Fri, 6 Nov 2020 10:37:31 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 733C362D1B; Fri, 6 Nov 2020 11:37:31 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="DclssxSB"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0CF6E62D1B for ; Fri, 6 Nov 2020 11:37:30 +0100 (CET) Received: from pyrite.rasen.tech (unknown [IPv6:2400:4051:61:600:2c71:1b79:d06d:5032]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DD62DB16; Fri, 6 Nov 2020 11:37:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1604659049; bh=Bo0cfAXPk2v+PelgSrJJRziHgmEEGhDOL1sQiZQauSY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DclssxSBudmyt10vbyFmnFJZEQknXkOTGBxtA5tM9fQAzLe4hDGpKsiq88RRPeUbz GJH2mFrXtmY8mVvBCsXA24WVmK6/gkJ89FdQ/MQxIGuOvbfwlHVm6h+wWOg5OKmKqs ++DiX4azLsEO9MGOSm4twgXGI4rkrb0RjFFAJ+mA= From: Paul Elder To: libcamera-devel@lists.libcamera.org Date: Fri, 6 Nov 2020 19:36:33 +0900 Message-Id: <20201106103707.49660-4-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20201106103707.49660-1-paul.elder@ideasonboard.com> References: <20201106103707.49660-1-paul.elder@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v4 03/37] libcamera: Update dep5 to specify license for mojo 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Add licensing information for mojo in dep5. Signed-off-by: Paul Elder Reviewed-by: Jacopo Mondi Reviewed-by: Laurent Pinchart Reviewed-by: Niklas Söderlund Reviewed-by: Kieran Bingham --- No change in v4 Changes in v3: - fix copyright years New in v2 --- .reuse/dep5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.reuse/dep5 b/.reuse/dep5 index a66f27e7..1fd90dd7 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -13,3 +13,9 @@ Files: src/qcam/assets/feathericons/*.svg Copyright: 2019 Cole Bemis (and other Feather icons contributors) License: MIT Comment: https://feathericons.com/ + +Files: utils/ipc/mojo + utils/ipc/tools +Copyright: Copyright 2013-2020 The Chromium Authors. All rights reserved. +License: BSD-3-Clause +Source: https://chromium.googlesource.com/chromium/src.git/