diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2021-11-05 19:57:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-07 15:49:51 +0000 |
commit | 04492e42fd39a7a1de75387043dd308a122b1c2a (patch) | |
tree | a8cc22501bfe9fc94cfd925a7306d3bcec6cfca1 /meta/recipes-graphics | |
parent | daa069382c3266a6ebeb81d9e17b6f0344dc0d80 (diff) | |
download | poky-04492e42fd39a7a1de75387043dd308a122b1c2a.tar.gz |
libx11: Update LICENSE to better reflect reality
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.
(From OE-Core rev: 5cd90092e21ad245df40a60feed3598dd9c6b98b)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb b/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb index 7ee2a9c16a..f429daaf47 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb | |||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c30 | |||
20 | PROVIDES = "virtual/libx11" | 20 | PROVIDES = "virtual/libx11" |
21 | 21 | ||
22 | XORG_PN = "libX11" | 22 | XORG_PN = "libX11" |
23 | LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause" | 23 | LICENSE = "MIT & MIT-style & BSD-1-Clause & HPND & HPND-sell-variant" |
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" |
25 | 25 | ||
26 | DEPENDS += "xorgproto xtrans libxcb" | 26 | DEPENDS += "xorgproto xtrans libxcb" |