diff mbox series

[8/8] util-macros: Remove redundant MIT license

Message ID 20260601181251.123019-9-JPEWhacker@gmail.com
State New
Headers show
Series Licensing fixes | expand

Commit Message

Joshua Watt June 1, 2026, 6:11 p.m. UTC
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(-)
diff mbox series

Patch

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"