All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] lib: glob: add missing SPDX-License-Identifier
@ 2026-02-28 19:42 techyguyperplexable
  2026-02-28 19:49 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: techyguyperplexable @ 2026-02-28 19:42 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, techyguyperplexable

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

Signed-off-by: techyguyperplexable <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] 2+ messages in thread

end of thread, other threads:[~2026-02-28 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28 19:42 [PATCH 1/3] lib: glob: add missing SPDX-License-Identifier techyguyperplexable
2026-02-28 19:49 ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.