All of lore.kernel.org
 help / color / mirror / Atom feed
* Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)
@ 2013-03-08  9:21 Gaurang Shastri
  2013-03-11 10:45 ` Gaurang Shastri
  0 siblings, 1 reply; 6+ messages in thread
From: Gaurang Shastri @ 2013-03-08  9:21 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 647 bytes --]

Hi All,

I have some concerns regarding util-linux-2.21.2 version . As per Yocto-1.3
(danny) recipe,
{{{

LICENSE_${PN}-lscpu = "GPLv3+"  <-- util-linux_2.21.2.bb

LICENSE = "GPLv2+ & LGPLv2.1+ & BSD"   <-- util-linux.inc

}}}

So as per the above description, only lscpu is GPLv3.

But while looking into the source of util-linux-2.21.2, I found out that
"util-linux-2.21.2/lib/mbsalign.c" is GPLv3 and it is used by following
binaries while building:
{{{
  -  fdisk
  -  partx
}}}

So does it mean that the above binaries should also be GPLv3 and need to
take care in util-linux.{bb,inc} ???

Regards,
Gaurang Shastri

[-- Attachment #2: Type: text/html, Size: 783 bytes --]

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

* Re: Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)
  2013-03-08  9:21 Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny) Gaurang Shastri
@ 2013-03-11 10:45 ` Gaurang Shastri
  2013-03-11 17:17   ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Gaurang Shastri @ 2013-03-11 10:45 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 851 bytes --]

Hi All,

Any shades of light for below query ???

//Gaurang Shastri

On Fri, Mar 8, 2013 at 2:51 PM, Gaurang Shastri <gmshastri@gmail.com> wrote:

> Hi All,
>
> I have some concerns regarding util-linux-2.21.2 version . As per
> Yocto-1.3 (danny) recipe,
> {{{
>
> LICENSE_${PN}-lscpu = "GPLv3+"  <-- util-linux_2.21.2.bb
>
> LICENSE = "GPLv2+ & LGPLv2.1+ & BSD"   <-- util-linux.inc
>
> }}}
>
> So as per the above description, only lscpu is GPLv3.
>
> But while looking into the source of util-linux-2.21.2, I found out that
> "util-linux-2.21.2/lib/mbsalign.c" is GPLv3 and it is used by following
> binaries while building:
> {{{
>   -  fdisk
>   -  partx
> }}}
>
> So does it mean that the above binaries should also be GPLv3 and need to
> take care in util-linux.{bb,inc} ???
>
> Regards,
> Gaurang Shastri
>

[-- Attachment #2: Type: text/html, Size: 1210 bytes --]

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

* Re: Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)
  2013-03-11 10:45 ` Gaurang Shastri
@ 2013-03-11 17:17   ` Khem Raj
  2013-03-15  5:09     ` Saul Wold
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2013-03-11 17:17 UTC (permalink / raw)
  To: Gaurang Shastri; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]


On Mar 11, 2013, at 3:45 AM, Gaurang Shastri <gmshastri@gmail.com> wrote:

> Hi All,
> 
> Any shades of light for below query ???
> 

I would suggest to open a bug for it.

> //Gaurang Shastri
> 
> On Fri, Mar 8, 2013 at 2:51 PM, Gaurang Shastri <gmshastri@gmail.com> wrote:
> Hi All,
> 
> I have some concerns regarding util-linux-2.21.2 version . As per Yocto-1.3 (danny) recipe,
> {{{
> 
> LICENSE_${PN}-lscpu = "GPLv3+"  <-- util-linux_2.21.2.bb
> 
> LICENSE = "GPLv2+ & LGPLv2.1+ & BSD"   <-- util-linux.inc
> 
> }}}
> 
> So as per the above description, only lscpu is GPLv3. 
> 
> But while looking into the source of util-linux-2.21.2, I found out that "util-linux-2.21.2/lib/mbsalign.c" is GPLv3 and it is used by following binaries while building:
> {{{
>   -  fdisk 
>   -  partx
> }}}
> 
> So does it mean that the above binaries should also be GPLv3 and need to take care in util-linux.{bb,inc} ???
> 
> Regards,
> Gaurang Shastri
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Type: text/html, Size: 1946 bytes --]

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

* Re: Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)
  2013-03-11 17:17   ` Khem Raj
@ 2013-03-15  5:09     ` Saul Wold
  2013-03-15 13:31       ` Gaurang Shastri
  0 siblings, 1 reply; 6+ messages in thread
From: Saul Wold @ 2013-03-15  5:09 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto



On 03/11/2013 10:17 AM, Khem Raj wrote:
>
> On Mar 11, 2013, at 3:45 AM, Gaurang Shastri <gmshastri@gmail.com
> <mailto:gmshastri@gmail.com>> wrote:
>
>> Hi All,
>>
>> Any shades of light for below query ???
>>
>
> I would suggest to open a bug for it.
>
Timing is on this one!

