All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/can-utils: add license information
@ 2017-03-03 11:26 Wolfgang Grandegger
  2017-03-03 11:31 ` Thomas Petazzoni
  2017-04-09 13:50 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfgang Grandegger @ 2017-03-03 11:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
---
 package/can-utils/can-utils.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index 6be41a6..31c2c9b 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -6,6 +6,7 @@
 
 CAN_UTILS_VERSION = c3305fdd515464153d20199db232b6124bc962c0
 CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
+CAN_UTILS_LICENSE = BSD-3c or GPLv2, GPLv2+
 CAN_UTILS_AUTORECONF = YES
 
 $(eval $(autotools-package))
-- 
1.9.1

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

* [Buildroot] [PATCH v2] package/can-utils: add license information
  2017-03-03 11:26 [Buildroot] [PATCH v2] package/can-utils: add license information Wolfgang Grandegger
@ 2017-03-03 11:31 ` Thomas Petazzoni
  2017-03-03 11:48   ` Wolfgang Grandegger
  2017-04-09 13:50 ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2017-03-03 11:31 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 3 Mar 2017 12:26:01 +0100, Wolfgang Grandegger wrote:

>  CAN_UTILS_VERSION = c3305fdd515464153d20199db232b6124bc962c0
>  CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
> +CAN_UTILS_LICENSE = BSD-3c or GPLv2, GPLv2+

As I said in my previous review, could you identify which parts are
under which license?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH v2] package/can-utils: add license information
  2017-03-03 11:31 ` Thomas Petazzoni
@ 2017-03-03 11:48   ` Wolfgang Grandegger
  2017-03-14 14:02     ` Wolfgang Grandegger
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Grandegger @ 2017-03-03 11:48 UTC (permalink / raw)
  To: buildroot

Hello,

Am 03.03.2017 um 12:31 schrieb Thomas Petazzoni:
> Hello,
>
> On Fri, 3 Mar 2017 12:26:01 +0100, Wolfgang Grandegger wrote:
>
>>  CAN_UTILS_VERSION = c3305fdd515464153d20199db232b6124bc962c0
>>  CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
>> +CAN_UTILS_LICENSE = BSD-3c or GPLv2, GPLv2+
>
> As I said in my previous review, could you identify which parts are
> under which license?

I already answered! Unfortunately just to the ml, sorry.

http://lists.busybox.net/pipermail/buildroot/2017-March/185530.html

Should I list each utility using on of the two licences?

Wolfgang

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

* [Buildroot] [PATCH v2] package/can-utils: add license information
  2017-03-03 11:48   ` Wolfgang Grandegger
@ 2017-03-14 14:02     ` Wolfgang Grandegger
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Grandegger @ 2017-03-14 14:02 UTC (permalink / raw)
  To: buildroot

Am 03.03.2017 um 12:48 schrieb Wolfgang Grandegger:
> Hello,
>
> Am 03.03.2017 um 12:31 schrieb Thomas Petazzoni:
>> Hello,
>>
>> On Fri, 3 Mar 2017 12:26:01 +0100, Wolfgang Grandegger wrote:
>>
>>>  CAN_UTILS_VERSION = c3305fdd515464153d20199db232b6124bc962c0
>>>  CAN_UTILS_SITE = $(call
>>> github,linux-can,can-utils,$(CAN_UTILS_VERSION))
>>> +CAN_UTILS_LICENSE = BSD-3c or GPLv2, GPLv2+
>>
>> As I said in my previous review, could you identify which parts are
>> under which license?
>
> I already answered! Unfortunately just to the ml, sorry.
>
> http://lists.busybox.net/pipermail/buildroot/2017-March/185530.html
>
> Should I list each utility using on of the two licences?

ping...

Wolfgang.

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

* [Buildroot] [PATCH v2] package/can-utils: add license information
  2017-03-03 11:26 [Buildroot] [PATCH v2] package/can-utils: add license information Wolfgang Grandegger
  2017-03-03 11:31 ` Thomas Petazzoni
@ 2017-04-09 13:50 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2017-04-09 13:50 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 3 Mar 2017 12:26:01 +0100, Wolfgang Grandegger wrote:
> Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
> ---
>  package/can-utils/can-utils.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master after fixing the license list to use SPDX codes (we
recently changed this in Buildroot). Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-04-09 13:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03 11:26 [Buildroot] [PATCH v2] package/can-utils: add license information Wolfgang Grandegger
2017-03-03 11:31 ` Thomas Petazzoni
2017-03-03 11:48   ` Wolfgang Grandegger
2017-03-14 14:02     ` Wolfgang Grandegger
2017-04-09 13:50 ` Thomas Petazzoni

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.