Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] i2c-tools: add license information
@ 2013-10-09  7:10 Thomas De Schampheleire
  2013-10-09  7:55 ` Arnout Vandecappelle
  2013-10-09 20:11 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas De Schampheleire @ 2013-10-09  7:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
v2: clarify separate py-smbus license (Arnout)

 package/i2c-tools/i2c-tools.mk |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/i2c-tools/i2c-tools.mk b/package/i2c-tools/i2c-tools.mk
--- a/package/i2c-tools/i2c-tools.mk
+++ b/package/i2c-tools/i2c-tools.mk
@@ -7,6 +7,8 @@
 I2C_TOOLS_VERSION = 3.1.0
 I2C_TOOLS_SOURCE = i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2
 I2C_TOOLS_SITE = http://dl.lm-sensors.org/i2c-tools/releases
+I2C_TOOLS_LICENSE = GPLv2+, GPLv2 (py-smbus)
+I2C_TOOLS_LICENSE_FILES = COPYING
 
 define I2C_TOOLS_BUILD_CMDS
  $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)

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

* [Buildroot] [PATCH v2] i2c-tools: add license information
  2013-10-09  7:10 [Buildroot] [PATCH v2] i2c-tools: add license information Thomas De Schampheleire
@ 2013-10-09  7:55 ` Arnout Vandecappelle
  2013-10-09 16:15   ` Arnout Vandecappelle
  2013-10-09 20:11 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2013-10-09  7:55 UTC (permalink / raw)
  To: buildroot

On 10/09/13 09:10, Thomas De Schampheleire wrote:
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

>
> ---
> v2: clarify separate py-smbus license (Arnout)
>
>   package/i2c-tools/i2c-tools.mk |  2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/package/i2c-tools/i2c-tools.mk b/package/i2c-tools/i2c-tools.mk
> --- a/package/i2c-tools/i2c-tools.mk
> +++ b/package/i2c-tools/i2c-tools.mk
> @@ -7,6 +7,8 @@
>   I2C_TOOLS_VERSION = 3.1.0
>   I2C_TOOLS_SOURCE = i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2
>   I2C_TOOLS_SITE = http://dl.lm-sensors.org/i2c-tools/releases
> +I2C_TOOLS_LICENSE = GPLv2+, GPLv2 (py-smbus)
> +I2C_TOOLS_LICENSE_FILES = COPYING
>
>   define I2C_TOOLS_BUILD_CMDS
>    $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
>
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH v2] i2c-tools: add license information
  2013-10-09  7:55 ` Arnout Vandecappelle
@ 2013-10-09 16:15   ` Arnout Vandecappelle
  0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2013-10-09 16:15 UTC (permalink / raw)
  To: buildroot

On 10/09/13 09:55, Arnout Vandecappelle wrote:
> On 10/09/13 09:10, Thomas De Schampheleire wrote:
>> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>
> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

  Although on second thought: py-smbus is only built if you pass
EXTRA="py-smbus" in the make opts. Since we don't do that, we could just 
as well remove the license of py-smbus.

  That said, in case someone adds py-smbus support later it's good to 
have the license in place already.

  Bottom line: I'm OK with this patch as it is

  Regards,
  Arnout

>
>>
>> ---
>> v2: clarify separate py-smbus license (Arnout)
>>
>>   package/i2c-tools/i2c-tools.mk |  2 ++
>>   1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/package/i2c-tools/i2c-tools.mk
>> b/package/i2c-tools/i2c-tools.mk
>> --- a/package/i2c-tools/i2c-tools.mk
>> +++ b/package/i2c-tools/i2c-tools.mk
>> @@ -7,6 +7,8 @@
>>   I2C_TOOLS_VERSION = 3.1.0
>>   I2C_TOOLS_SOURCE = i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2
>>   I2C_TOOLS_SITE = http://dl.lm-sensors.org/i2c-tools/releases
>> +I2C_TOOLS_LICENSE = GPLv2+, GPLv2 (py-smbus)
>> +I2C_TOOLS_LICENSE_FILES = COPYING
>>
>>   define I2C_TOOLS_BUILD_CMDS
>>    $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
>>
>>
>
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH v2] i2c-tools: add license information
  2013-10-09  7:10 [Buildroot] [PATCH v2] i2c-tools: add license information Thomas De Schampheleire
  2013-10-09  7:55 ` Arnout Vandecappelle
@ 2013-10-09 20:11 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-10-09 20:11 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:

 Thomas> Signed-off-by: Thomas De Schampheleire
 Thomas> <thomas.de.schampheleire@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-10-09 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09  7:10 [Buildroot] [PATCH v2] i2c-tools: add license information Thomas De Schampheleire
2013-10-09  7:55 ` Arnout Vandecappelle
2013-10-09 16:15   ` Arnout Vandecappelle
2013-10-09 20:11 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox