[Buildroot] [PATCH 2/3] package/ncurses: Fixing license information
Martin Bachmann
martin.bachmann at designwerk.com
Fri Mar 6 14:10:42 UTC 2026
MIT with advertising clause is the same as X11
The license text is the same as mentioned on https://spdx.org/licenses/X11.html
Signed-off-by: Martin Bachmann <martin.bachmann at designwerk.com>
---
package/ncurses/ncurses.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index 5e2077500a..584014c70d 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -12,7 +12,7 @@ NCURSES_VERSION_GIT = $(subst .,_,$(subst -,_,$(NCURSES_VERSION)))
NCURSES_SITE = $(call github,ThomasDickey,ncurses-snapshots,v$(NCURSES_VERSION_GIT))
NCURSES_INSTALL_STAGING = YES
NCURSES_DEPENDENCIES = host-ncurses
-NCURSES_LICENSE = MIT with advertising clause
+NCURSES_LICENSE = X11
NCURSES_LICENSE_FILES = COPYING
NCURSES_CPE_ID_VENDOR = gnu
NCURSES_CPE_ID_VERSION = $(NCURSES_VERSION_MAJOR)$(if $(NCURSES_SNAPSHOT_DATE),.$(NCURSES_SNAPSHOT_DATE))
More information about the buildroot
mailing list