The header of the file says GPL v2 only, so let's add an SPDX identifier. Signed-off-by: Robert Schwebel <[email protected]> --- Changes since (implicit) v1: * GPL-2.0 is obsolete, use GPL-2.0-only
applets/applets.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applets/applets.c b/applets/applets.c index 98c2b44f5..37d392439 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* vi: set sw=4 ts=4: */ /* * Stub for linking busybox binary against libbusybox. -- 2.39.5 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
