From 874242f129f1fc6cff48ffa581326735f1da66e1 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 21 Mar 2024 16:46:58 +0200 Subject: *: Add missing SPDX-License-Identifier for some .c/.h files Adding them as others: GPL-2.0-or-later Signed-off-by: Donatas Abraitis --- tools/cocci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/cocci.h b/tools/cocci.h index 7d6bb4cd7..99076b5d3 100644 --- a/tools/cocci.h +++ b/tools/cocci.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-or-later + /* some of this stuff doesn't seem to parse properly in coccinelle */ -- cgit v1.2.3