From 2bafc93d58adc9e869b873737e982192b191d1a4 Mon Sep 17 00:00:00 2001 From: Christophe PRIOUZEAU Date: Mon, 7 Oct 2019 13:08:37 +0000 Subject: [PATCH] file: Clarify BSD license variant The license of file is BSD-2-Clause. Signed-off-by: Christophe Priouzeau Signed-off-by: Richard Purdie --- meta/recipes-devtools/file/file_5.37.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/file/file_5.37.bb b/meta/recipes-devtools/file/file_5.37.bb index 803aa9a271..a840dbc012 100644 --- a/meta/recipes-devtools/file/file_5.37.bb +++ b/meta/recipes-devtools/file/file_5.37.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.darwinsys.com/file/" SECTION = "console/utils" # two clause BSD -LICENSE = "BSD" +LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdda1b" DEPENDS = "zlib file-replacement-native" -- 2.40.1