* [PATCH] font-util: Correct SPDX expression
@ 2025-01-24 16:17 Bastian Germann
2025-01-24 16:17 ` [PATCH] libbsd: Drop licenses that were removed upstream Bastian Germann
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Bastian Germann @ 2025-01-24 16:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Bastian Germann
The BSD-4-Clause license is not contained in version 1.4.1.
But MIT and X11 are listed in the COPYING file.
License-Update: upstream has changed
Signed-off-by: Bastian Germann <bage@debian.org>
---
meta/recipes-graphics/xorg-font/font-util_1.4.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb b/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb
index 0c65927fb4..6ad112aca7 100644
--- a/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb
+++ b/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "X.Org font package creation/installation utilities"
require xorg-font-common.inc
-LICENSE = "Unicode-TOU & BSD-4-Clause & BSD-2-Clause"
+LICENSE = "Unicode-TOU & MIT & X11 & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=2a9e705c00e463c8d294f90486852e06 \
file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \
file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] libbsd: Drop licenses that were removed upstream
2025-01-24 16:17 [PATCH] font-util: Correct SPDX expression Bastian Germann
@ 2025-01-24 16:17 ` Bastian Germann
2025-01-24 16:17 ` [PATCH] libxfont2: Document more specific BSD-4-Clause-UC Bastian Germann
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Bastian Germann @ 2025-01-24 16:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Bastian Germann
The libbsd project has gotten rid of BSD-4-Clause licensed material.
Version 0.11.8 is the first not to contain any such material anymore.
License-Update: removed upstream
Signed-off-by: Bastian Germann <bage@debian.org>
---
meta/recipes-support/libbsd/libbsd_0.12.2.bb | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-support/libbsd/libbsd_0.12.2.bb b/meta/recipes-support/libbsd/libbsd_0.12.2.bb
index 7d5e88f293..bd503cb031 100644
--- a/meta/recipes-support/libbsd/libbsd_0.12.2.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.12.2.bb
@@ -15,20 +15,17 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/"
# License: BSD-3-clause-author
# License: BSD-3-clause-John-Birrell
# License: BSD-3-clause-Regents
-# License: BSD-4-clause-Christopher-G-Demetriou
-# License: BSD-4-clause-Niels-Provos
# License: BSD-5-clause-Peter-Wemm
# License: Beerware
# License: Expat
# License: ISC
# License: ISC-Original
# License: public-domain
-# License: public-domain-Colin-Plumb
-LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
+LICENSE = "BSD-3-Clause & ISC & PD"
LICENSE:${PN} = "BSD-3-Clause & ISC & PD"
LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD"
LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD"
-LICENSE:${PN}-doc = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
+LICENSE:${PN}-doc = "BSD-3-Clause & ISC & PD"
LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD"
LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD"
LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] libxfont2: Document more specific BSD-4-Clause-UC
2025-01-24 16:17 [PATCH] font-util: Correct SPDX expression Bastian Germann
2025-01-24 16:17 ` [PATCH] libbsd: Drop licenses that were removed upstream Bastian Germann
@ 2025-01-24 16:17 ` Bastian Germann
2025-01-24 16:17 ` [PATCH] man-pages: " Bastian Germann
2025-01-24 16:17 ` [PATCH] util-linux: " Bastian Germann
3 siblings, 0 replies; 5+ messages in thread
From: Bastian Germann @ 2025-01-24 16:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Bastian Germann
COPYING in libxfont2 upstream contains only one BSD-4-Clause text variant,
which is explicitly covered by the copyright addendum by University of
California. Change the SPDX license reference to BSD-4-Clause-UC.
License-Update: reference can be more specific
Signed-off-by: Bastian Germann <bage@debian.org>
---
meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
index bf0c7d0775..bf49d728b9 100644
--- a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
@@ -6,7 +6,7 @@ such as freetype)."
require xorg-lib-common.inc
-LICENSE = "MIT & MIT & BSD-4-Clause & BSD-2-Clause"
+LICENSE = "MIT & MIT & BSD-4-Clause-UC & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=a5d1388c9d40be70dbad35fa440443f7"
DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] man-pages: Document more specific BSD-4-Clause-UC
2025-01-24 16:17 [PATCH] font-util: Correct SPDX expression Bastian Germann
2025-01-24 16:17 ` [PATCH] libbsd: Drop licenses that were removed upstream Bastian Germann
2025-01-24 16:17 ` [PATCH] libxfont2: Document more specific BSD-4-Clause-UC Bastian Germann
@ 2025-01-24 16:17 ` Bastian Germann
2025-01-24 16:17 ` [PATCH] util-linux: " Bastian Germann
3 siblings, 0 replies; 5+ messages in thread
From: Bastian Germann @ 2025-01-24 16:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Bastian Germann
LIC_FILES_CHKSUM in the man-pages recipe already contains the more
specific license reference BSD-4-Clause-UC that takes a copyright
addendum by University of California into account.
License-Update: reference can be more specific
Signed-off-by: Bastian Germann <bage@debian.org>
---
meta/recipes-extended/man-pages/man-pages_6.9.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/man-pages/man-pages_6.9.1.bb b/meta/recipes-extended/man-pages/man-pages_6.9.1.bb
index ba1a6c16c4..8258874dd7 100644
--- a/meta/recipes-extended/man-pages/man-pages_6.9.1.bb
+++ b/meta/recipes-extended/man-pages/man-pages_6.9.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Linux man-pages"
DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs"
SECTION = "console/utils"
HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
-LICENSE = "GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & MIT"
+LICENSE = "GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT"
LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \
file://LICENSES/BSD-2-Clause.txt;md5=9e16594a228301089d759b4f178db91f \
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] util-linux: Document more specific BSD-4-Clause-UC
2025-01-24 16:17 [PATCH] font-util: Correct SPDX expression Bastian Germann
` (2 preceding siblings ...)
2025-01-24 16:17 ` [PATCH] man-pages: " Bastian Germann
@ 2025-01-24 16:17 ` Bastian Germann
3 siblings, 0 replies; 5+ messages in thread
From: Bastian Germann @ 2025-01-24 16:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Bastian Germann
LIC_FILES_CHKSUM in the util-linux recipe already contains the more
specific license reference BSD-4-Clause-UC that takes a copyright
addendum by University of California into account.
License-Update: reference can be more specific
Signed-off-by: Bastian Germann <bage@debian.org>
---
meta/recipes-core/util-linux/util-linux.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 1dc30c0535..56162ab147 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -6,7 +6,7 @@ disk partitioning, kernel message management, filesystem creation, and system lo
SECTION = "base"
-LICENSE = "GPL-1.0-or-later & GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & MIT"
+LICENSE = "GPL-1.0-or-later & GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT"
LICENSE:${PN}-fcntl-lock = "MIT"
LICENSE:${PN}-fdisk = "GPL-1.0-or-later"
LICENSE:${PN}-libblkid = "LGPL-2.1-or-later"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-24 16:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 16:17 [PATCH] font-util: Correct SPDX expression Bastian Germann
2025-01-24 16:17 ` [PATCH] libbsd: Drop licenses that were removed upstream Bastian Germann
2025-01-24 16:17 ` [PATCH] libxfont2: Document more specific BSD-4-Clause-UC Bastian Germann
2025-01-24 16:17 ` [PATCH] man-pages: " Bastian Germann
2025-01-24 16:17 ` [PATCH] util-linux: " Bastian Germann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox