From patchwork Thu Feb 13 15:36:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2820 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5FEF86196C for ; Thu, 13 Feb 2020 16:36:59 +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 EAF869D3 for ; Thu, 13 Feb 2020 16:36:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581608219; bh=aowwN1Rtht4i9ANzKyH9ZuoPffOI/Eiwr/0PK4Oie6c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=J1cMF0s1t7tJ3X+ky0tXSYmw2t54V0INk7KwvqlW/N0o/VkN0+K/7MIB5Rrlf5OQN 9AOWpey7fQzvPEVWxMs/djU28RJeFnDSU7BaGLBx9bzWER+9gAIKjO2Z+3TqWw8Zd5 3/GTSB5tVU4+RqQzRWRYtyOc8uhMYPmsMWraZMx4= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Thu, 13 Feb 2020 17:36:32 +0200 Message-Id: <20200213153635.27953-9-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 08/11] licenses: Add SPDX headers to the website builder and theme 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:36:59 -0000 Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/conf.py | 1 + Documentation/theme/footer.html | 3 +++ Documentation/theme/layout.html | 3 +++ Documentation/theme/search.html | 3 +++ Documentation/theme/static/css/theme.css | 2 ++ Documentation/theme/theme.conf | 2 ++ 6 files changed, 14 insertions(+) diff --git a/Documentation/conf.py b/Documentation/conf.py index bffd1d8f1e5d..78602c85e33f 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: CC-BY-SA-4.0 # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. diff --git a/Documentation/theme/footer.html b/Documentation/theme/footer.html index e63e9fb31099..12939e8b7c12 100644 --- a/Documentation/theme/footer.html +++ b/Documentation/theme/footer.html @@ -1,3 +1,6 @@ +{# +SPDX-License-Identifier: CC-BY-SA-4.0 +#}