From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle Date: Tue, 08 Oct 2013 22:32:53 +0200 Subject: [Buildroot] [PATCH 1 of 4] i2c-tools: add license information In-Reply-To: <532f7b74-2403-49cf-8646-56bac611ed01@email.android.com> References: <8d5a6b127c579be29db4.1381226815@argentina> <52545824.70907@mind.be> <532f7b74-2403-49cf-8646-56bac611ed01@email.android.com> Message-ID: <52546BF5.9040704@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 10/08/13 22:22, Thomas De Schampheleire wrote: > Arnout Vandecappelle wrote: >> On 10/08/13 12:06, Thomas De Schampheleire wrote: >>> Signed-off-by: Thomas De Schampheleire >>> >>> --- >>> 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 >> >> All files are GPLv2+ AFAICS. Only py-smbus/setup.py claims that the >> package is GPLv2, but that's just wrong. > > Why is that wrong? > > I reasoned that if one of the components is gplv2, and the rest is gplv2+, then the whole needs to be gplv2. setup.py itself isn't GPLv2, it just claims that the package is GPLv2. But it isn't, since each file says it GPLv2+. Scratch that: the python module is GPLv2 only. But I don't think we build the python module anyway. Just to be safe, put: I2C_TOOLS_LICENSE = GPLv2+, GPLv2 (py-smbus) Regards, Arnout -- 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