[PATCH v2 5/8] Docs/input/index: Add missing SPDX License Identifier

SeongJae Park posted 8 patches 2 years, 7 months ago
[PATCH v2 5/8] Docs/input/index: Add missing SPDX License Identifier
Posted by SeongJae Park 2 years, 7 months ago
Add missing SPDX License Identifier for input documentation index file.

Signed-off-by: SeongJae Park <sj@kernel.org>
---
 Documentation/input/index.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/input/index.rst b/Documentation/input/index.rst
index 35581cd18e91..d60bf9cfe005 100644
--- a/Documentation/input/index.rst
+++ b/Documentation/input/index.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 ===================
 Input Documentation
 ===================
-- 
2.25.1
Re: [PATCH v2 5/8] Docs/input/index: Add missing SPDX License Identifier
Posted by Mauro Carvalho Chehab 2 years, 7 months ago
Em Sun, 22 Jan 2023 21:36:47 +0000
SeongJae Park <sj@kernel.org> escreveu:

> Add missing SPDX License Identifier for input documentation index file.
> 
> Signed-off-by: SeongJae Park <sj@kernel.org>
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>

> ---
>  Documentation/input/index.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/input/index.rst b/Documentation/input/index.rst
> index 35581cd18e91..d60bf9cfe005 100644
> --- a/Documentation/input/index.rst
> +++ b/Documentation/input/index.rst
> @@ -1,3 +1,5 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +
>  ===================
>  Input Documentation
>  ===================



Thanks,
Mauro