From 4f46ae9f3aeb72d60e3efec5a2c60c372520e532 Mon Sep 17 00:00:00 2001 From: SeongJae Park Date: Sun, 22 Jan 2023 21:36:44 +0000 Subject: [PATCH] Docs/driver-api/index: Add missing SPDX License Identifier Add missing SPDX License Identifier for driver-api documentation index file. Signed-off-by: SeongJae Park Link: https://lore.kernel.org/r/20230122213650.187710-3-sj@kernel.org Signed-off-by: Jonathan Corbet --- Documentation/driver-api/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index b208e0d..7a2584a 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + ============================== Driver implementer's API guide ============================== -- 2.7.4