> The header of the file says GPL v2 only, so let's add an SPDX
> identifier.
>
> Signed-off-by: Robert Schwebel <[email protected]>
> ---
>  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

GPL-2.0 is deprecated[0]. Maybe use GPL-2.0-only instead?

[0]: https://spdx.org/licenses/GPL-2.0.html

>  /* vi: set sw=4 ts=4: */
>  /*
>   * Stub for linking busybox binary against libbusybox.

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to