I noticed this recently independent of this email!

I have contacted the maintainer of util-linux to clarify the license of 
mbsalign.c as it's used directly by cal and lslocks and included in the 
common library.

As it also turns out the original reason that util-linux was marked as 
GPLv3 because of lscpu, which is now be changed back to GPLv2.

I will keep people posted on this one.

We try to do our best to keep the license information up to date and 
sometimes files under core licenses slip by. As upstreams projects start 
to use SPDX this kind of problem can be avoided.

Thanks for pointing it out.

Sau!




>> //Gaurang Shastri
>>
>> On Fri, Mar 8, 2013 at 2:51 PM, Gaurang Shastri <gmshastri@gmail.com
>> <mailto:gmshastri@gmail.com>> wrote:
>>
>>     Hi All,
>>
>>     I have some concerns regarding util-linux-2.21.2 version . As per
>>     Yocto-1.3 (danny) recipe,
>>     {{{
>>
>>     LICENSE_${PN}-lscpu = "GPLv3+"  <-- util-linux_2.21.2.bb
>>     <http://util-linux_2.21.2.bb/>
>>
>>     LICENSE = "GPLv2+ & LGPLv2.1+ & BSD"   <-- util-linux.inc
>>
>>     }}}
>>
>>     So as per the above description, only lscpu is GPLv3.
>>
>>     But while looking into the source of util-linux-2.21.2, I found
>>     out that "util-linux-2.21.2/lib/mbsalign.c" is GPLv3 and it is
>>     used by following binaries while building:
>>     {{{
>>       -  fdisk
>>       -  partx
>>     }}}
>>
>>     So does it mean that the above binaries should also be GPLv3 and
>>     need to take care in util-linux.{bb,inc} ???
>>
>>     Regards,
>>     Gaurang Shastri
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>> https://lists.yoctoproject.org/listinfo/yocto
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)
  2013-03-15  5:09     ` Saul Wold
@ 2013-03-15 13:31       ` Gaurang Shastri
  2013-03-15 13:57         ` Saul Wold
  0 siblings, 1 reply; 6+ messages in thread
From: Gaurang Shastri @ 2013-03-15 13:31 UTC (permalink / raw)
  To: Saul Wold; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 2729 bytes --]

Thanks for replying on this.

FYI, I have already open a bug for this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=4014

Regards,
Gaurang Shastri

On Fri, Mar 15, 2013 at 10:39 AM, Saul Wold <sgw@linux.intel.com> wrote:

>
>
> On 03/11/2013 10:17 AM, Khem Raj wrote:
>
>>
>> On Mar 11, 2013, at 3:45 AM, Gaurang Shastri <gmshastri@gmail.com
>> <mailto:gmshastri@gmail.com>> wrote:
>>
>>  Hi All,
>>>
>>> Any shades of light for below query ???
>>>
>>>
>> I would suggest to open a bug for it.
>>
>>  Timing is on this one!
>
> I noticed this recently independent of this email!
>
> I have contacted the maintainer of util-linux to clarify the license of
> mbsalign.c as it's used directly by cal and lslocks and included in the
> common library.
>
> As it also turns out the original reason that util-linux was marked as
> GPLv3 because of lscpu, which is now be changed back to GPLv2.
>
> I will keep people posted on this one.
>
> We try to do our best to keep the license information up to date and
> sometimes files under core licenses slip by. As upstreams projects start to
> use SPDX this kind of problem can be avoided.
>
> Thanks for pointing it out.
>
> Sau!
>
>
>
>
>  //Gaurang Shastri
>>>
>>> On Fri, Mar 8, 2013 at 2:51 PM, Gaurang Shastri <gmshastri@gmail.com
>>> <mailto:gmshastri@gmail.com>> wrote:
>>>
>>>     Hi All,
>>>
>>>     I have some concerns regarding util-linux-2.21.2 version . As per
>>>     Yocto-1.3 (danny) recipe,
>>>     {{{
>>>
>>>     LICENSE_${PN}-lscpu = "GPLv3+"  <-- util-linux_2.21.2.bb
>>>     <http://util-linux_2.21.2.bb/>
>>>
>>>
>>>     LICENSE = "GPLv2+ & LGPLv2.1+ & BSD"   <-- util-linux.inc
>>>
>>>     }}}
>>>
>>>     So as per the above description, only lscpu is GPLv3.
>>>
>>>     But while looking into the source of util-linux-2.21.2, I found
>>>     out that "util-linux-2.21.2/lib/**mbsalign.c" is GPLv3 and it is
>>>     used by following binaries while building:
>>>     {{{
>>>       -  fdisk
>>>       -  partx
>>>     }}}
>>>
>>>     So does it mean that the above binaries should also be GPLv3 and
>>>     need to take care in util-linux.{bb,inc} ???
>>>
>>>     Regards,
>>>     Gaurang Shastri
>>>
>>>
>>> ______________________________**_________________
>>> yocto mailing list
>>> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org**>
>>> https://lists.yoctoproject.**org/listinfo/yocto<https://lists.yoctoproject.org/listinfo/yocto>
>>>
>>
>>
>>
>> ______________________________**_________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.**org/listinfo/yocto<https://lists.yoctoproject.org/listinfo/yocto>
>>
>>

[-- Attachment #2: Type: text/html, Size: 4444 bytes --]

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

* Re: Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)
  2013-03-15 13:31       ` Gaurang Shastri
