All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix license from Apache-2.0 to MIT
@ 2018-07-06  5:54 Takuma Ueba
  2018-07-10 13:48 ` Bruce Ashfield
  0 siblings, 1 reply; 8+ messages in thread
From: Takuma Ueba @ 2018-07-06  5:54 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
index 59e1ddb..15f46d4 100644
--- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols"
 HOMEPAGE = "https://pypi.python.org/pypi/WSME/"
 SECTION = "devel/python"
-LICENSE = "Apache-2.0"
+LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
 
 PYPI_PACKAGE = "WSME"
-- 
2.17.1




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

* Re: [PATCH] fix license from Apache-2.0 to MIT
  2018-07-06  5:54 [PATCH] fix license from Apache-2.0 to MIT Takuma Ueba
@ 2018-07-10 13:48 ` Bruce Ashfield
  0 siblings, 0 replies; 8+ messages in thread
From: Bruce Ashfield @ 2018-07-10 13:48 UTC (permalink / raw)
  To: Takuma Ueba; +Cc: meta-virtualization

I fixed up the shortlog a bit, and added a small long log.

this is now merged.

Bruce

On Fri, Jul 6, 2018 at 1:54 AM, Takuma Ueba <ueba.takuma@jp.fujitsu.com> wrote:
> Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
> index 59e1ddb..15f46d4 100644
> --- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
> +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols"
>  HOMEPAGE = "https://pypi.python.org/pypi/WSME/"
>  SECTION = "devel/python"
> -LICENSE = "Apache-2.0"
> +LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
>
>  PYPI_PACKAGE = "WSME"
> --
> 2.17.1
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH] fix license from Apache-2.0 to MIT
  2018-07-08 23:33     ` Peter Kjellerstedt
@ 2018-07-09  3:07       ` Takuma Ueba
  0 siblings, 0 replies; 8+ messages in thread
From: Takuma Ueba @ 2018-07-09  3:07 UTC (permalink / raw)
  To: Peter Kjellerstedt, Khem Raj, Armin Kuster, openembedded-devel
  Cc: openembeded-devel

Hi,

I'm sorry to be late.

Thanks for the info. I resend the patch.

The reason why I sent this patch is
incorrect download files and  license.
The correct download location is as Armin said.

https://github.com/wbond/asn1crypto


Best regards.

On 2018年07月09日 08:33, Peter Kjellerstedt wrote:
>> -----Original Message-----
>> From: openembedded-devel-bounces@lists.openembedded.org
>> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
>> Khem Raj
>> Sent: den 7 juli 2018 07:49
>> To: Armin Kuster <akuster808@gmail.com>
>> Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
>> Subject: Re: [oe] [PATCH] fix license from Apache-2.0 to MIT
>>
>> On Fri, Jul 6, 2018 at 6:16 PM akuster808 <akuster808@gmail.com> wrote:
>>>
>>>
>>> On 07/05/2018 11:26 PM, Takuma Ueba wrote:
>>>> Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
>>>> ---
>>>>   meta-python/recipes-devtools/python/python-asn1crypto.inc | 2 +-
>>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/meta-python/recipes-devtools/python/python-
>> asn1crypto.inc b/meta-python/recipes-devtools/python/python-
>> asn1crypto.inc
>>>> index 5c379956f..660bf09a7 100644
>>>> --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
>>>> +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
>>>> @@ -1,7 +1,7 @@
>>>>   DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
>>>>   HOMEPAGE = "https://github.com/pyca/pynacl"
>>>>   SECTION = "devel/python"
>>>> -LICENSE = "Apache-2.0"
>>>> +LICENSE = "MIT"
>>> Why did the LICENSE change? maybe not that in the commit message. It
>>> helps the stable branch maintainer to decide if this needs to
>>> propagate to other branches.
>>>
>> I dont think it changed, the SRC_URI for this is
>>
>> https://github.com/wbond/asn1crypto
>>
>> I am not sure if homepage is correct for this
>>
>>> - armin
>>>>   LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
>>>>
>>>>   PYPI_PACKAGE = "asn1crypto"
> Make sure to prefix the subject with the recipe name before this is merged,
> to avoid confusion...
>
> //Peter
>
>




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

