Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/joe: license is GPL-2.0+
@ 2019-09-20 11:30 Peter Korsgaard
  2019-09-20 11:36 ` Yegor Yefremov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Korsgaard @ 2019-09-20 11:30 UTC (permalink / raw)
  To: buildroot

Joe changed the COPYING file from GPL-1.0 to GPL-2.0 in the development
leading up to 3.8:

https://sourceforge.net/p/joe-editor/mercurial/ci/d731f9b3794bc4c896f2efa1c97ac2c82c3365ac/

So change the license to GPL-2.0+

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/joe/joe.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/joe/joe.mk b/package/joe/joe.mk
index 9a3215c4e1..f0cac402e1 100644
--- a/package/joe/joe.mk
+++ b/package/joe/joe.mk
@@ -6,7 +6,7 @@
 
 JOE_VERSION = 4.6
 JOE_SITE = http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-$(JOE_VERSION)
-JOE_LICENSE = GPL-1.0+
+JOE_LICENSE = GPL-2.0+
 JOE_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_NCURSES),y)
-- 
2.20.1

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-20 11:30 [Buildroot] [PATCH] package/joe: license is GPL-2.0+ Peter Korsgaard
2019-09-20 11:36 ` Yegor Yefremov
2019-09-20 11:49   ` Thomas Petazzoni
2019-09-20 11:56   ` Peter Korsgaard
2019-09-20 12:19     ` Thomas Petazzoni
2019-09-21 13:53 ` Arnout Vandecappelle
2019-09-30 13:51 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox