From 8f9e51ccd19ec309f4d1e3e47228b3b9a8a9d25c Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Fri, 10 May 2019 11:24:26 +0200 Subject: ncurses: Use 'COPYING' for license file hash That file came with ncurses 6.0, when the initial license file hash was defined in ptxdist for ncurses 5.9, that file was not yet present. For details on ncurses licensing see: https://invisible-island.net/ncurses/ncurses-license.html Signed-off-by: Alexander Dahl Signed-off-by: Michael Olbrich --- rules/ncurses.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/ncurses.make b/rules/ncurses.make index 1df747983..c2a111cc2 100644 --- a/rules/ncurses.make +++ b/rules/ncurses.make @@ -24,8 +24,7 @@ NCURSES_URL := $(call ptx/mirror, GNU, ncurses/$(NCURSES).$(NCURSES_SUFFIX)) NCURSES_SOURCE := $(SRCDIR)/$(NCURSES).$(NCURSES_SUFFIX) NCURSES_DIR := $(BUILDDIR)/$(NCURSES) NCURSES_LICENSE := MIT -NCURSES_LICENSE_FILES := \ - file://include/curses.h.in;startline=2;endline=26;md5=12de1a79061c9246decc146201452dc5 +NCURSES_LICENSE_FILES := file://COPYING;md5=8a241caac0fd66225f7ac2d1b2ef76ac # ---------------------------------------------------------------------------- # Prepare -- cgit v1.2.3