Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-17 Thread Lars Ellenberg
-cgl][PATCH] heartbeat: fix license issue On Fri, Feb 13, 2015 at 10:00 PM, Armin Kuster akuster...@gmail.commailto:akuster...@gmail.com wrote: -LICENSE = GPLv2 LGPLv2+ +LICENSE = GPLv2 | LGPLv2+ Are you sure this is correct? Afaict this is wrong, as there are parts of the source tree under the GPL

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-16 Thread Paul Eggleton
: Sunday, February 15, 2015 4:01 PM To: Armin Kuster Cc: yocto Subject: Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue On Fri, Feb 13, 2015 at 10:00 PM, Armin Kuster akuster...@gmail.commailto:akuster...@gmail.com wrote: -LICENSE = GPLv2 LGPLv2+ +LICENSE = GPLv2 | LGPLv2+ Are you

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-16 Thread Alexandru Vaduva
To: Armin Kuster Cc: yocto Subject: Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue On Fri, Feb 13, 2015 at 10:00 PM, Armin Kuster akuster...@gmail.commailto:akuster...@gmail.com wrote: -LICENSE = GPLv2 LGPLv2+ +LICENSE = GPLv2 | LGPLv2+ Are you sure this is correct? Afaict

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-16 Thread akuster808
. Thanks guys, Alex Vaduva *From:*yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] *On Behalf Of *Christopher Larson *Sent:* Sunday, February 15, 2015 4:01 PM *To:* Armin Kuster *Cc:* yocto *Subject:* Re: [yocto] [meta-cgl][PATCH] heartbeat

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-16 Thread Alexandru Vaduva
with the “” one between the licenses. Thanks guys, Alex Vaduva From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Christopher Larson Sent: Sunday, February 15, 2015 4:01 PM To: Armin Kuster Cc: yocto Subject: Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-15 Thread Christopher Larson
On Fri, Feb 13, 2015 at 10:00 PM, Armin Kuster akuster...@gmail.com wrote: -LICENSE = GPLv2 LGPLv2+ +LICENSE = GPLv2 | LGPLv2+ Are you sure this is correct? Afaict this is wrong, as there are parts of the source tree under the GPL, and parts under LGPL, which means it's an AND relationship --

Re: [yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-14 Thread Alexandru Vaduva
Thank you for the patch.Applied and merged it upstream. On Saturday, February 14, 2015 7:00 AM, Armin Kuster akuster...@gmail.com wrote: From: Armin Kuster akus...@mvista.com WARNING: heartbeat: LICENSE value GPLv2 LGPLv2+ has an invalid format - license names must be separated by

[yocto] [meta-cgl][PATCH] heartbeat: fix license issue

2015-02-13 Thread Armin Kuster
From: Armin Kuster akus...@mvista.com WARNING: heartbeat: LICENSE value GPLv2 LGPLv2+ has an invalid format - license names must be separated by the following characters to indicate the license selection: |() Signed-off-by: Armin Kuster akus...@mvista.com ---