From 9d99cb5273ee0a775307afe13c14f01cb37426e0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 3 Sep 2021 14:24:48 +0100 Subject: xinetd: correct LICENSE The xinetd license is superficially BSD-like, but it isn't BSD. Now that we have the full SPDX license set in oe-core, use the specific xinetd license. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb index e6ef5cf8b9..ec90de830d 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb @@ -2,9 +2,7 @@ SUMMARY = "Socket-based service activation daemon" HOMEPAGE = "https://github.com/xinetd-org/xinetd" DESCRIPTION = "xinetd is a powerful replacement for inetd, xinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, can place limits on the number of servers that can be started, and has deployable defence mechanisms to protect against port scanners, among other things." -# xinetd is a BSD-like license -# Apple and Gentoo say BSD here. -LICENSE = "BSD" +LICENSE = "xinetd" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=55c5fdf02cfcca3fc9621b6f2ceae10f" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" -- cgit 1.2.3-korg