From 057beeb6afa46fdbe72368254bd5b2a97d611362 Mon Sep 17 00:00:00 2001 From: Brandon Maier Date: Thu, 28 Sep 2023 00:27:27 +0000 Subject: [PATCH] unifdef: add missing license The COPYING also contains a BSD-3-Clause license. The BSD-3-Clause applies to "manual page unifdef.1 and the portability support code in the FreeBSD subdirectory". The BSD-2-Clause applies to everything else. Signed-off-by: Brandon Maier Reviewed-by: Thomas Devoogdt Signed-off-by: Yann E. MORIN (cherry picked from commit d8cea23ce4c2462000a3dd01304ba613a39253d5) Signed-off-by: Peter Korsgaard --- package/unifdef/unifdef.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/unifdef/unifdef.mk b/package/unifdef/unifdef.mk index 7d10595d1b..fd74455894 100644 --- a/package/unifdef/unifdef.mk +++ b/package/unifdef/unifdef.mk @@ -6,7 +6,7 @@ UNIFDEF_VERSION = 2.12 UNIFDEF_SITE = https://dotat.at/prog/unifdef -UNIFDEF_LICENSE = BSD-2-Clause +UNIFDEF_LICENSE = BSD-2-Clause, BSD-3-Clause UNIFDEF_LICENSE_FILES = COPYING define HOST_UNIFDEF_BUILD_CMDS