| Message ID | 20260601181251.123019-9-JPEWhacker@gmail.com |
|---|---|
| State | Accepted, archived |
| Commit | 941dc1fb5074d6d194d0c0bd4b585a773961683a |
| Headers | show |
| Series | Licensing fixes | expand |
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb b/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb index c8e0b8d490..7cd774bac6 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb @@ -4,7 +4,7 @@ DESCRIPTION = "M4 autotools macros used by various X.org programs." require xorg-util-common.inc -LICENSE = "MIT & MIT" +LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=42ba50748cb7ccf8739424e5e2072b02" PE = "1"
Removes a redundant MIT license declaration Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> --- meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)