lib: glob: add missing SPDX-License-Identifier

Add the missing dual MIT/GPL license identifier to glob.c.

Link: https://lkml.kernel.org/r/20260228195300.2468310-1-objecting@objecting.org
Signed-off-by: Josh Law <objecting@objecting.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
master
Josh Law 2026-02-28 19:53:00 +00:00 committed by Andrew Morton
parent 8fba1920ac
commit ac2428c141
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
#include <linux/module.h>
#include <linux/glob.h>