From patchwork Thu Feb 13 15:36:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2823 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 E3A67619E1 for ; Thu, 13 Feb 2020 16:37:00 +0100 (CET) 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 2AFFD9D3 for ; Thu, 13 Feb 2020 16:37:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581608220; bh=xP1zLDNeuaAUWFjjX/HJQHGBIOg+AuveoezN4Jy3VwA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HRZakWDOb2Y0oQDYQ/CVmDVasVv2d4p8bE/f2HIgYqZIdmV1Qi/nBoLaiPzz+2ahG 59C/dWN3I6jAkJIEZSctZNBKnCnaDBRegFJpsxdXfNCdbnfHoegy0Bd4YHqgLrTPCt 5C3LU9d7Rpf4lRanaR2F1w422bnRNK8gWFcF49s8= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Thu, 13 Feb 2020 17:36:35 +0200 Message-Id: <20200213153635.27953-12-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 Subject: [libcamera-devel] [PATCH/RFC 11/11] licenses: Add SPDX headers to Gentoo ebuild 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: Thu, 13 Feb 2020 15:37:01 -0000 Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- package/gentoo/media-libs/libcamera/libcamera-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild index fc241b1f5584..b336932ef321 100644 --- a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild +++ b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild @@ -1,5 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only # Copyright 2019 Google Inc. -# Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_{5,6,7} )