]> code.ossystems Code Review - openembedded-core.git/commitdiff
libx11: Update LICENSE to better reflect reality
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 5 Nov 2021 18:57:36 +0000 (19:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Nov 2021 15:49:48 +0000 (15:49 +0000)
There are no traces of neither the BSD-2-Clause license nor the
BSD-4-Clause license being used in the code. There is one occurrence
of the BSD-1-Clause license. On the other hand, HPND and
HPND-sell-variant are all over the place.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb

index 7ee2a9c16a9c9541c00f016d91cca6b31ee317a4..f429daaf471bcfc439540ae4c3affba52a2230e6 100644 (file)
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c30
 PROVIDES = "virtual/libx11"
 
 XORG_PN = "libX11"
-LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause"
+LICENSE = "MIT & MIT-style & BSD-1-Clause & HPND & HPND-sell-variant"
 LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
 
 DEPENDS += "xorgproto xtrans libxcb"