[PATCH 1/3] lib: glob: add missing SPDX-License-Identifier
From: techyguyperplexable
Date: Sat Feb 28 2026 - 15:12:40 EST
Add the missing dual MIT/GPL license identifier to glob.c.
Signed-off-by: techyguyperplexable <objecting@xxxxxxxxxxxxx>
---
lib/glob.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/glob.c b/lib/glob.c
index aa57900d2062..d0654a5b6f0b 100644
--- a/lib/glob.c
+++ b/lib/glob.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
#include <linux/module.h>
#include <linux/glob.h>
--
2.43.0