On 1/23/23 02:10, Takashi Iwai wrote:
On Sun, 22 Jan 2023 22:36:50 +0100, SeongJae Park wrote:
Add missing SPDX License Identifier for sound documentation index file.
Signed-off-by: SeongJae Park sj@kernel.org
Acked-by: Takashi Iwai tiwai@suse.de
Isn't GPL-2.0 deprecated? It should be GPL-2.0-only, no?
https://spdx.org/licenses/GPL-2.0.html
https://spdx.org/licenses/GPL-2.0-only.html
thanks,
Takashi
Documentation/sound/index.rst | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Documentation/sound/index.rst b/Documentation/sound/index.rst index 5abed5fc6485..7e67e12730d3 100644 --- a/Documentation/sound/index.rst +++ b/Documentation/sound/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0
============================= Sound Subsystem Documentation ============================= -- 2.25.1