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
parent
8fba1920ac
commit
ac2428c141
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||||
#include <linux/module.h>
|
||||
#include <linux/glob.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue