]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
unfs3: Use SPDX identifier
authorBastian Germann <bage@debian.org>
Fri, 31 Jan 2025 19:25:22 +0000 (20:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Feb 2025 16:54:15 +0000 (16:54 +0000)
The unfs3 license matches the SPDX template for BSD-3-Clause.
There is no reason why this should be referenced as unfs3,
which is not a registered SPDX identifier.

License-Update: use SPDX identifier

Signed-off-by: Bastian Germann <bage@debian.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/unfs3/unfs3_git.bb

index c5b7898b3c13d4efa384b3f891d16cba31a08bac..0a274d6ffd4d525ab4dc33cea05771ed9c74cc18 100644 (file)
@@ -4,7 +4,7 @@ specification. It provides a daemon for the MOUNT and NFS protocols, which \
 are used by NFS clients for accessing files on the server."
 HOMEPAGE = "https://github.com/unfs3/unfs3"
 SECTION = "console/network"
-LICENSE = "unfs3"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
 
 DEPENDS = "flex-native bison-native flex"