All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ncurses: License information is in a separate file
@ 2019-09-20 19:32 Thomas Huth
  2019-09-21 21:11 ` Thomas Petazzoni
  2019-09-30 14:00 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2019-09-20 19:32 UTC (permalink / raw)
  To: buildroot

The recent versions of ncurses now have the license information
in a separate file called COPYING.

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
---
 package/ncurses/ncurses.hash | 2 +-
 package/ncurses/ncurses.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ncurses/ncurses.hash b/package/ncurses/ncurses.hash
index cb6ef6b863..123256bf94 100644
--- a/package/ncurses/ncurses.hash
+++ b/package/ncurses/ncurses.hash
@@ -1,4 +1,4 @@
 # Locally calculated after checking pgp signature
 sha256	aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17	ncurses-6.1.tar.gz
 # Locally computed
-sha256 3c7bc1dd475a5e5dcc7bdf13268a0313ff69e3765689444eb95b5893f61b3d1e  README
+sha256	86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9	COPYING
diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index e27598bd42..12fb9812e7 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -9,7 +9,7 @@ NCURSES_SITE = $(BR2_GNU_MIRROR)/ncurses
 NCURSES_INSTALL_STAGING = YES
 NCURSES_DEPENDENCIES = host-ncurses
 NCURSES_LICENSE = MIT with advertising clause
-NCURSES_LICENSE_FILES = README
+NCURSES_LICENSE_FILES = COPYING
 NCURSES_CONFIG_SCRIPTS = ncurses$(NCURSES_LIB_SUFFIX)6-config
 
 NCURSES_CONF_OPTS = \
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/ncurses: License information is in a separate file
  2019-09-20 19:32 [Buildroot] [PATCH] package/ncurses: License information is in a separate file Thomas Huth
@ 2019-09-21 21:11 ` Thomas Petazzoni
  2019-09-30 14:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-21 21:11 UTC (permalink / raw)
  To: buildroot

On Fri, 20 Sep 2019 21:32:36 +0200
Thomas Huth <huth@tuxfamily.org> wrote:

> The recent versions of ncurses now have the license information
> in a separate file called COPYING.
> 
> Signed-off-by: Thomas Huth <huth@tuxfamily.org>
> ---
>  package/ncurses/ncurses.hash | 2 +-
>  package/ncurses/ncurses.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/ncurses: License information is in a separate file
  2019-09-20 19:32 [Buildroot] [PATCH] package/ncurses: License information is in a separate file Thomas Huth
  2019-09-21 21:11 ` Thomas Petazzoni
@ 2019-09-30 14:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-09-30 14:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Huth <huth@tuxfamily.org> writes:

 > The recent versions of ncurses now have the license information
 > in a separate file called COPYING.

 > Signed-off-by: Thomas Huth <huth@tuxfamily.org>

Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-30 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-20 19:32 [Buildroot] [PATCH] package/ncurses: License information is in a separate file Thomas Huth
2019-09-21 21:11 ` Thomas Petazzoni
2019-09-30 14:00 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.