Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] unifdef: add missing license
@ 2023-09-19 17:22 Brandon Maier via buildroot
  2023-09-19 17:23 ` [Buildroot] [PATCH 2/2] unifdef: add target package Brandon Maier via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Brandon Maier via buildroot @ 2023-09-19 17:22 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Devoogdt, Brandon Maier, Thomas Petazzoni

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 <brandon.maier@collins.com>
---
 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
-- 
2.41.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-10-01 18:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-19 17:22 [Buildroot] [PATCH 1/2] unifdef: add missing license Brandon Maier via buildroot
2023-09-19 17:23 ` [Buildroot] [PATCH 2/2] unifdef: add target package Brandon Maier via buildroot
2023-09-21  8:08   ` Thomas Devoogdt
2023-09-21 17:00     ` [Buildroot] [External] " Maier, Brandon L Collins via buildroot
2023-09-21  7:53 ` [Buildroot] [PATCH 1/2] unifdef: add missing license Thomas Devoogdt
2023-09-28  0:27 ` [Buildroot] [PATCH v2 " Brandon Maier via buildroot
2023-09-28  0:27   ` [Buildroot] [PATCH v2 2/2] unifdef: add target package Brandon Maier via buildroot
2023-09-28 19:04     ` Thomas Devoogdt
2023-09-28 20:44     ` Yann E. MORIN
2023-09-28 20:44   ` [Buildroot] [PATCH v2 1/2] unifdef: add missing license Yann E. MORIN
2023-10-01 18:28   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox