From 93cd10c060ea7fb974e504cf8158a5f2706c70de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 23 Mar 2020 21:19:58 +0100 Subject: [PATCH] premake4: Change license BSD -> BSD-3-Clause MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/premake/premake4_4.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/premake/premake4_4.3.bb b/recipes-support/premake/premake4_4.3.bb index 8ff3591..5ad6cad 100644 --- a/recipes-support/premake/premake4_4.3.bb +++ b/recipes-support/premake/premake4_4.3.bb @@ -1,5 +1,5 @@ SUMMARY = "A simple build configuration and project generation tool using lua" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6f3a39cc652afb51d2f2bc39b67e308f" HOMEPAGE = "http://premake.github.io/"