]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libxpm: Fix license
authorJoshua Watt <JPEWhacker@gmail.com>
Tue, 21 Jul 2026 20:22:16 +0000 (14:22 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jul 2026 16:32:11 +0000 (17:32 +0100)
The license for this software is X11 and MIT (verified using the SPDX
license matcher website), so fix it up to be the correct SPDX
expression.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxpm_3.5.19.bb

index 32e052fd42490e5e21a0118f4f44bca6cfbcd1c9..fe465af4fe9f87eb6f5d8398ec5d5bcf969417f3 100644 (file)
@@ -10,7 +10,7 @@ pixmap format, which is commonly used in legacy X applications.  XPM is \
 an extension of the monochrome XBM bitmap specificied in the X \
 protocol."
 
-LICENSE = "MIT"
+LICENSE = "MIT AND X11"
 LIC_FILES_CHKSUM = "file://COPYING;md5=903942ebc9d807dfb68540f40bae5aff"
 DEPENDS += "libxext libsm libxt gettext-native"
 PE = "1"