[Buildroot] [git commit branch/2018.08.x] psmisc: correct license

Peter Korsgaard peter at korsgaard.com
Wed Oct 24 12:19:56 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=a5c200b9a645e24a9422cbdaa9f2a4f1430cdb4c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.08.x

The license heading in source files includes the "or any later"
language.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit cfa3447a7829aed59ce673b22212f5c82f83fc61)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/psmisc/psmisc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/psmisc/psmisc.mk b/package/psmisc/psmisc.mk
index 3916e34b08..ee441f582d 100644
--- a/package/psmisc/psmisc.mk
+++ b/package/psmisc/psmisc.mk
@@ -7,7 +7,7 @@
 PSMISC_VERSION = 23.1
 PSMISC_SITE = http://downloads.sourceforge.net/project/psmisc/psmisc
 PSMISC_SOURCE = psmisc-$(PSMISC_VERSION).tar.xz
-PSMISC_LICENSE = GPL-2.0
+PSMISC_LICENSE = GPL-2.0+
 PSMISC_LICENSE_FILES = COPYING
 PSMISC_DEPENDENCIES = ncurses $(TARGET_NLS_DEPENDENCIES)
 # Patching Makefile.am


More information about the buildroot mailing list