From 44cc65185af05fbfaef6a149da63144ef0fbb07d Mon Sep 17 00:00:00 2001 From: Diego Russo Date: Fri, 18 Nov 2022 12:20:58 +0000 Subject: Add copyright/license to docs/source/conf.py File docs/source/conf.py is autogenerated by sphinx and it needs to carry Sphinx copyright notice and license. Change-Id: I6f506326e876e03515e2f6b4c5986f4f12b93302 --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index 1073089..c23c936 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. -# SPDX-License-Identifier: Apache-2.0 +# SPDX-FileCopyrightText: Copyright (c) 2007-2022 by the Sphinx team (see AUTHORS file) +# SPDX-License-Identifier: Apache-2.0 AND BSD-2-Clause """Configuration file for the Sphinx documentation builder.""" # This file only contains a selection of the most common options. For a full # list see the documentation: -- cgit v1.2.1