From patchwork Mon Oct 10 17:32:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 17576 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 161A8C0DA4 for ; Mon, 10 Oct 2022 17:33:29 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id BFC0662D7E; Mon, 10 Oct 2022 19:33:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1665423208; bh=55MOMCzDFs2miad2G/Ve2cFOS/FFluePc6sLCG7JaOw=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=NXdvt7tmyuxBojPdybLSKz+CmowB/Awg+WjKxYgZDSW5iA2tR6ivvt3quI36BvCNN bm6SJVuRcddae1HdY8D8rdxyNVDbUMoofTa6JaJgU/7GJKfKEUAT23SDUSQ8/scl23 zTWRe5G9aTMPz7jQSXe2LVLWhdM1fyV9BcRFRYHgygfEBeOjPbge3bNZWGf0HqCXDd iracI86+1fmYKFmOmctRMtSvE4K0hO2a4W7QVI8vrUykjCqXUBH/A1ADGjqSWLSv/I Zm5x4GzC6vVQrQ0rfCTS9Sax5gPRfiuZ6+nw/A9XrOtBCZZrCa8Nn8Li9fIQKdmRue Y2dqGztfJYsAA== 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 534FA62D68 for ; Mon, 10 Oct 2022 19:33:24 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="KPDYTri/"; dkim-atps=neutral Received: from Monstersaurus.ksquared.org.uk.beta.tailscale.net (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CBFA8E3A; Mon, 10 Oct 2022 19:33:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1665423204; bh=55MOMCzDFs2miad2G/Ve2cFOS/FFluePc6sLCG7JaOw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KPDYTri/nfpsVox5zjot4hQpS2EadLZ65qwvKoJ1psiW7O2w9Pac78G5wnCWHfmit z7OXzd9fqIyJ1zav8WcUVRU5YB9pdHkuCxKmgUg+pPz7QzE7LdB30aWjzgEBBrD+eV 13bNgqj22QA3EgiaWN6VkD3X86TWgJ/YBg+yiK8w= To: libcamera devel Date: Mon, 10 Oct 2022 18:32:13 +0100 Message-Id: <20221010173214.3547133-5-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221010173214.3547133-1-kieran.bingham@ideasonboard.com> References: <20221010173214.3547133-1-kieran.bingham@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 4/5] utils: semver: Document licence and source 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-Patchwork-Original-From: Kieran Bingham via libcamera-devel From: Kieran Bingham Reply-To: Kieran Bingham Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Add the SPDX header, and a reference to the upstream source for this helper script. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- v3: - Match upstream proposal for SPDX header. - Remove reference to upstream source. Signed-off-by: Kieran Bingham --- utils/semver | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/semver b/utils/semver index 5b25f40ba48c..ee16087335e5 100755 --- a/utils/semver +++ b/utils/semver @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: Apache-2.0 set -o errexit -o nounset -o pipefail