All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] License-Update: attr: Add a lucking file to LIC_FILES_CHKSUM.
@ 2020-10-15  6:47 arabishi900
  2020-10-15  6:47 ` [PATCH 2/3] License-Update: kmod: " Akira Shibakawa
  2020-10-15  6:47 ` [PATCH 3/3] License-Update: gdk-pixbuf: Fix LICENSE Akira Shibakawa
  0 siblings, 2 replies; 4+ messages in thread
From: arabishi900 @ 2020-10-15  6:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Akira Shibakawa

Although attr is licensed under LGPLv2.1 and GPLv2, LIC_FILES_CHKSUM
does not include license file of LGPLv2.1, COPYING.LGPL.

Signed-off-by: Akira Shibakawa <arabishi900@gmail.com>
---
 meta/recipes-support/attr/attr.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
index f13a83a7b4..0c3330a686 100644
--- a/meta/recipes-support/attr/attr.inc
+++ b/meta/recipes-support/attr/attr.inc
@@ -8,6 +8,7 @@ LICENSE = "LGPLv2.1+ & GPLv2+"
 LICENSE_${PN} = "GPLv2+"
 LICENSE_lib${BPN} = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e4f615e30186335f \
+                    file://doc/COPYING.LGPL;md5=b8d31f339300bc239d73461d68e77b9c \
                     file://tools/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \
                     file://libattr/libattr.c;endline=17;md5=7970f77049f8fa1199fff62a7ab724fb"
 
-- 
2.17.1


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

* [PATCH 2/3] License-Update: kmod: Add a lucking file to LIC_FILES_CHKSUM.
  2020-10-15  6:47 [PATCH 1/3] License-Update: attr: Add a lucking file to LIC_FILES_CHKSUM arabishi900
@ 2020-10-15  6:47 ` Akira Shibakawa
  2020-10-16  9:08   ` [OE-core] " Ross Burton
  2020-10-15  6:47 ` [PATCH 3/3] License-Update: gdk-pixbuf: Fix LICENSE Akira Shibakawa
  1 sibling, 1 reply; 4+ messages in thread
From: Akira Shibakawa @ 2020-10-15  6:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Akira Shibakawa

Although components under tools/ are licensed under GPLv2+ and
a binary from them are packaged by default, LIC_FILES_CHKSUM
does not include GPLv2 license file, tools/COPYING.

Signed-off-by: Akira Shibakawa <arabishi900@gmail.com>
---
 meta/recipes-kernel/kmod/kmod.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index edff191700..646dff9a97 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -11,6 +11,7 @@ SECTION = "base"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
                     file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
+                    file://tools/COPYING;md5=751419260aa954499f7abaabaa882bbe \
                    "
 inherit autotools gtk-doc pkgconfig manpages
 
-- 
2.17.1


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

* [PATCH 3/3] License-Update: gdk-pixbuf: Fix LICENSE.
  2020-10-15  6:47 [PATCH 1/3] License-Update: attr: Add a lucking file to LIC_FILES_CHKSUM arabishi900
  2020-10-15  6:47 ` [PATCH 2/3] License-Update: kmod: " Akira Shibakawa
@ 2020-10-15  6:47 ` Akira Shibakawa
  1 sibling, 0 replies; 4+ messages in thread
From: Akira Shibakawa @ 2020-10-15  6:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Akira Shibakawa

As README.md says gdk-pixbuf is under not only LGPLv2.1 but also its
later version, I fixed LICENSE value.

Signed-off-by: Akira Shibakawa <arabishi900@gmail.com>
---
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb
index 0405fa78b5..3dec5ed052 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb
@@ -5,7 +5,7 @@ loading (ie. animated GIFs)"
 HOMEPAGE = "https://wiki.gnome.org/Projects/GdkPixbuf"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues"
 
-LICENSE = "LGPLv2.1"
+LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
                     file://gdk-pixbuf/gdk-pixbuf.h;endline=26;md5=72b39da7cbdde2e665329fef618e1d6b \
                     "
-- 
2.17.1


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

* Re: [OE-core] [PATCH 2/3] License-Update: kmod: Add a lucking file to LIC_FILES_CHKSUM.
  2020-10-15  6:47 ` [PATCH 2/3] License-Update: kmod: " Akira Shibakawa
@ 2020-10-16  9:08   ` Ross Burton
  0 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2020-10-16  9:08 UTC (permalink / raw)
  To: Akira Shibakawa; +Cc: OE-core

I think you mean 'lacking' not 'lucking', but a better word would be 'missing'.

Ross

On Thu, 15 Oct 2020 at 07:47, Akira Shibakawa <arabishi900@gmail.com> wrote:
>
> Although components under tools/ are licensed under GPLv2+ and
> a binary from them are packaged by default, LIC_FILES_CHKSUM
> does not include GPLv2 license file, tools/COPYING.
>
> Signed-off-by: Akira Shibakawa <arabishi900@gmail.com>
> ---
>  meta/recipes-kernel/kmod/kmod.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
> index edff191700..646dff9a97 100644
> --- a/meta/recipes-kernel/kmod/kmod.inc
> +++ b/meta/recipes-kernel/kmod/kmod.inc
> @@ -11,6 +11,7 @@ SECTION = "base"
>
>  LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
>                      file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
> +                    file://tools/COPYING;md5=751419260aa954499f7abaabaa882bbe \
>                     "
>  inherit autotools gtk-doc pkgconfig manpages
>
> --
> 2.17.1
>
>
> 
>

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

end of thread, other threads:[~2020-10-16  9:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15  6:47 [PATCH 1/3] License-Update: attr: Add a lucking file to LIC_FILES_CHKSUM arabishi900
2020-10-15  6:47 ` [PATCH 2/3] License-Update: kmod: " Akira Shibakawa
2020-10-16  9:08   ` [OE-core] " Ross Burton
2020-10-15  6:47 ` [PATCH 3/3] License-Update: gdk-pixbuf: Fix LICENSE Akira Shibakawa

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.