From patchwork Wed Sep 28 12:09:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 17450 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 DC759BD16B for ; Wed, 28 Sep 2022 12:09:43 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9412D622AE; Wed, 28 Sep 2022 14:09:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1664366983; bh=vVCXokqyOOXvsjARlkbEiv8fdTejOCwfhOHU3IqO7CE=; 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=0E+BDEM90WW6WGzKSNYkGi/FOIVoxczBJ8qXFZum5iwcJ6Hy7Hnmo3FZUOPDofBby 9PTBHwj4nQnGL8tpEm5YSid1MRHiL9YGUhP3OFJoKcndIVGQP/k9vMYRgyNXY3INOp J/6aQTwTt7RLxBiQuvigPqCMCZuCwIlk5D2cBrzeWGqmRaJaNB2tPVCgybvodxMDmR kGt7niXq7DtTsUEWkFAm7bG+LU4wO/YPqOF+myhqC4mCmtVXCXLo6Wmp9LZp7dU9GK 9MvYR3JQ6WScLmofEt/Xo+omFeXtK35RVXsYZDWbGy+gqXaGoYv094uF71x2JNXnuC QaJz3+zfMW+uQ== 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 21B68622A6 for ; Wed, 28 Sep 2022 14:09:41 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="q3xrz8MI"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9DB5847C for ; Wed, 28 Sep 2022 14:09:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664366980; bh=vVCXokqyOOXvsjARlkbEiv8fdTejOCwfhOHU3IqO7CE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=q3xrz8MIiRygpegYJw+HwZgRXPU8fsR0vAb2kFGsQ94t2f5n7Zz6I9fnJDGlgbUTA ShBTUobWy927cTRghd4Iy4Eu46SmZCBdjftJXirOZFcL2xV3NX9tiPvch1WSbzp/nB GaphDteTfoREwdgBzubrfsWo4kWo9TedvMeP5dEc= To: libcamera-devel@lists.libcamera.org Date: Wed, 28 Sep 2022 15:09:33 +0300 Message-Id: <20220928120937.10031-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> References: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 1/5] Documentation: Add missing SPDX headers 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" Two documentation files are missing SPDX headers. Add them, with the CC-BY-SA-4.0 license that covers all the libcamera documentation. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/getting-started.rst | 1 + src/ipa/ipu3/ipu3-ipa-design-guide.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Documentation/getting-started.rst b/Documentation/getting-started.rst index 4cc34a176fe6..987f43f78379 100644 --- a/Documentation/getting-started.rst +++ b/Documentation/getting-started.rst @@ -1,3 +1,4 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 .. Getting started information is defined in the project README file. .. include:: ../README.rst :start-after: .. section-begin-getting-started diff --git a/src/ipa/ipu3/ipu3-ipa-design-guide.rst b/src/ipa/ipu3/ipu3-ipa-design-guide.rst index e724fdda2631..725063978adf 100644 --- a/src/ipa/ipu3/ipu3-ipa-design-guide.rst +++ b/src/ipa/ipu3/ipu3-ipa-design-guide.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + IPU3 IPA Architecture Design and Overview =========================================