* Re: [PATCH] fix license from Apache-2.0 to MIT
  2018-07-07  5:49   ` Khem Raj
@ 2018-07-08 23:33     ` Peter Kjellerstedt
  2018-07-09  3:07       ` Takuma Ueba
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Kjellerstedt @ 2018-07-08 23:33 UTC (permalink / raw)
  To: Takuma Ueba, Khem Raj, Armin Kuster; +Cc: openembeded-devel

> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Khem Raj
> Sent: den 7 juli 2018 07:49
> To: Armin Kuster <akuster808@gmail.com>
> Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
> Subject: Re: [oe] [PATCH] fix license from Apache-2.0 to MIT
> 
> On Fri, Jul 6, 2018 at 6:16 PM akuster808 <akuster808@gmail.com> wrote:
> >
> >
> >
> > On 07/05/2018 11:26 PM, Takuma Ueba wrote:
> > > Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
> > > ---
> > >  meta-python/recipes-devtools/python/python-asn1crypto.inc | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta-python/recipes-devtools/python/python-
> asn1crypto.inc b/meta-python/recipes-devtools/python/python-
> asn1crypto.inc
> > > index 5c379956f..660bf09a7 100644
> > > --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
> > > +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
> > > @@ -1,7 +1,7 @@
> > >  DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
> > >  HOMEPAGE = "https://github.com/pyca/pynacl"
> > >  SECTION = "devel/python"
> > > -LICENSE = "Apache-2.0"
> > > +LICENSE = "MIT"
> >
> > Why did the LICENSE change? maybe not that in the commit message. It
> > helps the stable branch maintainer to decide if this needs to
> > propagate to other branches.
> >
> 
> I dont think it changed, the SRC_URI for this is
> 
> https://github.com/wbond/asn1crypto
> 
> I am not sure if homepage is correct for this
> 
> > - armin
> > >  LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
> > >
> > >  PYPI_PACKAGE = "asn1crypto"

Make sure to prefix the subject with the recipe name before this is merged, 
to avoid confusion...

//Peter



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

* Re: [PATCH] fix license from Apache-2.0 to MIT
  2018-07-07  1:15 ` akuster808
  2018-07-07  2:33   ` Bruce Ashfield
@ 2018-07-07  5:49   ` Khem Raj
  2018-07-08 23:33     ` Peter Kjellerstedt
  1 sibling, 1 reply; 8+ messages in thread
From: Khem Raj @ 2018-07-07  5:49 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembeded-devel

On Fri, Jul 6, 2018 at 6:16 PM akuster808 <akuster808@gmail.com> wrote:
>
>
>
> On 07/05/2018 11:26 PM, Takuma Ueba wrote:
> > Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
> > ---
> >  meta-python/recipes-devtools/python/python-asn1crypto.inc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
> > index 5c379956f..660bf09a7 100644
> > --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
> > +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
> > @@ -1,7 +1,7 @@
> >  DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
> >  HOMEPAGE = "https://github.com/pyca/pynacl"
> >  SECTION = "devel/python"
> > -LICENSE = "Apache-2.0"
> > +LICENSE = "MIT"
>
> Why did the LICENSE change? maybe not that in the commit message. It
> helps the stable branch maintainer to decide if this needs to propagate
> to other branches.
>

I dont think it changed, the SRC_URI for this is

https://github.com/wbond/asn1crypto

I am not sure if homepage is correct for this

> - armin
> >  LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
> >
> >  PYPI_PACKAGE = "asn1crypto"
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [PATCH] fix license from Apache-2.0 to MIT
  2018-07-07  1:15 ` akuster808
@ 2018-07-07  2:33   ` Bruce Ashfield
  2018-07-07  5:49   ` Khem Raj
  1 sibling, 0 replies; 8+ messages in thread
From: Bruce Ashfield @ 2018-07-07  2:33 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-devel

On Fri, Jul 6, 2018 at 9:15 PM, akuster808 <akuster808@gmail.com> wrote:
>
>
> On 07/05/2018 11:26 PM, Takuma Ueba wrote:
>> Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
>> ---
>>  meta-python/recipes-devtools/python/python-asn1crypto.inc | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
>> index 5c379956f..660bf09a7 100644
>> --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
>> +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
>> @@ -1,7 +1,7 @@
>>  DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
>>  HOMEPAGE = "https://github.com/pyca/pynacl"
>>  SECTION = "devel/python"
>> -LICENSE = "Apache-2.0"
>> +LICENSE = "MIT"
>
> Why did the LICENSE change? maybe not that in the commit message. It
> helps the stable branch maintainer to decide if this needs to propagate
> to other branches.

I was wondering the same thing, and didn't get a chance to check! I
probably should have just asked :D

Bruce

>
> - armin
>>  LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
>>
>>  PYPI_PACKAGE = "asn1crypto"
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH] fix license from Apache-2.0 to MIT
  2018-07-06  6:26 Takuma Ueba
@ 2018-07-07  1:15 ` akuster808
  2018-07-07  2:33   ` Bruce Ashfield
  2018-07-07  5:49   ` Khem Raj
  0 siblings, 2 replies; 8+ messages in thread
From: akuster808 @ 2018-07-07  1:15 UTC (permalink / raw)
  To: Takuma Ueba, openembedded-devel



On 07/05/2018 11:26 PM, Takuma Ueba wrote:
> Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
> ---
>  meta-python/recipes-devtools/python/python-asn1crypto.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
> index 5c379956f..660bf09a7 100644
> --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
> +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
>  HOMEPAGE = "https://github.com/pyca/pynacl"
>  SECTION = "devel/python"
> -LICENSE = "Apache-2.0"
> +LICENSE = "MIT"

Why did the LICENSE change? maybe not that in the commit message. It
helps the stable branch maintainer to decide if this needs to propagate
to other branches.

- armin
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
>  
>  PYPI_PACKAGE = "asn1crypto"



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

* [PATCH] fix license from Apache-2.0 to MIT
@ 2018-07-06  6:26 Takuma Ueba
  2018-07-07  1:15 ` akuster808
  0 siblings, 1 reply; 8+ messages in thread
From: Takuma Ueba @ 2018-07-06  6:26 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-asn1crypto.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
index 5c379956f..660bf09a7 100644
--- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
+++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
 HOMEPAGE = "https://github.com/pyca/pynacl"
 SECTION = "devel/python"
-LICENSE = "Apache-2.0"
+LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
 
 PYPI_PACKAGE = "asn1crypto"
-- 
2.17.1




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

end of thread, other threads:[~2018-07-10 13:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-06  5:54 [PATCH] fix license from Apache-2.0 to MIT Takuma Ueba
2018-07-10 13:48 ` Bruce Ashfield
2018-07-06  6:26 Takuma Ueba
2018-07-07  1:15 ` akuster808
2018-07-07  2:33   ` Bruce Ashfield
2018-07-07  5:49   ` Khem Raj
2018-07-08 23:33     ` Peter Kjellerstedt
2018-07-09  3:07       ` Takuma Ueba

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.