[elbe-devel] [PATCH v1 16/16] docs: conf.py: Add license and copyright
Bastian Germann
bage at linutronix.de
Thu Aug 25 16:27:22 CEST 2022
Am 25.08.22 um 15:49 schrieb Viraj Shah:
> * Inherit Lcense and copyright from project.
>
> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
> ---
> docs/conf.py | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/docs/conf.py b/docs/conf.py
> index 2cd19607f..04b6aa720 100644
> --- a/docs/conf.py
> +++ b/docs/conf.py
> @@ -1,3 +1,5 @@
> +# SPDX-License-Identifier: GPL-3.0-or-later
> +# SPDX-FileCopyrightText: Linutronix GmbH
> # -*- coding: utf-8 -*-
You should keep this as the first line.
As we do not have editor commands in the rest of the code I am okay with removing it.
> #
> # ELBE documentation build configuration file, created by
More information about the elbe-devel
mailing list