[Buildroot] [git commit branch/2026.05.x] package/ugetty: use correct SPDX license identifier
Thomas Perale via buildroot <[email protected]> Fri, 31 Jul 2026 14:13:02 +0200
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/e46a64a5face0d1ae73c8ac8100defa09b092de8 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/2026.05.x BSD-0-Clause is not a recognized SPDX license identifier. 0BSD is used in the LICENSE file, and LICENSE.0BSD matches the 0BSD license text [1]. [1] https://spdx.org/licenses/0BSD.html Signed-off-by: Fiona Klute <[email protected]> Signed-off-by: Julien Olivain <[email protected]> (cherry picked from commit 2a17921b60cd4a7e237287c791812a93164de11e) Signed-off-by: Thomas Perale <[email protected]> --- package/ugetty/ugetty.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ugetty/ugetty.mk b/package/ugetty/ugetty.mk index d3424bee42..6214498094 100644 --- a/package/ugetty/ugetty.mk +++ b/package/ugetty/ugetty.mk @@ -6,7 +6,7 @@ UGETTY_VERSION = f1b7858778800b7256e9874f266c1d16ced22a6e UGETTY_SITE = $(call github,ryancdotorg,ugetty,$(UGETTY_VERSION)) -UGETTY_LICENSE = BSD-0-Clause or MIT or CC0-1.0 +UGETTY_LICENSE = 0BSD or MIT or CC0-1.0 UGETTY_LICENSE_FILES = LICENSE LICENSE.0BSD LICENSE.CC0 LICENSE.MIT-0 define UGETTY_BUILD_CMDS _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot