From patchwork Fri Nov 10 14:23:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 19203 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 B6304C3285 for ; Fri, 10 Nov 2023 14:23:13 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 16E39629C2; Fri, 10 Nov 2023 15:23:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1699626193; bh=wk1Kk4juWETMGAxB/gZSdWSZSLvSvbS5wt/7cSS4ZcI=; 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=nwKK9e8EdgoY/cA8FuF65+FRuJXZRcAPTRONKKLHqHMM3cMyUFq6CC7lmOtjocstZ pH0KztJic0gbV+zaJa0ATfuWp1JwqCxTex0xVsZDlrjj+/blz4j/75rtAWVD2FT7DF nnjji9VLGwoR+LYEU63Lw209lCzKpblocFAQjtJILXSXFWMhrMbgzhJrzmAl+kCNYE NSa5y5YffPV83LkYp9RM8kpbBHn5WYypYcjW63HsDsPsMcK/MhvEbcGWDxYy5ra3nO j9106Xklf5Xpt2Z03S0sRiI0t8imm52m68+FlmIP9iimxFjEsUKPbUQBkdJwXuRbPR S00MiNwG0kQUw== 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 83285629C3 for ; Fri, 10 Nov 2023 15:23:10 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="JS8ayxoB"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1DFD149E; Fri, 10 Nov 2023 15:22:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1699626167; bh=wk1Kk4juWETMGAxB/gZSdWSZSLvSvbS5wt/7cSS4ZcI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JS8ayxoBTp0OE7M9KMyXVzq6NRmcofPQAUhfHutM4CE3J75WbDWeVPVdrZmZK3eOs iJGvMJfVyaWh7n4uCq+TE8QWRrLNwQg3a9DjQIXf/HogCBueih9jvQJR1N0QrJOzYA cWxGEsmPF5eKw7cYS+62fK5/+3Unf0T0Xt37aZrI= To: libcamera-devel@lists.libcamera.org Date: Fri, 10 Nov 2023 16:23:09 +0200 Message-ID: <20231110142311.3818-4-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231110142311.3818-1-laurent.pinchart@ideasonboard.com> References: <20231110142311.3818-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1 3/5] Documentation: code-of-conduct: Add license information 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: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The Contributor Covenant is covered by the CC-BY-4.0 license. Indicate this in the file. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/code-of-conduct.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/code-of-conduct.rst b/Documentation/code-of-conduct.rst index b7aa9b3879e3..856f7e7115c5 100644 --- a/Documentation/code-of-conduct.rst +++ b/Documentation/code-of-conduct.rst @@ -1,3 +1,4 @@ +.. SPDX-License-Identifier: CC-BY-4.0 Contributor Covenant Code of Conduct ====================================