From: Josh Law Date: Sat, 28 Feb 2026 19:53:00 +0000 (+0000) Subject: lib: glob: add missing SPDX-License-Identifier X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2428c141c06528703b9f7ca182cf4b35d9d22e;p=thirdparty%2Fkernel%2Fstable.git 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 Reviewed-by: Andrew Morton Signed-off-by: Andrew Morton --- diff --git a/lib/glob.c b/lib/glob.c index aa57900d2062c..d0654a5b6f0b1 100644 --- a/lib/glob.c +++ b/lib/glob.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) #include #include