All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] licenses.conf: enable CDDLv1 license
@ 2017-07-10 22:18 Martin Kelly
  2017-07-17 17:10 ` Martin Kelly
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Kelly @ 2017-07-10 22:18 UTC (permalink / raw)
  To: openembedded-core

The CDDL license is now used by open-vm-tools in meta-openembedded, so
we need to add it in order to prevent warnings.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
---
 meta/conf/licenses.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf
index d210a0e940..3e2d2589ab 100644
--- a/meta/conf/licenses.conf
+++ b/meta/conf/licenses.conf
@@ -105,6 +105,10 @@ SPDXLICENSEMAP[AFL-1] = "AFL-1.2"
 SPDXLICENSEMAP[AFLv2] = "AFL-2.0"
 SPDXLICENSEMAP[AFLv1] = "AFL-1.2"
 
+#CDDL variations
+SPDXLICENSEMAP[CDDLv1] = "CDDL-1.0"
+SPDXLICENSEMAP[CDDL-1] = "CDDL-1.0"
+
 #Other variations
 SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0"
 
-- 
2.11.0



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

* Re: [PATCH] licenses.conf: enable CDDLv1 license
  2017-07-10 22:18 [PATCH] licenses.conf: enable CDDLv1 license Martin Kelly
@ 2017-07-17 17:10 ` Martin Kelly
  2017-07-17 19:10   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Kelly @ 2017-07-17 17:10 UTC (permalink / raw)
  To: openembedded-core

(ping)

On 07/10/2017 03:18 PM, Martin Kelly wrote:
> The CDDL license is now used by open-vm-tools in meta-openembedded, so
> we need to add it in order to prevent warnings.
>
> Signed-off-by: Martin Kelly <mkelly@xevo.com>
> ---
>  meta/conf/licenses.conf | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf
> index d210a0e940..3e2d2589ab 100644
> --- a/meta/conf/licenses.conf
> +++ b/meta/conf/licenses.conf
> @@ -105,6 +105,10 @@ SPDXLICENSEMAP[AFL-1] = "AFL-1.2"
>  SPDXLICENSEMAP[AFLv2] = "AFL-2.0"
>  SPDXLICENSEMAP[AFLv1] = "AFL-1.2"
>
> +#CDDL variations
> +SPDXLICENSEMAP[CDDLv1] = "CDDL-1.0"
> +SPDXLICENSEMAP[CDDL-1] = "CDDL-1.0"
> +
>  #Other variations
>  SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0"
>
>


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

* Re: [PATCH] licenses.conf: enable CDDLv1 license
  2017-07-17 17:10 ` Martin Kelly
@ 2017-07-17 19:10   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2017-07-17 19:10 UTC (permalink / raw)
  To: Martin Kelly; +Cc: OE-core

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

Merged into my staging branch this morning, thanks.

Ross

On 17 July 2017 at 18:10, Martin Kelly <mkelly@xevo.com> wrote:

> (ping)
>
>
> On 07/10/2017 03:18 PM, Martin Kelly wrote:
>
>> The CDDL license is now used by open-vm-tools in meta-openembedded, so
>> we need to add it in order to prevent warnings.
>>
>> Signed-off-by: Martin Kelly <mkelly@xevo.com>
>> ---
>>  meta/conf/licenses.conf | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf
>> index d210a0e940..3e2d2589ab 100644
>> --- a/meta/conf/licenses.conf
>> +++ b/meta/conf/licenses.conf
>> @@ -105,6 +105,10 @@ SPDXLICENSEMAP[AFL-1] = "AFL-1.2"
>>  SPDXLICENSEMAP[AFLv2] = "AFL-2.0"
>>  SPDXLICENSEMAP[AFLv1] = "AFL-1.2"
>>
>> +#CDDL variations
>> +SPDXLICENSEMAP[CDDLv1] = "CDDL-1.0"
>> +SPDXLICENSEMAP[CDDL-1] = "CDDL-1.0"
>> +
>>  #Other variations
>>  SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0"
>>
>>
>>

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

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

end of thread, other threads:[~2017-07-17 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-10 22:18 [PATCH] licenses.conf: enable CDDLv1 license Martin Kelly
2017-07-17 17:10 ` Martin Kelly
2017-07-17 19:10   ` Burton, Ross

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.