@ 2013-03-15 13:57         ` Saul Wold
  0 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2013-03-15 13:57 UTC (permalink / raw)
  To: Gaurang Shastri; +Cc: yocto

On 03/15/2013 06:31 AM, Gaurang Shastri wrote:
> Thanks for replying on this.
>
> FYI, I have already open a bug for this:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=4014
>

Thanks,

I have a patch from the upstream author of the code changing the license 
from GPLv3 to LGPLv2.1 so this will be resolved shortly.

We can also take this patch into the Danny release to clarify it.

Sau!

> Regards,
> Gaurang Shastri
>
> On Fri, Mar 15, 2013 at 10:39 AM, Saul Wold <sgw@linux.intel.com
> <mailto:sgw@linux.intel.com>> wrote:
>
>
>
>     On 03/11/2013 10:17 AM, Khem Raj wrote:
>
>
>         On Mar 11, 2013, at 3:45 AM, Gaurang Shastri
>         <gmshastri@gmail.com <mailto:gmshastri@gmail.com>
>         <mailto:gmshastri@gmail.com <mailto:gmshastri@gmail.com>>> wrote:
>
>             Hi All,
>
>             Any shades of light for below query ???
>
>
>         I would suggest to open a bug for it.
>
>     Timing is on this one!
>
>     I noticed this recently independent of this email!
>
>     I have contacted the maintainer of util-linux to clarify the license
>     of mbsalign.c as it's used directly by cal and lslocks and included
>     in the common library.
>
>     As it also turns out the original reason that util-linux was marked
>     as GPLv3 because of lscpu, which is now be changed back to GPLv2.
>
>     I will keep people posted on this one.
>
>     We try to do our best to keep the license information up to date and
>     sometimes files under core licenses slip by. As upstreams projects
>     start to use SPDX this kind of problem can be avoided.
>
>     Thanks for pointing it out.
>
>     Sau!
>
>
>
>
>             //Gaurang Shastri
>
>             On Fri, Mar 8, 2013 at 2:51 PM, Gaurang Shastri
>             <gmshastri@gmail.com <mailto:gmshastri@gmail.com>
>             <mailto:gmshastri@gmail.com <mailto:gmshastri@gmail.com>>>
>             wrote:
>
>                  Hi All,
>
>                  I have some concerns regarding util-linux-2.21.2
>             version . As per
>                  Yocto-1.3 (danny) recipe,
>                  {{{
>
>                  LICENSE_${PN}-lscpu = "GPLv3+"  <--
>             util-linux_2.21.2.bb <http://util-linux_2.21.2.bb>
>                  <http://util-linux_2.21.2.bb/>
>
>
>                  LICENSE = "GPLv2+ & LGPLv2.1+ & BSD"   <-- util-linux.inc
>
>                  }}}
>
>                  So as per the above description, only lscpu is GPLv3.
>
>                  But while looking into the source of util-linux-2.21.2,
>             I found
>                  out that "util-linux-2.21.2/lib/__mbsalign.c" is GPLv3
>             and it is
>                  used by following binaries while building:
>                  {{{
>                    -  fdisk
>                    -  partx
>                  }}}
>
>                  So does it mean that the above binaries should also be
>             GPLv3 and
>                  need to take care in util-linux.{bb,inc} ???
>
>                  Regards,
>                  Gaurang Shastri
>
>
>             _________________________________________________
>             yocto mailing list
>             yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>             <mailto:yocto@yoctoproject.org
>             <mailto:yocto@yoctoproject.org>__>
>             https://lists.yoctoproject.__org/listinfo/yocto
>             <https://lists.yoctoproject.org/listinfo/yocto>
>
>
>
>
>         _________________________________________________
>         yocto mailing list
>         yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>         https://lists.yoctoproject.__org/listinfo/yocto
>         <https://lists.yoctoproject.org/listinfo/yocto>
>
>


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

end of thread, other threads:[~2013-03-15 13:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08  9:21 Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny) Gaurang Shastri
2013-03-11 10:45 ` Gaurang Shastri
2013-03-11 17:17   ` Khem Raj
2013-03-15  5:09     ` Saul Wold
2013-03-15 13:31       ` Gaurang Shastri
2013-03-15 13:57         ` Saul Wold

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.