The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 2/4] lib: glob: add missing SPDX-License-Identifier
@ 2026-02-28 19:53 Josh Law
  0 siblings, 0 replies; only message in thread
From: Josh Law @ 2026-02-28 19:53 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Josh Law

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

Signed-off-by: Josh Law <objecting@objecting.org>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-28 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28 19:53 [PATCH v2 2/4] lib: glob: add missing SPDX-License-Identifier Josh Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox