The header of the file says GPL v2 only, so let's add an SPDX identifier. Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de> --- applets/applets.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/applets/applets.c b/applets/applets.c index 98c2b44f5..9220611c4 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* vi: set sw=4 ts=4: */ /* * Stub for linking busybox binary against libbusybox. -- 2.39.5 _______________________________________________ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox