All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-psycopg2_2.5: The license should be GPLv3+
@ 2015-04-16  3:58 Lei Maohui
  2015-04-16 19:13 ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Lei Maohui @ 2015-04-16  3:58 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
index c93e62b..ab4fe1f 100644
--- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
+++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Python-PostgreSQL Database Adapter"
 HOMEPAGE = "http://initd.org/psycopg/"
 SECTION = "devel/python"
-LICENSE = "GPLv2"
+LICENSE = "GPLv3+
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
 DEPENDS = "postgresql"
 
-- 
1.8.4.2



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

* Re: [PATCH] python-psycopg2_2.5: The license should be GPLv3+
  2015-04-16  3:58 [PATCH] python-psycopg2_2.5: The license should be GPLv3+ Lei Maohui
@ 2015-04-16 19:13 ` Bruce Ashfield
  2015-04-17  2:09   ` Huang, Jie (Jackie)
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Ashfield @ 2015-04-16 19:13 UTC (permalink / raw)
  To: Lei Maohui; +Cc: meta-virtualization

On Wed, Apr 15, 2015 at 11:58 PM, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>

Thanks! I've merged the change.

Bruce

> ---
>  meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> index c93e62b..ab4fe1f 100644
> --- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "Python-PostgreSQL Database Adapter"
>  HOMEPAGE = "http://initd.org/psycopg/"
>  SECTION = "devel/python"
> -LICENSE = "GPLv2"
> +LICENSE = "GPLv3+
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
>  DEPENDS = "postgresql"
>
> --
> 1.8.4.2
>
> --
> _______________________________________________
> 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] 6+ messages in thread

* Re: [PATCH] python-psycopg2_2.5: The license should be GPLv3+
  2015-04-16 19:13 ` Bruce Ashfield
@ 2015-04-17  2:09   ` Huang, Jie (Jackie)
  2015-04-17  3:41     ` Lei, Maohui
  0 siblings, 1 reply; 6+ messages in thread
From: Huang, Jie (Jackie) @ 2015-04-17  2:09 UTC (permalink / raw)
  To: Bruce Ashfield, Lei Maohui; +Cc: meta-virtualization



> -----Original Message-----
> From: meta-virtualization-bounces@yoctoproject.org [mailto:meta-virtualization-
> bounces@yoctoproject.org] On Behalf Of Bruce Ashfield
> Sent: Friday, April 17, 2015 3:14 AM
> To: Lei Maohui
> Cc: meta-virtualization@yoctoproject.org
> Subject: Re: [meta-virtualization] [PATCH] python-psycopg2_2.5: The license should be GPLv3+
> 
> On Wed, Apr 15, 2015 at 11:58 PM, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:
> > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> 
> Thanks! I've merged the change.
> 
> Bruce
> 
> > ---
> >  meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git
> > a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > index c93e62b..ab4fe1f 100644
> > --- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > @@ -1,7 +1,7 @@
> >  DESCRIPTION = "Python-PostgreSQL Database Adapter"
> >  HOMEPAGE = "http://initd.org/psycopg/"
> >  SECTION = "devel/python"
> > -LICENSE = "GPLv2"
> > +LICENSE = "GPLv3+

The right quotation mark is missing, which cause parsing error.

Thanks,
Jackie


> >  LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
> >  DEPENDS = "postgresql"
> >
> > --
> > 1.8.4.2
> >
> > --
> > _______________________________________________
> > 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"
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: [PATCH] python-psycopg2_2.5: The license should be GPLv3+
  2015-04-17  2:09   ` Huang, Jie (Jackie)
@ 2015-04-17  3:41     ` Lei, Maohui
  2015-04-17  6:23       ` Huang, Jie (Jackie)
  0 siblings, 1 reply; 6+ messages in thread
From: Lei, Maohui @ 2015-04-17  3:41 UTC (permalink / raw)
  To: Huang, Jie (Jackie), Bruce Ashfield; +Cc: meta-virtualization

On April 17, 2015 10:10 AM, Huang, Jie (Jackie) [mailto:Jackie.Huang@windriver.com] wrote:

> > > -LICENSE = "GPLv2"
> > > +LICENSE = "GPLv3+
> 
> The right quotation mark is missing, which cause parsing error.

Sorry.That's my fault. Should I re-submit this patch again ? 


Best Regards,
Lei


> -----Original Message-----
> From: Huang, Jie (Jackie) [mailto:Jackie.Huang@windriver.com]
> Sent: Friday, April 17, 2015 10:10 AM
> To: Bruce Ashfield; Lei, Maohui 
> Cc: meta-virtualization@yoctoproject.org
> Subject: RE: [meta-virtualization] [PATCH] python-psycopg2_2.5: The license
> should be GPLv3+
> 
> 
> 
> > -----Original Message-----
> > From: meta-virtualization-bounces@yoctoproject.org
> > [mailto:meta-virtualization- bounces@yoctoproject.org] On Behalf Of
> > Bruce Ashfield
> > Sent: Friday, April 17, 2015 3:14 AM
> > To: Lei Maohui
> > Cc: meta-virtualization@yoctoproject.org
> > Subject: Re: [meta-virtualization] [PATCH] python-psycopg2_2.5: The
> > license should be GPLv3+
> >
> > On Wed, Apr 15, 2015 at 11:58 PM, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:
> > > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> >
> > Thanks! I've merged the change.
> >
> > Bruce
> >
> > > ---
> > >  meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb | 2
> > > +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git
> > > a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > > b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > > index c93e62b..ab4fe1f 100644
> > > --- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > > +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > > @@ -1,7 +1,7 @@
> > >  DESCRIPTION = "Python-PostgreSQL Database Adapter"
> > >  HOMEPAGE = "http://initd.org/psycopg/"
> > >  SECTION = "devel/python"
> > > -LICENSE = "GPLv2"
> > > +LICENSE = "GPLv3+
> 
> The right quotation mark is missing, which cause parsing error.
> 
> Thanks,
> Jackie
> 
> 
> > >  LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
> > >  DEPENDS = "postgresql"
> > >
> > > --
> > > 1.8.4.2
> > >
> > > --
> > > _______________________________________________
> > > 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"
> > --
> > _______________________________________________
> > meta-virtualization mailing list
> > meta-virtualization@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: [PATCH] python-psycopg2_2.5: The license should be GPLv3+
  2015-04-17  3:41     ` Lei, Maohui
@ 2015-04-17  6:23       ` Huang, Jie (Jackie)
  2015-04-17 12:33         ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Huang, Jie (Jackie) @ 2015-04-17  6:23 UTC (permalink / raw)
  To: Lei, Maohui, Bruce Ashfield; +Cc: meta-virtualization



> -----Original Message-----
> From: Lei, Maohui [mailto:leimaohui@cn.fujitsu.com]
> Sent: Friday, April 17, 2015 11:42 AM
> To: Huang, Jie (Jackie); Bruce Ashfield
> Cc: meta-virtualization@yoctoproject.org
> Subject: RE: [meta-virtualization] [PATCH] python-psycopg2_2.5: The license should be GPLv3+
> 
> On April 17, 2015 10:10 AM, Huang, Jie (Jackie) [mailto:Jackie.Huang@windriver.com] wrote:
> 
> > > > -LICENSE = "GPLv2"
> > > > +LICENSE = "GPLv3+
> >
> > The right quotation mark is missing, which cause parsing error.
> 
> Sorry.That's my fault. Should I re-submit this patch again ?

Yes, I think you should, and I check that the license should be LGPLv3+, could you check again
and re-send the patch? Thanks!

Thanks,
Jackie

> 
> 
> Best Regards,
> Lei
> 
> 
> > -----Original Message-----
> > From: Huang, Jie (Jackie) [mailto:Jackie.Huang@windriver.com]
> > Sent: Friday, April 17, 2015 10:10 AM
> > To: Bruce Ashfield; Lei, Maohui
> > Cc: meta-virtualization@yoctoproject.org
> > Subject: RE: [meta-virtualization] [PATCH] python-psycopg2_2.5: The
> > license should be GPLv3+
> >
> >
> >
> > > -----Original Message-----
> > > From: meta-virtualization-bounces@yoctoproject.org
> > > [mailto:meta-virtualization- bounces@yoctoproject.org] On Behalf Of
> > > Bruce Ashfield
> > > Sent: Friday, April 17, 2015 3:14 AM
> > > To: Lei Maohui
> > > Cc: meta-virtualization@yoctoproject.org
> > > Subject: Re: [meta-virtualization] [PATCH] python-psycopg2_2.5: The
> > > license should be GPLv3+
> > >
> > > On Wed, Apr 15, 2015 at 11:58 PM, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:
> > > > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> > >
> > > Thanks! I've merged the change.
> > >
> > > Bruce
> > >
> > > > ---
> > > >  meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb | 2
> > > > +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git
> > > > a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > > > b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > > > index c93e62b..ab4fe1f 100644
> > > > ---
> > > > a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
> > > > +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.b
> > > > +++ b
> > > > @@ -1,7 +1,7 @@
> > > >  DESCRIPTION = "Python-PostgreSQL Database Adapter"
> > > >  HOMEPAGE = "http://initd.org/psycopg/"
> > > >  SECTION = "devel/python"
> > > > -LICENSE = "GPLv2"
> > > > +LICENSE = "GPLv3+
> >
> > The right quotation mark is missing, which cause parsing error.
> >
> > Thanks,
> > Jackie
> >
> >
> > > >  LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
> > > >  DEPENDS = "postgresql"
> > > >
> > > > --
> > > > 1.8.4.2
> > > >
> > > > --
> > > > _______________________________________________
> > > > 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"
> > > --
> > > _______________________________________________
> > > meta-virtualization mailing list
> > > meta-virtualization@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: [PATCH] python-psycopg2_2.5: The license should be GPLv3+
  2015-04-17  6:23       ` Huang, Jie (Jackie)
@ 2015-04-17 12:33         ` Bruce Ashfield
  0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2015-04-17 12:33 UTC (permalink / raw)
  To: Huang, Jie (Jackie); +Cc: meta-virtualization

On Fri, Apr 17, 2015 at 2:23 AM, Huang, Jie (Jackie)
<Jackie.Huang@windriver.com> wrote:
>
>
>> -----Original Message-----
>> From: Lei, Maohui [mailto:leimaohui@cn.fujitsu.com]
>> Sent: Friday, April 17, 2015 11:42 AM
>> To: Huang, Jie (Jackie); Bruce Ashfield
>> Cc: meta-virtualization@yoctoproject.org
>> Subject: RE: [meta-virtualization] [PATCH] python-psycopg2_2.5: The license should be GPLv3+
>>
>> On April 17, 2015 10:10 AM, Huang, Jie (Jackie) [mailto:Jackie.Huang@windriver.com] wrote:
>>
>> > > > -LICENSE = "GPLv2"
>> > > > +LICENSE = "GPLv3+
>> >
>> > The right quotation mark is missing, which cause parsing error.
>>
>> Sorry.That's my fault. Should I re-submit this patch again ?
>
> Yes, I think you should, and I check that the license should be LGPLv3+, could you check again
> and re-send the patch? Thanks!

I'll just fix it here, since I already merged the patch.

Bruce

>
> Thanks,
> Jackie
>
>>
>>
>> Best Regards,
>> Lei
>>
>>
>> > -----Original Message-----
>> > From: Huang, Jie (Jackie) [mailto:Jackie.Huang@windriver.com]
>> > Sent: Friday, April 17, 2015 10:10 AM
>> > To: Bruce Ashfield; Lei, Maohui
>> > Cc: meta-virtualization@yoctoproject.org
>> > Subject: RE: [meta-virtualization] [PATCH] python-psycopg2_2.5: The
>> > license should be GPLv3+
>> >
>> >
>> >
>> > > -----Original Message-----
>> > > From: meta-virtualization-bounces@yoctoproject.org
>> > > [mailto:meta-virtualization- bounces@yoctoproject.org] On Behalf Of
>> > > Bruce Ashfield
>> > > Sent: Friday, April 17, 2015 3:14 AM
>> > > To: Lei Maohui
>> > > Cc: meta-virtualization@yoctoproject.org
>> > > Subject: Re: [meta-virtualization] [PATCH] python-psycopg2_2.5: The
>> > > license should be GPLv3+
>> > >
>> > > On Wed, Apr 15, 2015 at 11:58 PM, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:
>> > > > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
>> > >
>> > > Thanks! I've merged the change.
>> > >
>> > > Bruce
>> > >
>> > > > ---
>> > > >  meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb | 2
>> > > > +-
>> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
>> > > >
>> > > > diff --git
>> > > > a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
>> > > > b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
>> > > > index c93e62b..ab4fe1f 100644
>> > > > ---
>> > > > a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
>> > > > +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.b
>> > > > +++ b
>> > > > @@ -1,7 +1,7 @@
>> > > >  DESCRIPTION = "Python-PostgreSQL Database Adapter"
>> > > >  HOMEPAGE = "http://initd.org/psycopg/"
>> > > >  SECTION = "devel/python"
>> > > > -LICENSE = "GPLv2"
>> > > > +LICENSE = "GPLv3+
>> >
>> > The right quotation mark is missing, which cause parsing error.
>> >
>> > Thanks,
>> > Jackie
>> >
>> >
>> > > >  LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
>> > > >  DEPENDS = "postgresql"
>> > > >
>> > > > --
>> > > > 1.8.4.2
>> > > >
>> > > > --
>> > > > _______________________________________________
>> > > > 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"
>> > > --
>> > > _______________________________________________
>> > > 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] 6+ messages in thread

end of thread, other threads:[~2015-04-17 12:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-16  3:58 [PATCH] python-psycopg2_2.5: The license should be GPLv3+ Lei Maohui
2015-04-16 19:13 ` Bruce Ashfield
2015-04-17  2:09   ` Huang, Jie (Jackie)
2015-04-17  3:41     ` Lei, Maohui
2015-04-17  6:23       ` Huang, Jie (Jackie)
2015-04-17 12:33         ` Bruce Ashfield

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.