All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/1] add GPLv2 to anthy's license
@ 2020-10-20  6:38 taisei.nakano
  2020-10-20  6:38 ` [meta-oe][PATCH 1/1] anthy: add GPLv2 to LICENSE and add LIC_FILES_CHKSUM Taisei Nakano
  0 siblings, 1 reply; 2+ messages in thread
From: taisei.nakano @ 2020-10-20  6:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: yocto, Taisei Nakano

Hello all,
I have checked the license of Anthy package. I found the LGPLv2.1 in
COPYING and GPLv2 in alt-cannadic/COPYING.
However the recipe LICENSE description is LGPLv2.1.
I would like to correct the description as follow. Could you help me how
to commit?

Taisei Nakano (1):
  anthy: add GPLv2 to LICENSE and add LIC_FILES_CHKSUM

 meta-oe/recipes-support/anthy/anthy_9100h.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.17.1


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

* [meta-oe][PATCH 1/1] anthy: add GPLv2 to LICENSE and add LIC_FILES_CHKSUM
  2020-10-20  6:38 [meta-oe][PATCH 0/1] add GPLv2 to anthy's license taisei.nakano
@ 2020-10-20  6:38 ` Taisei Nakano
  0 siblings, 0 replies; 2+ messages in thread
From: Taisei Nakano @ 2020-10-20  6:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: yocto, Taisei Nakano

Add GPLv2 into LICENSE, since this software includes alt-cannadic/COPYING which indicates GPLv2.

Signed-off-by: Taisei Nakano <taisei.nakano@miraclelinux.com>
---
 meta-oe/recipes-support/anthy/anthy_9100h.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb
index a65d324ea..9d78c3457 100644
--- a/meta-oe/recipes-support/anthy/anthy_9100h.bb
+++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb
@@ -2,8 +2,10 @@ DESCRIPTION="Anthy is a system for Japanese input method. It converts Hiragana t
 AUTHOR = "Anthy Developers <anthy-dev@lists.sourceforge.jp>"
 HOMEPAGE = "http://anthy.sourceforge.jp"
 
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=11f384074d8e93e263b5664ef08a411a"
+LICENSE = "LGPLv2.1 & GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=11f384074d8e93e263b5664ef08a411a \
+    file://alt-cannadic/COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
+"
 
 SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \
     file://not_build_elc.patch \
-- 
2.17.1


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

end of thread, other threads:[~2020-10-20  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  6:38 [meta-oe][PATCH 0/1] add GPLv2 to anthy's license taisei.nakano
2020-10-20  6:38 ` [meta-oe][PATCH 1/1] anthy: add GPLv2 to LICENSE and add LIC_FILES_CHKSUM Taisei Nakano

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.